Pull request #43372 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 rather than 98f027813f97da0a49513feda41bedb6986ffdb3 Obtained Jenkinsfile from 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 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-43372@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-16T06:46:25.573Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-16T06:46:25.578Z] Trying to pass milestone 2 [Pipeline] milestone [2022-03-16T06:46:25.655Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-16T06:46:40.824Z] Still waiting to schedule task [2022-03-16T06:46:40.826Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-16T06:46:57.797Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e585ae6907b58fe0) in /home/ubuntu/workspace/moby_PR-43372 [Pipeline] { [Pipeline] checkout [2022-03-16T06:46:57.836Z] The recommended git tool is: git [2022-03-16T06:46:57.893Z] using credential docker-jenkins-github-credentials [2022-03-16T06:46:57.902Z] Cloning the remote Git repository [2022-03-16T06:46:57.902Z] Cloning with configured refspecs honoured and without tags [2022-03-16T06:46:57.904Z] Cloning repository https://github.com/moby/moby.git [2022-03-16T06:46:57.904Z] > git init /home/ubuntu/workspace/moby_PR-43372 # timeout=10 [2022-03-16T06:46:57.908Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:46:57.909Z] > git --version # timeout=10 [2022-03-16T06:46:57.912Z] > git --version # 'git version 2.17.1' [2022-03-16T06:46:57.912Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:46:57.913Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:13.100Z] Fetching without tags [2022-03-16T06:47:13.325Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 98f027813f97da0a49513feda41bedb6986ffdb3 [2022-03-16T06:47:13.086Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:13.090Z] > git config --add remote.origin.fetch +refs/pull/43372/head:refs/remotes/origin/PR-43372 # timeout=10 [2022-03-16T06:47:13.093Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:13.097Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:13.102Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:13.102Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:13.102Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:13.326Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:13.329Z] > git checkout -f 98f027813f97da0a49513feda41bedb6986ffdb3 # timeout=10 [2022-03-16T06:47:14.409Z] Merge succeeded, producing 70c100efb8906a565b063c4ccd57439bf2579902 [2022-03-16T06:47:14.409Z] Checking out Revision 70c100efb8906a565b063c4ccd57439bf2579902 (PR-43372) [2022-03-16T06:47:14.468Z] Commit message: "Merge commit '5e330ad4da5ed3fa7f28b68851588b8c2b497f12' into HEAD" [2022-03-16T06:47:14.483Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-16T06:47:15.173Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43372:/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-16T06:47:13.813Z] > git remote # timeout=10 [2022-03-16T06:47:13.815Z] > git config --get remote.origin.url # timeout=10 [2022-03-16T06:47:13.818Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:13.818Z] > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10 [2022-03-16T06:47:14.405Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-16T06:47:14.411Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:14.413Z] > git checkout -f 70c100efb8906a565b063c4ccd57439bf2579902 # timeout=10 [2022-03-16T06:47:14.469Z] > git rev-list --no-walk 8a7ac7502f3ab575f4bd80c67ac75725ced09f9d # timeout=10 [2022-03-16T06:47:17.687Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2022-03-16T06:47:17.903Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c0cfcfecd10349c3) in /home/ubuntu/workspace/moby_PR-43372 [Pipeline] node [2022-03-16T06:47:17.904Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0847b14ebcec3986b) in /home/ubuntu/workspace/moby_PR-43372 [Pipeline] node [2022-03-16T06:47:17.905Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e585ae6907b58fe0) in /home/ubuntu/workspace/moby_PR-43372 [2022-03-16T06:47:17.906Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-000c98fc8bef6de9d) in /home/ubuntu/workspace/moby_PR-43372 [Pipeline] node [Pipeline] node [2022-03-16T06:47:17.909Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04f28835321b36a77) in /home/ubuntu/workspace/moby_PR-43372 [Pipeline] node [Pipeline] node [2022-03-16T06:47:17.912Z] Running on azwin-2-916841 in d:\jenkins\workspace\moby_PR-43372 [2022-03-16T06:47:17.913Z] Running on azwin-2-916840 in d:\jenkins\workspace\moby_PR-43372 Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] ws [2022-03-16T06:47:18.002Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] ws [2022-03-16T06:47:18.017Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-16T06:47:18.027Z] The recommended git tool is: git [Pipeline] checkout [2022-03-16T06:47:18.033Z] The recommended git tool is: git [Pipeline] checkout [2022-03-16T06:47:18.040Z] The recommended git tool is: git [Pipeline] checkout [2022-03-16T06:47:18.047Z] using credential docker-jenkins-github-credentials [2022-03-16T06:47:18.047Z] The recommended git tool is: git [Pipeline] checkout [2022-03-16T06:47:18.055Z] using credential docker-jenkins-github-credentials [2022-03-16T06:47:18.056Z] The recommended git tool is: git [2022-03-16T06:47:18.058Z] Fetching changes from the remote Git repository [Pipeline] checkout [2022-03-16T06:47:18.063Z] Fetching without tags [2022-03-16T06:47:18.065Z] Cloning the remote Git repository [2022-03-16T06:47:18.065Z] Cloning with configured refspecs honoured and without tags [2022-03-16T06:47:18.065Z] using credential docker-jenkins-github-credentials [2022-03-16T06:47:18.072Z] Cloning the remote Git repository [2022-03-16T06:47:18.072Z] Cloning with configured refspecs honoured and without tags [2022-03-16T06:47:18.082Z] using credential docker-jenkins-github-credentials [2022-03-16T06:47:18.082Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2022-03-16T06:47:18.089Z] Cloning the remote Git repository [2022-03-16T06:47:18.090Z] Cloning with configured refspecs honoured and without tags [2022-03-16T06:47:18.095Z] Cloning the remote Git repository [2022-03-16T06:47:18.095Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2022-03-16T06:47:18.132Z] The recommended git tool is: git [Pipeline] // stage [2022-03-16T06:47:18.168Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2022-03-16T06:47:18.069Z] Cloning repository https://github.com/moby/moby.git [2022-03-16T06:47:18.069Z] > git init /home/ubuntu/workspace/moby_PR-43372 # timeout=10 [2022-03-16T06:47:18.076Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:18.077Z] > git --version # timeout=10 [2022-03-16T06:47:18.089Z] > git --version # 'git version 2.25.1' [2022-03-16T06:47:18.089Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:18.090Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] // stage [2022-03-16T06:47:18.272Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 98f027813f97da0a49513feda41bedb6986ffdb3 [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] } [2022-03-16T06:47:18.342Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2022-03-16T06:47:18.408Z] Merge succeeded, producing bb3537ce384163273ab25932fe686621fb1877e8 [2022-03-16T06:47:18.409Z] Checking out Revision bb3537ce384163273ab25932fe686621fb1877e8 (PR-43372) [Pipeline] // stage [2022-03-16T06:47:18.416Z] Cloning the remote Git repository [2022-03-16T06:47:18.416Z] Cloning with configured refspecs honoured and without tags [2022-03-16T06:47:18.421Z] using credential docker-jenkins-github-credentials [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-16T06:47:18.465Z] Commit message: "Merge commit '5e330ad4da5ed3fa7f28b68851588b8c2b497f12' into HEAD" [2022-03-16T06:47:18.470Z] First time build. Skipping changelog. [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2022-03-16T06:47:18.510Z] Cloning the remote Git repository [2022-03-16T06:47:18.510Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-03-16T06:47:18.069Z] Cloning repository https://github.com/moby/moby.git [2022-03-16T06:47:18.070Z] > git init /home/ubuntu/workspace/moby_PR-43372 # timeout=10 [2022-03-16T06:47:18.089Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:18.089Z] > git --version # timeout=10 [2022-03-16T06:47:18.093Z] > git --version # 'git version 2.25.1' [2022-03-16T06:47:18.093Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:18.094Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-16T06:47:18.098Z] Cloning repository https://github.com/moby/moby.git [2022-03-16T06:47:18.099Z] > git init /home/ubuntu/workspace/moby_PR-43372 # timeout=10 [2022-03-16T06:47:18.106Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:18.106Z] > git --version # timeout=10 [2022-03-16T06:47:18.119Z] > git --version # 'git version 2.17.1' [2022-03-16T06:47:18.120Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:18.121Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:18.055Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43372/.git # timeout=10 [2022-03-16T06:47:18.060Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:18.064Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:18.064Z] > git --version # timeout=10 [2022-03-16T06:47:18.066Z] > git --version # 'git version 2.17.1' [2022-03-16T06:47:18.066Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:18.067Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:18.273Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:18.278Z] > git checkout -f 98f027813f97da0a49513feda41bedb6986ffdb3 # timeout=10 [2022-03-16T06:47:18.324Z] > git remote # timeout=10 [2022-03-16T06:47:18.326Z] > git config --get remote.origin.url # timeout=10 [2022-03-16T06:47:18.328Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:18.329Z] > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10 [2022-03-16T06:47:18.405Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-16T06:47:18.410Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:18.412Z] > git checkout -f bb3537ce384163273ab25932fe686621fb1877e8 # timeout=10 [2022-03-16T06:47:18.466Z] > git rev-list --no-walk 8a7ac7502f3ab575f4bd80c67ac75725ced09f9d # timeout=10 [2022-03-16T06:47:18.092Z] Cloning repository https://github.com/moby/moby.git [2022-03-16T06:47:18.092Z] > git init /home/ubuntu/workspace/moby_PR-43372 # timeout=10 [2022-03-16T06:47:18.101Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:18.101Z] > git --version # timeout=10 [2022-03-16T06:47:18.114Z] > git --version # 'git version 2.17.1' [2022-03-16T06:47:18.114Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:18.115Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:19.123Z] + docker version [2022-03-16T06:47:19.123Z] Client: Docker Engine - Community [2022-03-16T06:47:19.123Z] Version: 20.10.12 [2022-03-16T06:47:19.123Z] API version: 1.41 [2022-03-16T06:47:19.123Z] Go version: go1.16.12 [2022-03-16T06:47:19.123Z] Git commit: e91ed57 [2022-03-16T06:47:19.123Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-16T06:47:19.123Z] OS/Arch: linux/amd64 [2022-03-16T06:47:19.123Z] Context: default [2022-03-16T06:47:19.123Z] Experimental: true [2022-03-16T06:47:19.123Z] [2022-03-16T06:47:19.123Z] Server: Docker Engine - Community [2022-03-16T06:47:19.123Z] Engine: [2022-03-16T06:47:19.123Z] Version: 20.10.12 [2022-03-16T06:47:19.123Z] API version: 1.41 (minimum version 1.12) [2022-03-16T06:47:19.123Z] Go version: go1.16.12 [2022-03-16T06:47:19.123Z] Git commit: 459d0df [2022-03-16T06:47:19.123Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-16T06:47:19.123Z] OS/Arch: linux/amd64 [2022-03-16T06:47:19.123Z] Experimental: true [2022-03-16T06:47:19.123Z] containerd: [2022-03-16T06:47:19.123Z] Version: 1.4.12 [2022-03-16T06:47:19.123Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-16T06:47:19.123Z] runc: [2022-03-16T06:47:19.123Z] Version: 1.0.2 [2022-03-16T06:47:19.123Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-16T06:47:19.123Z] docker-init: [2022-03-16T06:47:19.123Z] Version: 0.19.0 [2022-03-16T06:47:19.123Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-16T06:47:18.447Z] Cloning repository https://github.com/moby/moby.git [2022-03-16T06:47:18.448Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-16T06:47:18.515Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:18.515Z] > git --version # timeout=10 [2022-03-16T06:47:18.571Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-16T06:47:18.571Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:18.573Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:18.544Z] Cloning repository https://github.com/moby/moby.git [2022-03-16T06:47:18.545Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-16T06:47:18.608Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:18.608Z] > git --version # timeout=10 [2022-03-16T06:47:18.654Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-16T06:47:18.654Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:18.657Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:19.442Z] + docker info [2022-03-16T06:47:19.442Z] Client: [2022-03-16T06:47:19.442Z] Context: default [2022-03-16T06:47:19.442Z] Debug Mode: false [2022-03-16T06:47:19.442Z] Plugins: [2022-03-16T06:47:19.442Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-16T06:47:19.442Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-16T06:47:19.442Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-16T06:47:19.442Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-16T06:47:19.442Z] [2022-03-16T06:47:19.442Z] Server: [2022-03-16T06:47:19.442Z] Containers: 0 [2022-03-16T06:47:19.442Z] Running: 0 [2022-03-16T06:47:19.442Z] Paused: 0 [2022-03-16T06:47:19.442Z] Stopped: 0 [2022-03-16T06:47:19.442Z] Images: 5 [2022-03-16T06:47:19.442Z] Server Version: 20.10.12 [2022-03-16T06:47:19.442Z] Storage Driver: overlay2 [2022-03-16T06:47:19.442Z] Backing Filesystem: extfs [2022-03-16T06:47:19.442Z] Supports d_type: true [2022-03-16T06:47:19.442Z] Native Overlay Diff: true [2022-03-16T06:47:19.442Z] userxattr: false [2022-03-16T06:47:19.442Z] Logging Driver: json-file [2022-03-16T06:47:19.442Z] Cgroup Driver: cgroupfs [2022-03-16T06:47:19.442Z] Cgroup Version: 1 [2022-03-16T06:47:19.442Z] Plugins: [2022-03-16T06:47:19.442Z] Volume: local [2022-03-16T06:47:19.442Z] Network: bridge host ipvlan macvlan null overlay [2022-03-16T06:47:19.442Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-16T06:47:19.442Z] Swarm: inactive [2022-03-16T06:47:19.442Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-16T06:47:19.442Z] Default Runtime: runc [2022-03-16T06:47:19.442Z] Init Binary: docker-init [2022-03-16T06:47:19.442Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-16T06:47:19.442Z] runc version: v1.0.2-0-g52b36a2 [2022-03-16T06:47:19.442Z] init version: de40ad0 [2022-03-16T06:47:19.442Z] Security Options: [2022-03-16T06:47:19.442Z] apparmor [2022-03-16T06:47:19.442Z] seccomp [2022-03-16T06:47:19.442Z] Profile: default [2022-03-16T06:47:19.442Z] Kernel Version: 5.4.0-1061-aws [2022-03-16T06:47:19.442Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-16T06:47:19.442Z] OSType: linux [2022-03-16T06:47:19.442Z] Architecture: x86_64 [2022-03-16T06:47:19.442Z] CPUs: 2 [2022-03-16T06:47:19.442Z] Total Memory: 7.565GiB [2022-03-16T06:47:19.442Z] Name: ip-10-100-77-127 [2022-03-16T06:47:19.442Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-16T06:47:19.442Z] Docker Root Dir: /var/lib/docker [2022-03-16T06:47:19.442Z] Debug Mode: false [2022-03-16T06:47:19.442Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:47:19.442Z] Labels: [2022-03-16T06:47:19.442Z] Experimental: true [2022-03-16T06:47:19.442Z] Insecure Registries: [2022-03-16T06:47:19.442Z] 127.0.0.0/8 [2022-03-16T06:47:19.442Z] Live Restore Enabled: true [2022-03-16T06:47:19.442Z] [2022-03-16T06:47:19.442Z] WARNING: No swap limit support [Pipeline] sh [2022-03-16T06:47:19.757Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-16T06:47:19.757Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-16T06:47:19.757Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43372/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-16T06:47:19.757Z] + bash /home/ubuntu/workspace/moby_PR-43372/check-config.sh [2022-03-16T06:47:19.757Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-16T06:47:19.757Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-16T06:47:19.757Z] [2022-03-16T06:47:19.757Z] Generally Necessary: [2022-03-16T06:47:19.757Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-16T06:47:19.757Z] - apparmor: enabled and tools installed [2022-03-16T06:47:19.757Z] - CONFIG_NAMESPACES: enabled [2022-03-16T06:47:19.757Z] - CONFIG_NET_NS: enabled [2022-03-16T06:47:19.757Z] - CONFIG_PID_NS: enabled [2022-03-16T06:47:19.757Z] - CONFIG_IPC_NS: enabled [2022-03-16T06:47:19.757Z] - CONFIG_UTS_NS: enabled [2022-03-16T06:47:19.757Z] - CONFIG_CGROUPS: enabled [2022-03-16T06:47:19.757Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-16T06:47:19.757Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-16T06:47:19.757Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-16T06:47:19.757Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-16T06:47:19.757Z] - CONFIG_CPUSETS: enabled [2022-03-16T06:47:19.757Z] - CONFIG_MEMCG: enabled [2022-03-16T06:47:19.757Z] - CONFIG_KEYS: enabled [2022-03-16T06:47:19.757Z] - CONFIG_VETH: enabled (as module) [2022-03-16T06:47:19.757Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-16T06:47:19.757Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-16T06:47:19.757Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-16T06:47:19.757Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-16T06:47:19.757Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-16T06:47:19.757Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-16T06:47:19.757Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-16T06:47:19.757Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-16T06:47:19.757Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-16T06:47:19.757Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-16T06:47:19.757Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-16T06:47:19.757Z] - CONFIG_CGROUP_BPF: enabled [2022-03-16T06:47:19.757Z] [2022-03-16T06:47:19.757Z] Optional Features: [2022-03-16T06:47:19.757Z] - CONFIG_USER_NS: enabled [2022-03-16T06:47:19.757Z] - CONFIG_SECCOMP: enabled [2022-03-16T06:47:19.757Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-16T06:47:19.757Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-16T06:47:20.014Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-16T06:47:20.014Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-16T06:47:20.014Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-16T06:47:20.014Z] - CONFIG_BLK_CGROUP: enabled [2022-03-16T06:47:20.014Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-16T06:47:20.014Z] - CONFIG_CGROUP_PERF: enabled [2022-03-16T06:47:20.014Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-16T06:47:20.014Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-16T06:47:20.014Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-16T06:47:20.014Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-16T06:47:20.014Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-16T06:47:20.014Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_IP_VS: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-16T06:47:20.014Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-16T06:47:20.014Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-16T06:47:20.014Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-16T06:47:20.014Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-16T06:47:20.014Z] - CONFIG_EXT4_FS: enabled [2022-03-16T06:47:20.014Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-16T06:47:20.014Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-16T06:47:20.014Z] - Network Drivers: [2022-03-16T06:47:20.014Z] - "overlay": [2022-03-16T06:47:20.014Z] - CONFIG_VXLAN: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-16T06:47:20.014Z] Optional (for encrypted networks): [2022-03-16T06:47:20.014Z] - CONFIG_CRYPTO: enabled [2022-03-16T06:47:20.014Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-16T06:47:20.014Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-16T06:47:20.014Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-16T06:47:20.014Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-16T06:47:20.014Z] - CONFIG_XFRM: enabled [2022-03-16T06:47:20.014Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-16T06:47:20.014Z] - "ipvlan": [2022-03-16T06:47:20.014Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-16T06:47:20.014Z] - "macvlan": [2022-03-16T06:47:20.014Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_DUMMY: enabled (as module) [2022-03-16T06:47:20.014Z] - "ftp,tftp client in container": [2022-03-16T06:47:20.014Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-16T06:47:20.014Z] - Storage Drivers: [2022-03-16T06:47:20.014Z] - "aufs": [2022-03-16T06:47:20.014Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-16T06:47:20.014Z] - "btrfs": [2022-03-16T06:47:20.014Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-16T06:47:20.014Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-16T06:47:20.014Z] - "devicemapper": [2022-03-16T06:47:20.014Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-16T06:47:20.014Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-16T06:47:20.014Z] - "overlay": [2022-03-16T06:47:20.269Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-16T06:47:20.269Z] - "zfs": [2022-03-16T06:47:20.269Z] - /dev/zfs: present [2022-03-16T06:47:20.269Z] - zfs command: missing [2022-03-16T06:47:20.269Z] - zpool command: missing [2022-03-16T06:47:20.269Z] [2022-03-16T06:47:20.269Z] Limits: [2022-03-16T06:47:20.269Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-16T06:47:20.269Z] [2022-03-16T06:47:20.269Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-16T06:47:20.589Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bb3537ce384163273ab25932fe686621fb1877e8 . [2022-03-16T06:47:20.589Z] #1 [internal] load build definition from Dockerfile [2022-03-16T06:47:20.589Z] #1 sha256:68415e5b9dbca3b1f2bef983e1a793c1c3917a665206e4d567ff548a43344511 [2022-03-16T06:47:20.589Z] #1 transferring dockerfile: 16.77kB done [2022-03-16T06:47:20.589Z] #1 DONE 0.0s [2022-03-16T06:47:20.589Z] [2022-03-16T06:47:20.589Z] #2 [internal] load .dockerignore [2022-03-16T06:47:20.589Z] #2 sha256:98124ec335f385d2707acdbd83687e1ac18bd2cba30f3b93ea2718ee6c504c28 [2022-03-16T06:47:20.589Z] #2 transferring context: 87B done [2022-03-16T06:47:20.589Z] #2 DONE 0.0s [2022-03-16T06:47:20.589Z] [2022-03-16T06:47:20.589Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-16T06:47:20.589Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-16T06:47:20.846Z] #3 DONE 0.1s [2022-03-16T06:47:20.846Z] [2022-03-16T06:47:20.846Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-16T06:47:20.846Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-16T06:47:20.846Z] #4 CACHED [2022-03-16T06:47:20.846Z] [2022-03-16T06:47:20.846Z] #5 [internal] load .dockerignore [2022-03-16T06:47:20.846Z] #5 sha256:39614de6da62226c25a10ad70b1ab95709a6ab50eb77c579f90f9356b62f7ff3 [2022-03-16T06:47:20.846Z] #5 DONE 0.0s [2022-03-16T06:47:20.846Z] [2022-03-16T06:47:20.846Z] #6 [internal] load build definition from Dockerfile [2022-03-16T06:47:20.846Z] #6 sha256:087af87061777588b88c8e3d1b76a198ad226ae1e1f422c3f034535adaa9cd3d [2022-03-16T06:47:20.846Z] #6 DONE 0.0s [2022-03-16T06:47:20.846Z] [2022-03-16T06:47:20.846Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-16T06:47:20.846Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-16T06:47:20.846Z] #9 DONE 0.1s [2022-03-16T06:47:20.846Z] [2022-03-16T06:47:20.846Z] #7 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-16T06:47:20.846Z] #7 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-16T06:47:20.846Z] #7 DONE 0.1s [2022-03-16T06:47:20.846Z] [2022-03-16T06:47:20.846Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-16T06:47:20.846Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-16T06:47:20.846Z] #8 DONE 0.1s [2022-03-16T06:47:20.846Z] [2022-03-16T06:47:20.846Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-16T06:47:20.846Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-16T06:47:21.113Z] #10 DONE 0.1s [2022-03-16T06:47:21.113Z] [2022-03-16T06:47:21.113Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-16T06:47:21.113Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-16T06:47:21.113Z] #69 DONE 0.0s [2022-03-16T06:47:21.113Z] [2022-03-16T06:47:21.113Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-16T06:47:21.113Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-16T06:47:21.113Z] #67 DONE 0.0s [2022-03-16T06:47:21.113Z] [2022-03-16T06:47:21.113Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-16T06:47:21.113Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-16T06:47:21.113Z] #11 DONE 0.0s [2022-03-16T06:47:21.113Z] [2022-03-16T06:47:21.113Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-16T06:47:21.113Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-16T06:47:21.113Z] #28 DONE 0.0s [2022-03-16T06:47:21.113Z] [2022-03-16T06:47:21.113Z] #24 [internal] load build context [2022-03-16T06:47:21.113Z] #24 sha256:86258546aa139cf4912552bcf0d82f7140175838d90a5259f00e00fee47ed686 [2022-03-16T06:47:21.378Z] #24 ... [2022-03-16T06:47:21.378Z] [2022-03-16T06:47:21.378Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-16T06:47:21.378Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-16T06:47:21.378Z] #45 DONE 0.4s [2022-03-16T06:47:21.378Z] [2022-03-16T06:47:21.378Z] #24 [internal] load build context [2022-03-16T06:47:21.378Z] #24 sha256:86258546aa139cf4912552bcf0d82f7140175838d90a5259f00e00fee47ed686 [2022-03-16T06:47:22.757Z] #24 transferring context: 58.91MB 1.6s done [2022-03-16T06:47:22.757Z] #24 DONE 1.6s [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #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-16T06:47:22.757Z] #40 sha256:49998b58c20292d4ce523659cdf56e104d04e72278ccc55727e4928697acfe58 [2022-03-16T06:47:22.757Z] #40 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-16T06:47:22.757Z] #57 sha256:495adb0112d9e41757e5bd4f93d969d68825583ae550f3e983e0cd398921a151 [2022-03-16T06:47:22.757Z] #57 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-16T06:47:22.757Z] #27 sha256:786e6516488f5ec119837f83c70eb9faaec7513b56e5d8664951eb99d8787583 [2022-03-16T06:47:22.757Z] #27 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #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-16T06:47:22.757Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-16T06:47:22.757Z] #16 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-16T06:47:22.757Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-16T06:47:22.757Z] #33 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-16T06:47:22.757Z] #30 sha256:ef0d9ba0b88ffd4fdb0d6dacf49e34f377c18f2da74158add8b7f0a18057a097 [2022-03-16T06:47:22.757Z] #30 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-16T06:47:22.757Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-16T06:47:22.757Z] #23 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #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-16T06:47:22.757Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-16T06:47:22.757Z] #43 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-16T06:47:22.757Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-16T06:47:22.757Z] #15 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-16T06:47:22.757Z] #32 sha256:3945cb94a94888315ae2401cf1a8fa6f40445d14c88740e8ad82732426e71774 [2022-03-16T06:47:22.757Z] #32 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-16T06:47:22.757Z] #66 sha256:5fdcde5bafd8f298a7657e11731c38625f66a4674e4c3fa731035120b43071aa [2022-03-16T06:47:22.757Z] #66 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-16T06:47:22.757Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-16T06:47:22.757Z] #17 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-16T06:47:22.757Z] #25 sha256:69429683f318f33c26830670cdf5ef08aac92935395baa5d45a71ff3867ff51a [2022-03-16T06:47:22.757Z] #25 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #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-16T06:47:22.757Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-16T06:47:22.757Z] #47 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-16T06:47:22.757Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-16T06:47:22.757Z] #68 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-16T06:47:22.757Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-16T06:47:22.757Z] #70 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-16T06:47:22.757Z] #39 sha256:0c85526f6d40226540c2af61ff5d1c046a852b82a2c3e65d705e7b8aed69ab72 [2022-03-16T06:47:22.757Z] #39 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-16T06:47:22.757Z] #61 sha256:01bb3168a5396a4df591757d703ccede2343a3f9937910806a1bb72c8b908c93 [2022-03-16T06:47:22.757Z] #61 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #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-16T06:47:22.757Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-16T06:47:22.757Z] #36 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-16T06:47:22.757Z] #48 sha256:75ccb752671ecb683c9c522b02b27899f6c9d4118197dd2feb794ba6c23fa0e5 [2022-03-16T06:47:22.757Z] #48 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #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-16T06:47:22.757Z] #63 sha256:1c6ea4bc21fee6eb60889c10bebd73a58ddae64e7abac77047d1bda84c9cfe74 [2022-03-16T06:47:22.757Z] #63 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-16T06:47:22.757Z] #50 sha256:d14f3e7104e92a756793ea6fb50df86466c0e28366c546108ac3b381ceb1c337 [2022-03-16T06:47:22.757Z] #50 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #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-16T06:47:22.757Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-16T06:47:22.757Z] #49 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #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-16T06:47:22.757Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-16T06:47:22.757Z] #13 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.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-16T06:47:22.757Z] #56 sha256:d22bc924583075b091c6afff6aee1ca7c50c81d24e32f5492d701e29a51c2921 [2022-03-16T06:47:22.757Z] #56 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-16T06:47:22.757Z] #71 sha256:e86a19aced2e082a493b6f7c28ee544c68e88d928aef361ea263460b9eb758b9 [2022-03-16T06:47:22.757Z] #71 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-16T06:47:22.757Z] #35 sha256:6eb8b45ddd716684f315810c09766a614b7db22e801eaed5d3c517039bca4e2b [2022-03-16T06:47:22.757Z] #35 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #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-16T06:47:22.757Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-16T06:47:22.757Z] #51 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #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-16T06:47:22.757Z] #60 sha256:1089114ba0b8183a1465c9d3ffdab6d68eb06582c637720dda516bb336eaf870 [2022-03-16T06:47:22.757Z] #60 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-16T06:47:22.757Z] #55 sha256:6f4f4085ca55ba4beda4f607659655bc12d36345da7c53f8498a90bfa18190d8 [2022-03-16T06:47:22.757Z] #55 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-16T06:47:22.757Z] #59 sha256:5576b06e16c3e08e31b8eba6e3d1723e1fbbbafd5612d0e797c9e48e5ab90d80 [2022-03-16T06:47:22.757Z] #59 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #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-16T06:47:22.757Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-16T06:47:22.757Z] #53 CACHED [2022-03-16T06:47:22.757Z] [2022-03-16T06:47:22.757Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-16T06:47:22.757Z] #41 sha256:6735a18f16809a85b76230ed30aebb54d8fb68935e2801fe5b9caa33d75851ae [2022-03-16T06:47:22.757Z] #41 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-16T06:47:22.758Z] #52 sha256:916cd5d8335e8410794a805e99f2a84db7a2ffa6e9711d950db2a568d6b24c2f [2022-03-16T06:47:22.758Z] #52 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #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-16T06:47:22.758Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-16T06:47:22.758Z] #22 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-16T06:47:22.758Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-16T06:47:22.758Z] #12 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-16T06:47:22.758Z] #54 sha256:07db94012ea6430c422e1080c8fb9b18c08754a37d09e2e2e38bb180ff8ebf13 [2022-03-16T06:47:22.758Z] #54 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #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-16T06:47:22.758Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-16T06:47:22.758Z] #38 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #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-16T06:47:22.758Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-16T06:47:22.758Z] #14 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-16T06:47:22.758Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-16T06:47:22.758Z] #19 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-16T06:47:22.758Z] #37 sha256:a6aad57ec7a6e7608ecb7a60b9b65ba3e23704ee0b13d35f993e66de6b17b27f [2022-03-16T06:47:22.758Z] #37 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #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-16T06:47:22.758Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-16T06:47:22.758Z] #34 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-16T06:47:22.758Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-16T06:47:22.758Z] #42 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-16T06:47:22.758Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-16T06:47:22.758Z] #20 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-16T06:47:22.758Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-16T06:47:22.758Z] #18 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #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-16T06:47:22.758Z] #31 sha256:b5943e5b3311b0c9352dc808a9a8b27359630d90c907395878c99a691099632c [2022-03-16T06:47:22.758Z] #31 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #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-16T06:47:22.758Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-16T06:47:22.758Z] #58 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-16T06:47:22.758Z] #65 sha256:f0a549cac410b99255bd13e8710cc4f885c0d203104d41161c2e3bfcd2c2d41c [2022-03-16T06:47:22.758Z] #65 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #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-16T06:47:22.758Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-16T06:47:22.758Z] #29 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-16T06:47:22.758Z] #62 sha256:cc74e988fee0c9206dee4df4960c3791d29b2771cd291486dd1730985f680dcd [2022-03-16T06:47:22.758Z] #62 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-16T06:47:22.758Z] #64 sha256:93d6d14ea03e5b3392912fa7e172e692846c7bfe048589d6de2a180ff3b213a5 [2022-03-16T06:47:22.758Z] #64 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #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-16T06:47:22.758Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-16T06:47:22.758Z] #21 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #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-16T06:47:22.758Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-16T06:47:22.758Z] #46 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #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-16T06:47:22.758Z] #26 sha256:6864839585075b7ea2a6073c92d8ed853a80f42cf9ab63c6ef0e97723b2a4a83 [2022-03-16T06:47:22.758Z] #26 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-16T06:47:22.758Z] #44 sha256:7eee94db95ee50f91ad1a885c36551007fdbaea63427013e4dbba1054214ff2b [2022-03-16T06:47:22.758Z] #44 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-16T06:47:22.758Z] #72 sha256:eb29af1196b070dfc7dbc63bf8a82cb311820a7c0275a217940a1df0bfee59cf [2022-03-16T06:47:22.758Z] #72 CACHED [2022-03-16T06:47:22.758Z] [2022-03-16T06:47:22.758Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-16T06:47:22.758Z] #73 sha256:49e6220d2a8884464c3fe7015a7e48008d246bf6c2525da43a9dc696fb2228a1 [2022-03-16T06:47:23.686Z] #73 DONE 1.0s [2022-03-16T06:47:23.686Z] [2022-03-16T06:47:23.686Z] #74 exporting to image [2022-03-16T06:47:23.686Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-16T06:47:23.687Z] #74 exporting layers [2022-03-16T06:47:24.614Z] #74 exporting layers 0.8s done [2022-03-16T06:47:24.614Z] #74 writing image sha256:09dea1089b02e163535c1de894af252a0248f04d9f6323643ba93aae7e469120 done [2022-03-16T06:47:24.614Z] #74 naming to docker.io/library/docker:bb3537ce384163273ab25932fe686621fb1877e8 done [2022-03-16T06:47:24.614Z] #74 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-16T06:47:24.949Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=bb3537ce384163273ab25932fe686621fb1877e8 -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:bb3537ce384163273ab25932fe686621fb1877e8 hack/make.sh dynbinary test-integration [2022-03-16T06:47:25.204Z] [2022-03-16T06:47:25.461Z] Removing bundles/ [2022-03-16T06:47:25.461Z] [2022-03-16T06:47:25.461Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-16T06:47:25.461Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-16T06:47:25.461Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T06:47:32.910Z] Still waiting to schedule task [2022-03-16T06:47:32.910Z] Waiting for next available executor on ‘azwin-2-6c2510’ [2022-03-16T06:47:33.242Z] Fetching without tags [2022-03-16T06:47:33.456Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 98f027813f97da0a49513feda41bedb6986ffdb3 [2022-03-16T06:47:33.614Z] Fetching without tags [2022-03-16T06:47:33.841Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 98f027813f97da0a49513feda41bedb6986ffdb3 [2022-03-16T06:47:33.224Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:33.227Z] > git config --add remote.origin.fetch +refs/pull/43372/head:refs/remotes/origin/PR-43372 # timeout=10 [2022-03-16T06:47:33.233Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:33.239Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:33.244Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:33.244Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:33.245Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:33.459Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:33.468Z] > git checkout -f 98f027813f97da0a49513feda41bedb6986ffdb3 # timeout=10 [2022-03-16T06:47:33.588Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:33.592Z] > git config --add remote.origin.fetch +refs/pull/43372/head:refs/remotes/origin/PR-43372 # timeout=10 [2022-03-16T06:47:33.598Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:33.606Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:33.611Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:33.611Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:33.612Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:33.838Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:33.840Z] > git checkout -f 98f027813f97da0a49513feda41bedb6986ffdb3 # timeout=10 [2022-03-16T06:47:34.560Z] Fetching without tags [2022-03-16T06:47:34.605Z] Merge succeeded, producing 087600309fefa4038c48ed2d73a2539a836934cb [2022-03-16T06:47:34.606Z] Checking out Revision 087600309fefa4038c48ed2d73a2539a836934cb (PR-43372) [2022-03-16T06:47:34.672Z] Commit message: "Merge commit '5e330ad4da5ed3fa7f28b68851588b8c2b497f12' into HEAD" [2022-03-16T06:47:34.674Z] Fetching without tags [2022-03-16T06:47:34.688Z] First time build. Skipping changelog. [2022-03-16T06:47:34.796Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 98f027813f97da0a49513feda41bedb6986ffdb3 [2022-03-16T06:47:34.885Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 98f027813f97da0a49513feda41bedb6986ffdb3 [Pipeline] withEnv [Pipeline] { [2022-03-16T06:47:35.016Z] Merge succeeded, producing 087600309fefa4038c48ed2d73a2539a836934cb [2022-03-16T06:47:35.016Z] Checking out Revision 087600309fefa4038c48ed2d73a2539a836934cb (PR-43372) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-16T06:47:35.371Z] + docker version [2022-03-16T06:47:35.371Z] Client: Docker Engine - Community [2022-03-16T06:47:35.371Z] Version: 20.10.12 [2022-03-16T06:47:35.371Z] API version: 1.41 [2022-03-16T06:47:35.371Z] Go version: go1.16.12 [2022-03-16T06:47:35.371Z] Git commit: e91ed57 [2022-03-16T06:47:35.371Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-16T06:47:35.371Z] OS/Arch: linux/amd64 [2022-03-16T06:47:35.371Z] Context: default [2022-03-16T06:47:35.371Z] Experimental: true [2022-03-16T06:47:35.371Z] [2022-03-16T06:47:35.371Z] Server: Docker Engine - Community [2022-03-16T06:47:35.371Z] Engine: [2022-03-16T06:47:35.371Z] Version: 20.10.12 [2022-03-16T06:47:35.371Z] API version: 1.41 (minimum version 1.12) [2022-03-16T06:47:35.371Z] Go version: go1.16.12 [2022-03-16T06:47:35.371Z] Git commit: 459d0df [2022-03-16T06:47:35.371Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-16T06:47:35.371Z] OS/Arch: linux/amd64 [2022-03-16T06:47:35.371Z] Experimental: true [2022-03-16T06:47:35.371Z] containerd: [2022-03-16T06:47:35.371Z] Version: 1.4.12 [2022-03-16T06:47:35.371Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-16T06:47:35.371Z] runc: [2022-03-16T06:47:35.371Z] Version: 1.0.2 [2022-03-16T06:47:35.371Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-16T06:47:35.371Z] docker-init: [2022-03-16T06:47:35.371Z] Version: 0.19.0 [2022-03-16T06:47:35.371Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-16T06:47:35.477Z] Commit message: "Merge commit '5e330ad4da5ed3fa7f28b68851588b8c2b497f12' into HEAD" [2022-03-16T06:47:35.652Z] + docker info [2022-03-16T06:47:35.652Z] Client: [2022-03-16T06:47:35.652Z] Context: default [2022-03-16T06:47:35.652Z] Debug Mode: false [2022-03-16T06:47:35.652Z] Plugins: [2022-03-16T06:47:35.652Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-16T06:47:35.652Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-16T06:47:35.652Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-16T06:47:35.652Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-16T06:47:35.652Z] [2022-03-16T06:47:35.652Z] Server: [2022-03-16T06:47:35.652Z] Containers: 0 [2022-03-16T06:47:35.652Z] Running: 0 [2022-03-16T06:47:35.652Z] Paused: 0 [2022-03-16T06:47:35.652Z] Stopped: 0 [2022-03-16T06:47:35.652Z] Images: 1 [2022-03-16T06:47:35.652Z] Server Version: 20.10.12 [2022-03-16T06:47:35.652Z] Storage Driver: overlay2 [2022-03-16T06:47:35.652Z] Backing Filesystem: extfs [2022-03-16T06:47:35.652Z] Supports d_type: true [2022-03-16T06:47:35.652Z] Native Overlay Diff: true [2022-03-16T06:47:35.652Z] userxattr: false [2022-03-16T06:47:35.652Z] Logging Driver: json-file [2022-03-16T06:47:35.652Z] Cgroup Driver: systemd [2022-03-16T06:47:35.652Z] Cgroup Version: 2 [2022-03-16T06:47:35.652Z] Plugins: [2022-03-16T06:47:35.652Z] Volume: local [2022-03-16T06:47:35.652Z] Network: bridge host ipvlan macvlan null overlay [2022-03-16T06:47:35.652Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-16T06:47:35.652Z] Swarm: inactive [2022-03-16T06:47:35.652Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-16T06:47:35.652Z] Default Runtime: runc [2022-03-16T06:47:35.652Z] Init Binary: docker-init [2022-03-16T06:47:35.652Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-16T06:47:35.652Z] runc version: v1.0.2-0-g52b36a2 [2022-03-16T06:47:35.652Z] init version: de40ad0 [2022-03-16T06:47:35.652Z] Security Options: [2022-03-16T06:47:35.652Z] apparmor [2022-03-16T06:47:35.652Z] seccomp [2022-03-16T06:47:35.652Z] Profile: default [2022-03-16T06:47:35.652Z] cgroupns [2022-03-16T06:47:35.652Z] Kernel Version: 5.11.0-1023-aws [2022-03-16T06:47:35.652Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-16T06:47:35.652Z] OSType: linux [2022-03-16T06:47:35.652Z] Architecture: x86_64 [2022-03-16T06:47:35.652Z] CPUs: 2 [2022-03-16T06:47:35.652Z] Total Memory: 7.559GiB [2022-03-16T06:47:35.652Z] Name: ip-10-100-100-44 [2022-03-16T06:47:35.652Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-16T06:47:35.652Z] Docker Root Dir: /var/lib/docker [2022-03-16T06:47:35.652Z] Debug Mode: false [2022-03-16T06:47:35.652Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:47:35.652Z] Labels: [2022-03-16T06:47:35.652Z] Experimental: true [2022-03-16T06:47:35.652Z] Insecure Registries: [2022-03-16T06:47:35.652Z] 127.0.0.0/8 [2022-03-16T06:47:35.652Z] Live Restore Enabled: true [2022-03-16T06:47:35.652Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-16T06:47:34.526Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:34.535Z] > git config --add remote.origin.fetch +refs/pull/43372/head:refs/remotes/origin/PR-43372 # timeout=10 [2022-03-16T06:47:34.540Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:34.553Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:34.563Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:34.563Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:34.564Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:34.799Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:34.805Z] > git checkout -f 98f027813f97da0a49513feda41bedb6986ffdb3 # timeout=10 [2022-03-16T06:47:35.286Z] > git remote # timeout=10 [2022-03-16T06:47:35.299Z] > git config --get remote.origin.url # timeout=10 [2022-03-16T06:47:35.306Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:35.307Z] > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10 [Pipeline] sh [2022-03-16T06:47:33.977Z] > git remote # timeout=10 [2022-03-16T06:47:33.998Z] > git config --get remote.origin.url # timeout=10 [2022-03-16T06:47:34.005Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:34.006Z] > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10 [2022-03-16T06:47:34.599Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-16T06:47:34.608Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:34.612Z] > git checkout -f 087600309fefa4038c48ed2d73a2539a836934cb # timeout=10 [2022-03-16T06:47:34.675Z] > git rev-list --no-walk 8a7ac7502f3ab575f4bd80c67ac75725ced09f9d # timeout=10 [2022-03-16T06:47:34.320Z] > git remote # timeout=10 [2022-03-16T06:47:34.323Z] > git config --get remote.origin.url # timeout=10 [2022-03-16T06:47:34.328Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:34.329Z] > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10 [2022-03-16T06:47:35.005Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-16T06:47:35.014Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:35.019Z] > git checkout -f 087600309fefa4038c48ed2d73a2539a836934cb # timeout=10 [2022-03-16T06:47:34.634Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:34.643Z] > git config --add remote.origin.fetch +refs/pull/43372/head:refs/remotes/origin/PR-43372 # timeout=10 [2022-03-16T06:47:34.650Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:34.660Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:34.676Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:34.677Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:34.677Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:34.887Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:34.894Z] > git checkout -f 98f027813f97da0a49513feda41bedb6986ffdb3 # timeout=10 [2022-03-16T06:47:35.383Z] > git remote # timeout=10 [2022-03-16T06:47:35.387Z] > git config --get remote.origin.url # timeout=10 [2022-03-16T06:47:35.389Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:35.390Z] > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10 [2022-03-16T06:47:35.815Z] Fetching without tags [2022-03-16T06:47:35.835Z] Merge succeeded, producing 6f899fe003c206cee7d3fa9e472e1aa3a74ff439 [2022-03-16T06:47:35.835Z] Checking out Revision 6f899fe003c206cee7d3fa9e472e1aa3a74ff439 (PR-43372) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-03-16T06:47:35.500Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:35.551Z] > git config --add remote.origin.fetch +refs/pull/43372/head:refs/remotes/origin/PR-43372 # timeout=10 [2022-03-16T06:47:35.596Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:35.715Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:35.847Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:35.847Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:35.849Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] sh [2022-03-16T06:47:35.988Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:087600309fefa4038c48ed2d73a2539a836934cb . [2022-03-16T06:47:35.988Z] #1 [internal] load build definition from Dockerfile [2022-03-16T06:47:35.988Z] #1 sha256:7341ca1d0238c3d2092e224398545c3f5c9ef60a955a36690d719177568c2277 [2022-03-16T06:47:35.988Z] #1 transferring dockerfile: 16.77kB done [2022-03-16T06:47:35.988Z] #1 DONE 0.0s [2022-03-16T06:47:35.988Z] [2022-03-16T06:47:35.988Z] #2 [internal] load .dockerignore [2022-03-16T06:47:35.988Z] #2 sha256:eb18c6f97ae8389e882524a0ef49347fb665ec79daba4a579cd189e1fc4ef2c8 [2022-03-16T06:47:35.988Z] #2 transferring context: 87B done [2022-03-16T06:47:35.988Z] #2 DONE 0.0s [2022-03-16T06:47:35.988Z] [2022-03-16T06:47:35.988Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-16T06:47:35.988Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-16T06:47:36.069Z] Merge succeeded, producing 6f899fe003c206cee7d3fa9e472e1aa3a74ff439 [2022-03-16T06:47:36.069Z] Checking out Revision 6f899fe003c206cee7d3fa9e472e1aa3a74ff439 (PR-43372) [2022-03-16T06:47:36.176Z] + docker version [2022-03-16T06:47:36.176Z] Client: Docker Engine - Community [2022-03-16T06:47:36.176Z] Version: 20.10.12 [2022-03-16T06:47:36.176Z] API version: 1.41 [2022-03-16T06:47:36.176Z] Go version: go1.16.12 [2022-03-16T06:47:36.176Z] Git commit: e91ed57 [2022-03-16T06:47:36.176Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-16T06:47:36.176Z] OS/Arch: linux/arm64 [2022-03-16T06:47:36.176Z] Context: default [2022-03-16T06:47:36.176Z] Experimental: true [2022-03-16T06:47:36.176Z] [2022-03-16T06:47:36.176Z] Server: Docker Engine - Community [2022-03-16T06:47:36.176Z] Engine: [2022-03-16T06:47:36.176Z] Version: 20.10.12 [2022-03-16T06:47:36.176Z] API version: 1.41 (minimum version 1.12) [2022-03-16T06:47:36.176Z] Go version: go1.16.12 [2022-03-16T06:47:36.176Z] Git commit: 459d0df [2022-03-16T06:47:36.176Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-16T06:47:36.176Z] OS/Arch: linux/arm64 [2022-03-16T06:47:36.176Z] Experimental: true [2022-03-16T06:47:36.176Z] containerd: [2022-03-16T06:47:36.176Z] Version: 1.4.12 [2022-03-16T06:47:36.176Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-16T06:47:36.176Z] runc: [2022-03-16T06:47:36.176Z] Version: 1.0.2 [2022-03-16T06:47:36.176Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-16T06:47:36.176Z] docker-init: [2022-03-16T06:47:36.176Z] Version: 0.19.0 [2022-03-16T06:47:36.176Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-16T06:47:36.185Z] Commit message: "Merge commit '5e330ad4da5ed3fa7f28b68851588b8c2b497f12' into HEAD" [2022-03-16T06:47:36.239Z] Commit message: "Merge commit '5e330ad4da5ed3fa7f28b68851588b8c2b497f12' into HEAD" [2022-03-16T06:47:36.247Z] #3 DONE 0.2s [2022-03-16T06:47:36.248Z] [2022-03-16T06:47:36.248Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-16T06:47:36.248Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-16T06:47:36.248Z] #4 CACHED [2022-03-16T06:47:36.260Z] First time build. Skipping changelog. [2022-03-16T06:47:36.499Z] + docker info [2022-03-16T06:47:36.499Z] Client: [2022-03-16T06:47:36.499Z] Context: default [2022-03-16T06:47:36.499Z] Debug Mode: false [2022-03-16T06:47:36.499Z] Plugins: [2022-03-16T06:47:36.499Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-16T06:47:36.499Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-16T06:47:36.499Z] [2022-03-16T06:47:36.499Z] Server: [2022-03-16T06:47:36.499Z] Containers: 0 [2022-03-16T06:47:36.499Z] Running: 0 [2022-03-16T06:47:36.499Z] Paused: 0 [2022-03-16T06:47:36.499Z] Stopped: 0 [2022-03-16T06:47:36.499Z] Images: 1 [2022-03-16T06:47:36.499Z] Server Version: 20.10.12 [2022-03-16T06:47:36.499Z] Storage Driver: overlay2 [2022-03-16T06:47:36.499Z] Backing Filesystem: extfs [2022-03-16T06:47:36.499Z] Supports d_type: true [2022-03-16T06:47:36.499Z] Native Overlay Diff: true [2022-03-16T06:47:36.499Z] userxattr: false [2022-03-16T06:47:36.499Z] Logging Driver: json-file [2022-03-16T06:47:36.499Z] Cgroup Driver: cgroupfs [2022-03-16T06:47:36.499Z] Cgroup Version: 1 [2022-03-16T06:47:36.499Z] Plugins: [2022-03-16T06:47:36.499Z] Volume: local [2022-03-16T06:47:36.499Z] Network: bridge host ipvlan macvlan null overlay [2022-03-16T06:47:36.499Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-16T06:47:36.499Z] Swarm: inactive [2022-03-16T06:47:36.499Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-03-16T06:47:36.499Z] Default Runtime: runc [2022-03-16T06:47:36.499Z] Init Binary: docker-init [2022-03-16T06:47:36.499Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-16T06:47:36.499Z] runc version: v1.0.2-0-g52b36a2 [2022-03-16T06:47:36.499Z] init version: de40ad0 [2022-03-16T06:47:36.499Z] Security Options: [2022-03-16T06:47:36.499Z] apparmor [2022-03-16T06:47:36.499Z] seccomp [2022-03-16T06:47:36.499Z] Profile: default [2022-03-16T06:47:36.499Z] Kernel Version: 5.11.0-1023-aws [2022-03-16T06:47:36.499Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-16T06:47:36.499Z] OSType: linux [2022-03-16T06:47:36.499Z] Architecture: aarch64 [2022-03-16T06:47:36.499Z] CPUs: 2 [2022-03-16T06:47:36.499Z] Total Memory: 7.576GiB [2022-03-16T06:47:36.499Z] Name: ip-10-100-122-160 [2022-03-16T06:47:36.499Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-16T06:47:36.499Z] Docker Root Dir: /var/lib/docker [2022-03-16T06:47:36.499Z] Debug Mode: false [2022-03-16T06:47:36.499Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:47:36.499Z] Labels: [2022-03-16T06:47:36.499Z] Experimental: true [2022-03-16T06:47:36.499Z] Insecure Registries: [2022-03-16T06:47:36.499Z] 127.0.0.0/8 [2022-03-16T06:47:36.499Z] Live Restore Enabled: true [2022-03-16T06:47:36.499Z] [Pipeline] sh [2022-03-16T06:47:36.506Z] [2022-03-16T06:47:36.506Z] #5 [internal] load .dockerignore [2022-03-16T06:47:36.506Z] #5 sha256:a467ee6ac1fd8bc22ad60f9a22d0cbc7ca1b125365f741462ceb20ee4d46a2a8 [2022-03-16T06:47:36.506Z] #5 DONE 0.0s [2022-03-16T06:47:36.506Z] [2022-03-16T06:47:36.506Z] #6 [internal] load build definition from Dockerfile [2022-03-16T06:47:36.506Z] #6 sha256:133cf3bcb471d4881bb01eea8a4caaf5b764610a2fd4a732ea2f026dcce8afef [2022-03-16T06:47:36.506Z] #6 DONE 0.0s [2022-03-16T06:47:36.506Z] [2022-03-16T06:47:36.506Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-16T06:47:36.506Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-16T06:47:36.506Z] #10 DONE 0.1s [2022-03-16T06:47:36.506Z] [2022-03-16T06:47:36.506Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-16T06:47:36.506Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-16T06:47:36.506Z] #7 DONE 0.1s [2022-03-16T06:47:36.506Z] [2022-03-16T06:47:36.506Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-16T06:47:36.506Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-16T06:47:36.506Z] #8 DONE 0.1s [2022-03-16T06:47:36.506Z] [2022-03-16T06:47:36.506Z] #9 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-16T06:47:36.506Z] #9 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-16T06:47:36.506Z] #9 DONE 0.1s [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-16T06:47:36.590Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 98f027813f97da0a49513feda41bedb6986ffdb3 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-03-16T06:47:36.772Z] Fetching without tags [2022-03-16T06:47:36.778Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-16T06:47:36.778Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-16T06:47:36.778Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43372/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-16T06:47:36.778Z] + bash /home/ubuntu/workspace/moby_PR-43372/check-config.sh [2022-03-16T06:47:36.778Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-16T06:47:36.778Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-16T06:47:36.778Z] [2022-03-16T06:47:36.778Z] Generally Necessary: [2022-03-16T06:47:36.778Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-16T06:47:36.778Z] - apparmor: enabled and tools installed [2022-03-16T06:47:36.778Z] - CONFIG_NAMESPACES: enabled [2022-03-16T06:47:36.778Z] - CONFIG_NET_NS: enabled [2022-03-16T06:47:36.778Z] - CONFIG_PID_NS: enabled [2022-03-16T06:47:36.778Z] - CONFIG_IPC_NS: enabled [2022-03-16T06:47:36.778Z] - CONFIG_UTS_NS: enabled [2022-03-16T06:47:36.778Z] - CONFIG_CGROUPS: enabled [2022-03-16T06:47:36.778Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-16T06:47:36.778Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-16T06:47:36.778Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-16T06:47:36.778Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-16T06:47:36.778Z] - CONFIG_CPUSETS: enabled [2022-03-16T06:47:36.778Z] - CONFIG_MEMCG: enabled [2022-03-16T06:47:36.778Z] - CONFIG_KEYS: enabled [2022-03-16T06:47:36.778Z] - CONFIG_VETH: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-16T06:47:36.778Z] - CONFIG_CGROUP_BPF: enabled [2022-03-16T06:47:36.778Z] [2022-03-16T06:47:36.778Z] Optional Features: [2022-03-16T06:47:36.778Z] - CONFIG_USER_NS: enabled [2022-03-16T06:47:36.778Z] - CONFIG_SECCOMP: enabled [2022-03-16T06:47:36.778Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-16T06:47:36.778Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-16T06:47:36.778Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-16T06:47:36.778Z] (cgroup swap accounting is currently enabled) [2022-03-16T06:47:36.778Z] - CONFIG_BLK_CGROUP: enabled [2022-03-16T06:47:36.778Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-16T06:47:36.778Z] - CONFIG_CGROUP_PERF: enabled [2022-03-16T06:47:36.778Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-16T06:47:36.778Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-16T06:47:36.778Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-16T06:47:36.778Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-16T06:47:36.778Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-16T06:47:36.778Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_IP_VS: enabled (as module) [2022-03-16T06:47:36.778Z] - CONFIG_IP_VS_NFCT: enabled [Pipeline] sh [2022-03-16T06:47:36.843Z] + [ PR != PR ] [2022-03-16T06:47:36.843Z] + [ master != master ] [2022-03-16T06:47:36.843Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-16T06:47:37.036Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-16T06:47:37.036Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-16T06:47:37.037Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-16T06:47:37.037Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-16T06:47:37.037Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-16T06:47:37.037Z] - CONFIG_EXT4_FS: enabled [2022-03-16T06:47:37.037Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-16T06:47:37.037Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-16T06:47:37.037Z] - Network Drivers: [2022-03-16T06:47:37.037Z] - "overlay": [2022-03-16T06:47:37.037Z] - CONFIG_VXLAN: enabled (as module) [2022-03-16T06:47:37.037Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-16T06:47:37.037Z] Optional (for encrypted networks): [2022-03-16T06:47:37.037Z] - CONFIG_CRYPTO: enabled [2022-03-16T06:47:37.037Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-16T06:47:37.037Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-16T06:47:37.037Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-16T06:47:37.037Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-16T06:47:37.037Z] - CONFIG_XFRM: enabled [2022-03-16T06:47:37.037Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-16T06:47:37.037Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-16T06:47:37.037Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-16T06:47:37.037Z] - "ipvlan": [2022-03-16T06:47:37.037Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-16T06:47:37.037Z] - "macvlan": [2022-03-16T06:47:37.037Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-16T06:47:37.037Z] - CONFIG_DUMMY: enabled (as module) [2022-03-16T06:47:37.037Z] - "ftp,tftp client in container": [2022-03-16T06:47:37.037Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-16T06:47:37.037Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-16T06:47:37.037Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-16T06:47:37.037Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-16T06:47:37.037Z] - Storage Drivers: [2022-03-16T06:47:37.037Z] - "aufs": [2022-03-16T06:47:37.037Z] - CONFIG_AUFS_FS: missing [2022-03-16T06:47:37.037Z] - "btrfs": [2022-03-16T06:47:37.037Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-16T06:47:37.037Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-16T06:47:37.037Z] - "devicemapper": [2022-03-16T06:47:37.037Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-16T06:47:37.037Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-16T06:47:37.037Z] - "overlay": [2022-03-16T06:47:37.037Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-16T06:47:37.037Z] - "zfs": [2022-03-16T06:47:37.037Z] - /dev/zfs: present [2022-03-16T06:47:37.037Z] - zfs command: missing [2022-03-16T06:47:37.037Z] - zpool command: missing [2022-03-16T06:47:37.037Z] [2022-03-16T06:47:37.037Z] Limits: [2022-03-16T06:47:37.037Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-16T06:47:37.037Z] [2022-03-16T06:47:37.037Z] + true [Pipeline] } [Pipeline] // stage [2022-03-16T06:47:37.061Z] + docker version [2022-03-16T06:47:37.061Z] Client: Docker Engine - Community [2022-03-16T06:47:37.061Z] Version: 20.10.12 [2022-03-16T06:47:37.061Z] API version: 1.41 [2022-03-16T06:47:37.061Z] Go version: go1.16.12 [2022-03-16T06:47:37.061Z] Git commit: e91ed57 [2022-03-16T06:47:37.061Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-16T06:47:37.061Z] OS/Arch: linux/amd64 [2022-03-16T06:47:37.061Z] Context: default [2022-03-16T06:47:37.061Z] Experimental: true [2022-03-16T06:47:37.061Z] [2022-03-16T06:47:37.061Z] Server: Docker Engine - Community [2022-03-16T06:47:37.061Z] Engine: [2022-03-16T06:47:37.061Z] Version: 20.10.12 [2022-03-16T06:47:37.061Z] API version: 1.41 (minimum version 1.12) [2022-03-16T06:47:37.061Z] Go version: go1.16.12 [2022-03-16T06:47:37.061Z] Git commit: 459d0df [2022-03-16T06:47:37.061Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-16T06:47:37.061Z] OS/Arch: linux/amd64 [2022-03-16T06:47:37.061Z] Experimental: true [2022-03-16T06:47:37.061Z] containerd: [2022-03-16T06:47:37.061Z] Version: 1.4.12 [2022-03-16T06:47:37.061Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-16T06:47:37.061Z] runc: [2022-03-16T06:47:37.061Z] Version: 1.0.2 [2022-03-16T06:47:37.061Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-16T06:47:37.061Z] docker-init: [2022-03-16T06:47:37.061Z] Version: 0.19.0 [2022-03-16T06:47:37.061Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-16T06:47:37.078Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-16T06:47:37.078Z] #69 DONE 0.0s [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-16T06:47:37.078Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-16T06:47:37.078Z] #11 DONE 0.0s [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-16T06:47:37.078Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-16T06:47:37.078Z] #67 DONE 0.0s [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-16T06:47:37.078Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-16T06:47:37.078Z] #68 CACHED [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-16T06:47:37.078Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-16T06:47:37.078Z] #70 CACHED [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-16T06:47:37.078Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-16T06:47:37.078Z] #42 CACHED [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-16T06:47:37.078Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-16T06:47:37.078Z] #12 CACHED [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.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-16T06:47:37.078Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-16T06:47:37.078Z] #43 CACHED [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-16T06:47:37.078Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-16T06:47:37.078Z] #28 DONE 0.0s [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #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-16T06:47:37.078Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-16T06:47:37.078Z] #53 CACHED [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #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-16T06:47:37.078Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-16T06:47:37.078Z] #13 CACHED [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #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-16T06:47:37.078Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-16T06:47:37.078Z] #49 CACHED [2022-03-16T06:47:37.078Z] [2022-03-16T06:47:37.078Z] #24 [internal] load build context [2022-03-16T06:47:37.078Z] #24 sha256:cd6c406d17cff9b400db82a6ef67141f435a80ae4beaee8f3110f7f5604048a8 [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-16T06:47:37.163Z] + docker version [2022-03-16T06:47:37.163Z] Client: Docker Engine - Community [2022-03-16T06:47:37.163Z] Version: 20.10.12 [2022-03-16T06:47:37.163Z] API version: 1.41 [2022-03-16T06:47:37.163Z] Go version: go1.16.12 [2022-03-16T06:47:37.163Z] Git commit: e91ed57 [2022-03-16T06:47:37.163Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-16T06:47:37.163Z] OS/Arch: linux/amd64 [2022-03-16T06:47:37.163Z] Context: default [2022-03-16T06:47:37.163Z] Experimental: true [2022-03-16T06:47:37.163Z] [2022-03-16T06:47:37.163Z] Server: Docker Engine - Community [2022-03-16T06:47:37.163Z] Engine: [2022-03-16T06:47:37.163Z] Version: 20.10.12 [2022-03-16T06:47:37.163Z] API version: 1.41 (minimum version 1.12) [2022-03-16T06:47:37.163Z] Go version: go1.16.12 [2022-03-16T06:47:37.163Z] Git commit: 459d0df [2022-03-16T06:47:37.163Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-16T06:47:37.163Z] OS/Arch: linux/amd64 [2022-03-16T06:47:37.163Z] Experimental: true [2022-03-16T06:47:37.163Z] containerd: [2022-03-16T06:47:37.163Z] Version: 1.4.12 [2022-03-16T06:47:37.163Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-16T06:47:37.163Z] runc: [2022-03-16T06:47:37.163Z] Version: 1.0.2 [2022-03-16T06:47:37.163Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-16T06:47:37.163Z] docker-init: [2022-03-16T06:47:37.163Z] Version: 0.19.0 [2022-03-16T06:47:37.163Z] GitCommit: de40ad0 [Pipeline] sh [Pipeline] sh [2022-03-16T06:47:37.337Z] #24 ... [2022-03-16T06:47:37.337Z] [2022-03-16T06:47:37.337Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-16T06:47:37.337Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-16T06:47:37.337Z] #45 DONE 0.3s [2022-03-16T06:47:37.337Z] [2022-03-16T06:47:37.337Z] #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-16T06:47:37.337Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-16T06:47:37.337Z] #46 CACHED [2022-03-16T06:47:37.337Z] [2022-03-16T06:47:37.337Z] #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-16T06:47:37.337Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-16T06:47:37.337Z] #47 CACHED [2022-03-16T06:47:37.337Z] [2022-03-16T06:47:37.337Z] #24 [internal] load build context [2022-03-16T06:47:37.337Z] #24 sha256:cd6c406d17cff9b400db82a6ef67141f435a80ae4beaee8f3110f7f5604048a8 [2022-03-16T06:47:37.389Z] + docker info [2022-03-16T06:47:37.389Z] Client: [2022-03-16T06:47:37.389Z] Context: default [2022-03-16T06:47:37.389Z] Debug Mode: false [2022-03-16T06:47:37.389Z] Plugins: [2022-03-16T06:47:37.389Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-16T06:47:37.389Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-16T06:47:37.389Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-16T06:47:37.389Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-16T06:47:37.389Z] [2022-03-16T06:47:37.389Z] Server: [2022-03-16T06:47:37.389Z] Containers: 0 [2022-03-16T06:47:37.389Z] Running: 0 [2022-03-16T06:47:37.389Z] Paused: 0 [2022-03-16T06:47:37.389Z] Stopped: 0 [2022-03-16T06:47:37.389Z] Images: 1 [2022-03-16T06:47:37.389Z] Server Version: 20.10.12 [2022-03-16T06:47:37.389Z] Storage Driver: overlay2 [2022-03-16T06:47:37.389Z] Backing Filesystem: extfs [2022-03-16T06:47:37.389Z] Supports d_type: true [2022-03-16T06:47:37.389Z] Native Overlay Diff: true [2022-03-16T06:47:37.389Z] userxattr: false [2022-03-16T06:47:37.389Z] Logging Driver: json-file [2022-03-16T06:47:37.389Z] Cgroup Driver: cgroupfs [2022-03-16T06:47:37.389Z] Cgroup Version: 1 [2022-03-16T06:47:37.389Z] Plugins: [2022-03-16T06:47:37.389Z] Volume: local [2022-03-16T06:47:37.389Z] Network: bridge host ipvlan macvlan null overlay [2022-03-16T06:47:37.389Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-16T06:47:37.389Z] Swarm: inactive [2022-03-16T06:47:37.389Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-16T06:47:37.389Z] Default Runtime: runc [2022-03-16T06:47:37.389Z] Init Binary: docker-init [2022-03-16T06:47:37.389Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-16T06:47:37.389Z] runc version: v1.0.2-0-g52b36a2 [2022-03-16T06:47:37.389Z] init version: de40ad0 [2022-03-16T06:47:37.389Z] Security Options: [2022-03-16T06:47:37.389Z] apparmor [2022-03-16T06:47:37.389Z] seccomp [2022-03-16T06:47:37.389Z] Profile: default [2022-03-16T06:47:37.389Z] Kernel Version: 5.4.0-1061-aws [2022-03-16T06:47:37.389Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-16T06:47:37.389Z] OSType: linux [2022-03-16T06:47:37.389Z] Architecture: x86_64 [2022-03-16T06:47:37.389Z] CPUs: 2 [2022-03-16T06:47:37.389Z] Total Memory: 7.565GiB [2022-03-16T06:47:37.389Z] Name: ip-10-100-93-11 [2022-03-16T06:47:37.389Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-16T06:47:37.389Z] Docker Root Dir: /var/lib/docker [2022-03-16T06:47:37.389Z] Debug Mode: false [2022-03-16T06:47:37.389Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:47:37.389Z] Labels: [2022-03-16T06:47:37.389Z] Experimental: true [2022-03-16T06:47:37.389Z] Insecure Registries: [2022-03-16T06:47:37.389Z] 127.0.0.0/8 [2022-03-16T06:47:37.389Z] Live Restore Enabled: true [2022-03-16T06:47:37.389Z] [2022-03-16T06:47:37.389Z] WARNING: No swap limit support [Pipeline] sh [2022-03-16T06:47:37.443Z] + docker info [2022-03-16T06:47:37.443Z] Client: [2022-03-16T06:47:37.443Z] Context: default [2022-03-16T06:47:37.443Z] Debug Mode: false [2022-03-16T06:47:37.443Z] Plugins: [2022-03-16T06:47:37.443Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-16T06:47:37.443Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-16T06:47:37.443Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-16T06:47:37.443Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-16T06:47:37.443Z] [2022-03-16T06:47:37.443Z] Server: [2022-03-16T06:47:37.443Z] Containers: 0 [2022-03-16T06:47:37.443Z] Running: 0 [2022-03-16T06:47:37.443Z] Paused: 0 [2022-03-16T06:47:37.443Z] Stopped: 0 [2022-03-16T06:47:37.443Z] Images: 1 [2022-03-16T06:47:37.443Z] Server Version: 20.10.12 [2022-03-16T06:47:37.443Z] Storage Driver: overlay2 [2022-03-16T06:47:37.443Z] Backing Filesystem: extfs [2022-03-16T06:47:37.443Z] Supports d_type: true [2022-03-16T06:47:37.443Z] Native Overlay Diff: true [2022-03-16T06:47:37.443Z] userxattr: false [2022-03-16T06:47:37.443Z] Logging Driver: json-file [2022-03-16T06:47:37.443Z] Cgroup Driver: cgroupfs [2022-03-16T06:47:37.443Z] Cgroup Version: 1 [2022-03-16T06:47:37.443Z] Plugins: [2022-03-16T06:47:37.443Z] Volume: local [2022-03-16T06:47:37.443Z] Network: bridge host ipvlan macvlan null overlay [2022-03-16T06:47:37.443Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-16T06:47:37.443Z] Swarm: inactive [2022-03-16T06:47:37.443Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-16T06:47:37.443Z] Default Runtime: runc [2022-03-16T06:47:37.443Z] Init Binary: docker-init [2022-03-16T06:47:37.443Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-16T06:47:37.443Z] runc version: v1.0.2-0-g52b36a2 [2022-03-16T06:47:37.443Z] init version: de40ad0 [2022-03-16T06:47:37.443Z] Security Options: [2022-03-16T06:47:37.443Z] apparmor [2022-03-16T06:47:37.443Z] seccomp [2022-03-16T06:47:37.443Z] Profile: default [2022-03-16T06:47:37.443Z] Kernel Version: 5.4.0-1061-aws [2022-03-16T06:47:37.443Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-16T06:47:37.443Z] OSType: linux [2022-03-16T06:47:37.443Z] Architecture: x86_64 [2022-03-16T06:47:37.443Z] CPUs: 2 [2022-03-16T06:47:37.443Z] Total Memory: 7.565GiB [2022-03-16T06:47:37.443Z] Name: ip-10-100-71-27 [2022-03-16T06:47:37.443Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-16T06:47:37.443Z] Docker Root Dir: /var/lib/docker [2022-03-16T06:47:37.443Z] Debug Mode: false [2022-03-16T06:47:37.443Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:47:37.443Z] Labels: [2022-03-16T06:47:37.443Z] Experimental: true [2022-03-16T06:47:37.443Z] Insecure Registries: [2022-03-16T06:47:37.443Z] 127.0.0.0/8 [2022-03-16T06:47:37.443Z] Live Restore Enabled: true [2022-03-16T06:47:37.443Z] [2022-03-16T06:47:37.443Z] WARNING: No swap limit support [Pipeline] sh [2022-03-16T06:47:37.476Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:087600309fefa4038c48ed2d73a2539a836934cb . [2022-03-16T06:47:37.476Z] #1 [internal] load build definition from Dockerfile [2022-03-16T06:47:37.476Z] #1 sha256:acf53e8f0019a5f7caa81c309722b10aa506ee668a19a8d41486d1449b802711 [2022-03-16T06:47:37.476Z] #1 transferring dockerfile: 16.77kB done [2022-03-16T06:47:37.476Z] #1 DONE 0.0s [2022-03-16T06:47:37.476Z] [2022-03-16T06:47:37.476Z] #2 [internal] load .dockerignore [2022-03-16T06:47:37.476Z] #2 sha256:dbf374ab4ca1de6b0678244efaf889b4022393073f9aa59aa9d232a3f75856ef [2022-03-16T06:47:37.476Z] #2 transferring context: 87B 0.0s done [2022-03-16T06:47:37.476Z] #2 DONE 0.0s [2022-03-16T06:47:37.476Z] [2022-03-16T06:47:37.476Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-16T06:47:37.476Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-16T06:47:37.550Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 98f027813f97da0a49513feda41bedb6986ffdb3 [2022-03-16T06:47:35.822Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-16T06:47:35.838Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:35.854Z] > git checkout -f 6f899fe003c206cee7d3fa9e472e1aa3a74ff439 # timeout=10 [2022-03-16T06:47:36.241Z] > git rev-list --no-walk 8a7ac7502f3ab575f4bd80c67ac75725ced09f9d # timeout=10 [2022-03-16T06:47:36.066Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-16T06:47:36.072Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:36.083Z] > git checkout -f 6f899fe003c206cee7d3fa9e472e1aa3a74ff439 # timeout=10 [2022-03-16T06:47:37.667Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-16T06:47:37.667Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-16T06:47:37.667Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43372/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-16T06:47:37.667Z] + bash /home/ubuntu/workspace/moby_PR-43372/check-config.sh [2022-03-16T06:47:37.667Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-16T06:47:37.667Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-16T06:47:37.667Z] [2022-03-16T06:47:37.667Z] Generally Necessary: [2022-03-16T06:47:37.667Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-16T06:47:37.667Z] - apparmor: enabled and tools installed [2022-03-16T06:47:37.667Z] - CONFIG_NAMESPACES: enabled [2022-03-16T06:47:37.667Z] - CONFIG_NET_NS: enabled [2022-03-16T06:47:37.667Z] - CONFIG_PID_NS: enabled [2022-03-16T06:47:37.667Z] - CONFIG_IPC_NS: enabled [2022-03-16T06:47:37.667Z] - CONFIG_UTS_NS: enabled [2022-03-16T06:47:37.667Z] - CONFIG_CGROUPS: enabled [2022-03-16T06:47:37.667Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-16T06:47:37.667Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-16T06:47:37.667Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-16T06:47:37.667Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-16T06:47:37.667Z] - CONFIG_CPUSETS: enabled [2022-03-16T06:47:37.667Z] - CONFIG_MEMCG: enabled [2022-03-16T06:47:37.667Z] - CONFIG_KEYS: enabled [2022-03-16T06:47:37.667Z] - CONFIG_VETH: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-16T06:47:37.667Z] - CONFIG_CGROUP_BPF: enabled [2022-03-16T06:47:37.667Z] [2022-03-16T06:47:37.667Z] Optional Features: [2022-03-16T06:47:37.667Z] - CONFIG_USER_NS: enabled [2022-03-16T06:47:37.667Z] - CONFIG_SECCOMP: enabled [2022-03-16T06:47:37.667Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-16T06:47:37.667Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-16T06:47:37.667Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-16T06:47:37.667Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-16T06:47:37.667Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-16T06:47:37.667Z] - CONFIG_BLK_CGROUP: enabled [2022-03-16T06:47:37.667Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-16T06:47:37.667Z] - CONFIG_CGROUP_PERF: enabled [2022-03-16T06:47:37.667Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-16T06:47:37.667Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-16T06:47:37.667Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-16T06:47:37.668Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-16T06:47:37.668Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-16T06:47:37.668Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-16T06:47:37.668Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-16T06:47:37.668Z] - CONFIG_IP_VS: enabled (as module) [2022-03-16T06:47:37.668Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-16T06:47:37.668Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-16T06:47:37.717Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-16T06:47:37.717Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-16T06:47:37.717Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43372/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-16T06:47:37.717Z] + bash /home/ubuntu/workspace/moby_PR-43372/check-config.sh [2022-03-16T06:47:37.717Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-16T06:47:37.717Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-16T06:47:37.717Z] [2022-03-16T06:47:37.717Z] Generally Necessary: [2022-03-16T06:47:37.717Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-16T06:47:37.717Z] - apparmor: enabled and tools installed [2022-03-16T06:47:37.717Z] - CONFIG_NAMESPACES: enabled [2022-03-16T06:47:37.717Z] - CONFIG_NET_NS: enabled [2022-03-16T06:47:37.717Z] - CONFIG_PID_NS: enabled [2022-03-16T06:47:37.717Z] - CONFIG_IPC_NS: enabled [2022-03-16T06:47:37.717Z] - CONFIG_UTS_NS: enabled [2022-03-16T06:47:37.717Z] - CONFIG_CGROUPS: enabled [2022-03-16T06:47:37.717Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-16T06:47:37.717Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-16T06:47:37.717Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-16T06:47:37.717Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-16T06:47:37.717Z] - CONFIG_CPUSETS: enabled [2022-03-16T06:47:37.717Z] - CONFIG_MEMCG: enabled [2022-03-16T06:47:37.717Z] - CONFIG_KEYS: enabled [2022-03-16T06:47:37.717Z] - CONFIG_VETH: enabled (as module) [2022-03-16T06:47:37.717Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-16T06:47:37.717Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-16T06:47:37.717Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-16T06:47:37.717Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-16T06:47:37.717Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-16T06:47:37.717Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-16T06:47:37.717Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-16T06:47:37.717Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-16T06:47:37.717Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-16T06:47:37.717Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-16T06:47:37.717Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-16T06:47:37.717Z] - CONFIG_CGROUP_BPF: enabled [2022-03-16T06:47:37.717Z] [2022-03-16T06:47:37.717Z] Optional Features: [2022-03-16T06:47:37.717Z] - CONFIG_USER_NS: enabled [2022-03-16T06:47:37.717Z] - CONFIG_SECCOMP: enabled [2022-03-16T06:47:37.717Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-16T06:47:37.717Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-16T06:47:37.717Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-16T06:47:37.717Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-16T06:47:37.717Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-16T06:47:37.717Z] - CONFIG_BLK_CGROUP: enabled [2022-03-16T06:47:37.717Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-16T06:47:37.717Z] - CONFIG_CGROUP_PERF: enabled [2022-03-16T06:47:37.717Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-16T06:47:37.718Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-16T06:47:37.718Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-16T06:47:37.718Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-16T06:47:37.718Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-16T06:47:37.718Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-16T06:47:37.718Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-16T06:47:37.718Z] - CONFIG_IP_VS: enabled (as module) [2022-03-16T06:47:37.718Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-16T06:47:37.734Z] #3 DONE 0.1s [2022-03-16T06:47:37.734Z] [2022-03-16T06:47:37.734Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-16T06:47:37.734Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-16T06:47:37.734Z] #4 CACHED [2022-03-16T06:47:37.734Z] [2022-03-16T06:47:37.734Z] #6 [internal] load build definition from Dockerfile [2022-03-16T06:47:37.734Z] #6 sha256:2126dc9c1fb632886fd0e2dcbf580394ad6f8832f2a4a96db4526efec4b91b9e [2022-03-16T06:47:37.734Z] #6 DONE 0.0s [2022-03-16T06:47:37.734Z] [2022-03-16T06:47:37.734Z] #5 [internal] load .dockerignore [2022-03-16T06:47:37.734Z] #5 sha256:ef264230560a1e8913d5053404451c6843ffb821fcf5dac1c451076f51b01d7d [2022-03-16T06:47:37.734Z] #5 DONE 0.0s [2022-03-16T06:47:37.734Z] [2022-03-16T06:47:37.734Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-16T06:47:37.734Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-16T06:47:37.734Z] #9 DONE 0.1s [2022-03-16T06:47:37.734Z] [2022-03-16T06:47:37.734Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-16T06:47:37.734Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-16T06:47:36.621Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:36.671Z] > git checkout -f 98f027813f97da0a49513feda41bedb6986ffdb3 # timeout=10 [2022-03-16T06:47:36.425Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:36.478Z] > git config --add remote.origin.fetch +refs/pull/43372/head:refs/remotes/origin/PR-43372 # timeout=10 [2022-03-16T06:47:36.528Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:36.666Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:47:36.806Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:47:36.806Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:36.808Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:47:37.583Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:37.634Z] > git checkout -f 98f027813f97da0a49513feda41bedb6986ffdb3 # timeout=10 [2022-03-16T06:47:37.924Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-16T06:47:37.925Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-16T06:47:37.925Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-16T06:47:37.925Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-16T06:47:37.925Z] - CONFIG_EXT4_FS: enabled [2022-03-16T06:47:37.925Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-16T06:47:37.925Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-16T06:47:37.925Z] - Network Drivers: [2022-03-16T06:47:37.925Z] - "overlay": [2022-03-16T06:47:37.925Z] - CONFIG_VXLAN: enabled (as module) [2022-03-16T06:47:37.925Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-16T06:47:37.925Z] Optional (for encrypted networks): [2022-03-16T06:47:37.925Z] - CONFIG_CRYPTO: enabled [2022-03-16T06:47:37.925Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-16T06:47:37.925Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-16T06:47:37.925Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-16T06:47:37.925Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-16T06:47:37.925Z] - CONFIG_XFRM: enabled [2022-03-16T06:47:37.925Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-16T06:47:37.925Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-16T06:47:37.925Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-16T06:47:37.925Z] - "ipvlan": [2022-03-16T06:47:37.925Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-16T06:47:37.925Z] - "macvlan": [2022-03-16T06:47:37.925Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-16T06:47:37.925Z] - CONFIG_DUMMY: enabled (as module) [2022-03-16T06:47:37.925Z] - "ftp,tftp client in container": [2022-03-16T06:47:37.925Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-16T06:47:37.925Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-16T06:47:37.925Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-16T06:47:37.925Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-16T06:47:37.925Z] - Storage Drivers: [2022-03-16T06:47:37.925Z] - "aufs": [2022-03-16T06:47:37.925Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-16T06:47:37.925Z] - "btrfs": [2022-03-16T06:47:37.925Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-16T06:47:37.925Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-16T06:47:37.925Z] - "devicemapper": [2022-03-16T06:47:37.925Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-16T06:47:37.925Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-16T06:47:37.925Z] - "overlay": [2022-03-16T06:47:37.925Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-16T06:47:37.925Z] - "zfs": [2022-03-16T06:47:37.925Z] - /dev/zfs: present [2022-03-16T06:47:37.925Z] - zfs command: missing [2022-03-16T06:47:37.925Z] - zpool command: missing [2022-03-16T06:47:37.925Z] [2022-03-16T06:47:37.925Z] Limits: [2022-03-16T06:47:37.925Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-16T06:47:37.925Z] [2022-03-16T06:47:37.925Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-16T06:47:37.974Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-16T06:47:37.974Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-16T06:47:37.974Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-16T06:47:37.974Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-16T06:47:37.974Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-16T06:47:37.974Z] - CONFIG_EXT4_FS: enabled [2022-03-16T06:47:37.974Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-16T06:47:37.974Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-16T06:47:37.974Z] - Network Drivers: [2022-03-16T06:47:37.974Z] - "overlay": [2022-03-16T06:47:37.974Z] - CONFIG_VXLAN: enabled (as module) [2022-03-16T06:47:37.974Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-16T06:47:37.974Z] Optional (for encrypted networks): [2022-03-16T06:47:37.974Z] - CONFIG_CRYPTO: enabled [2022-03-16T06:47:37.974Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-16T06:47:37.974Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-16T06:47:37.974Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-16T06:47:37.974Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-16T06:47:37.974Z] - CONFIG_XFRM: enabled [2022-03-16T06:47:37.974Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-16T06:47:37.974Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-16T06:47:37.974Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-16T06:47:37.974Z] - "ipvlan": [2022-03-16T06:47:37.974Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-16T06:47:37.974Z] - "macvlan": [2022-03-16T06:47:37.974Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-16T06:47:37.974Z] - CONFIG_DUMMY: enabled (as module) [2022-03-16T06:47:37.974Z] - "ftp,tftp client in container": [2022-03-16T06:47:37.974Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-16T06:47:37.974Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-16T06:47:37.974Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-16T06:47:37.974Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-16T06:47:37.974Z] - Storage Drivers: [2022-03-16T06:47:37.974Z] - "aufs": [2022-03-16T06:47:37.974Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-16T06:47:37.974Z] - "btrfs": [2022-03-16T06:47:37.974Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-16T06:47:37.974Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-16T06:47:37.974Z] - "devicemapper": [2022-03-16T06:47:37.974Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-16T06:47:37.974Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-16T06:47:37.974Z] - "overlay": [2022-03-16T06:47:37.974Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-16T06:47:37.974Z] - "zfs": [2022-03-16T06:47:37.974Z] - /dev/zfs: present [2022-03-16T06:47:37.974Z] - zfs command: missing [2022-03-16T06:47:37.974Z] - zpool command: missing [2022-03-16T06:47:37.974Z] [2022-03-16T06:47:37.974Z] Limits: [2022-03-16T06:47:37.974Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-16T06:47:37.974Z] [2022-03-16T06:47:37.974Z] + true [Pipeline] } [2022-03-16T06:47:37.992Z] #10 DONE 0.1s [2022-03-16T06:47:37.992Z] [2022-03-16T06:47:37.992Z] #8 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-16T06:47:37.992Z] #8 sha256:22ad42c0f63999343985ab56aa068321849128ea8a7a89632def013e434f4488 [2022-03-16T06:47:37.992Z] #8 DONE 0.1s [2022-03-16T06:47:37.992Z] [2022-03-16T06:47:37.992Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-16T06:47:37.992Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-16T06:47:37.992Z] #7 DONE 0.1s [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [Pipeline] sh [2022-03-16T06:47:38.324Z] + sudo modprobe ip_vs [2022-03-16T06:47:38.324Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 . [2022-03-16T06:47:38.398Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 . [2022-03-16T06:47:38.399Z] #1 [internal] load build definition from Dockerfile [2022-03-16T06:47:38.399Z] #1 sha256:490b7e9dea2f53076df2ae296e108ffb999a7b549738b73d624c1e69c0c81e10 [2022-03-16T06:47:38.399Z] #1 transferring dockerfile: 16.77kB done [2022-03-16T06:47:38.399Z] #1 DONE 0.0s [2022-03-16T06:47:38.399Z] [2022-03-16T06:47:38.399Z] #2 [internal] load .dockerignore [2022-03-16T06:47:38.399Z] #2 sha256:a3ec55ab48aa6b90b8652181205ce3ff1a1c9e2cc94f50d36671ff20902178de [2022-03-16T06:47:38.399Z] #2 transferring context: 87B done [2022-03-16T06:47:38.399Z] #2 DONE 0.0s [2022-03-16T06:47:38.399Z] [2022-03-16T06:47:38.399Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-16T06:47:38.399Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-16T06:47:38.564Z] [2022-03-16T06:47:38.564Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-16T06:47:38.564Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-16T06:47:38.564Z] #69 DONE 0.0s [2022-03-16T06:47:38.564Z] [2022-03-16T06:47:38.564Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-16T06:47:38.564Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-16T06:47:38.564Z] #28 DONE 0.0s [2022-03-16T06:47:38.564Z] [2022-03-16T06:47:38.564Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-16T06:47:38.564Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-16T06:47:38.564Z] #67 DONE 0.0s [2022-03-16T06:47:38.564Z] [2022-03-16T06:47:38.564Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-16T06:47:38.564Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-16T06:47:38.564Z] #11 DONE 0.0s [2022-03-16T06:47:38.564Z] [2022-03-16T06:47:38.564Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-16T06:47:38.564Z] #12 sha256:f224c0882cf598acea34e9eb020bc42c885ac138a9d50f4a2fbe066742f67597 [2022-03-16T06:47:38.564Z] #12 CACHED [2022-03-16T06:47:38.564Z] [2022-03-16T06:47:38.564Z] #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-16T06:47:38.564Z] #13 sha256:9f188e1017c9fac2fca657577c71ee2cc73089491a98e5c2195a0038fb0a90a9 [2022-03-16T06:47:38.564Z] #13 CACHED [2022-03-16T06:47:38.564Z] [2022-03-16T06:47:38.564Z] #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-16T06:47:38.564Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-16T06:47:38.564Z] #53 CACHED [2022-03-16T06:47:38.564Z] [2022-03-16T06:47:38.564Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-16T06:47:38.564Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-16T06:47:38.564Z] #68 CACHED [2022-03-16T06:47:38.564Z] [2022-03-16T06:47:38.564Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-16T06:47:38.564Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-16T06:47:38.564Z] #70 CACHED [2022-03-16T06:47:38.564Z] [2022-03-16T06:47:38.564Z] #24 [internal] load build context [2022-03-16T06:47:38.564Z] #24 sha256:219aa6cbe2f3d200f7b39d8087609ae4d25fe533b9cdf896aec9baffea9dab0d [2022-03-16T06:47:38.580Z] #1 [internal] load build definition from Dockerfile [2022-03-16T06:47:38.580Z] #1 sha256:d9d0a4b31106fe39b4821ffea59425f8f03e4fdcca962c94bb47879265b7c487 [2022-03-16T06:47:38.580Z] #1 transferring dockerfile: 16.77kB done [2022-03-16T06:47:38.580Z] #1 DONE 0.0s [2022-03-16T06:47:38.580Z] [2022-03-16T06:47:38.580Z] #2 [internal] load .dockerignore [2022-03-16T06:47:38.580Z] #2 sha256:8f00880f5856f3782de9612c37217e5cf5cdb7e4629f2d68c8fe30eeb73d591a [2022-03-16T06:47:38.580Z] #2 transferring context: 87B done [2022-03-16T06:47:38.580Z] #2 DONE 0.0s [2022-03-16T06:47:38.580Z] [2022-03-16T06:47:38.580Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-16T06:47:38.580Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-16T06:47:38.580Z] #3 DONE 0.2s [2022-03-16T06:47:38.580Z] [2022-03-16T06:47:38.580Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-16T06:47:38.580Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-16T06:47:38.580Z] #4 CACHED [2022-03-16T06:47:38.655Z] #3 DONE 0.2s [2022-03-16T06:47:38.655Z] [2022-03-16T06:47:38.655Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-16T06:47:38.655Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-16T06:47:38.655Z] #4 CACHED [2022-03-16T06:47:38.655Z] [2022-03-16T06:47:38.655Z] #5 [internal] load .dockerignore [2022-03-16T06:47:38.655Z] #5 sha256:0a0d3305761ca453bb2e9b33427e7a6c0840da1a094df70faaf493ef5eb40e90 [2022-03-16T06:47:38.655Z] #5 DONE 0.0s [2022-03-16T06:47:38.655Z] [2022-03-16T06:47:38.655Z] #6 [internal] load build definition from Dockerfile [2022-03-16T06:47:38.655Z] #6 sha256:5133505687797bb706a2ca154ca6d5f5886729be76874c53fd44d6030a40e160 [2022-03-16T06:47:38.655Z] #6 DONE 0.0s [2022-03-16T06:47:38.655Z] [2022-03-16T06:47:38.655Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-16T06:47:38.655Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-16T06:47:38.655Z] #9 DONE 0.1s [2022-03-16T06:47:38.655Z] [2022-03-16T06:47:38.655Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-16T06:47:38.655Z] #10 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-16T06:47:38.827Z] #24 ... [2022-03-16T06:47:38.827Z] [2022-03-16T06:47:38.827Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-16T06:47:38.827Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-16T06:47:38.827Z] #45 DONE 0.4s [2022-03-16T06:47:38.827Z] [2022-03-16T06:47:38.827Z] #24 [internal] load build context [2022-03-16T06:47:38.827Z] #24 sha256:219aa6cbe2f3d200f7b39d8087609ae4d25fe533b9cdf896aec9baffea9dab0d [2022-03-16T06:47:38.836Z] [2022-03-16T06:47:38.836Z] #5 [internal] load .dockerignore [2022-03-16T06:47:38.836Z] #5 sha256:1d7634d907aa8e2ac7d14551a63bdaef0a219b3f08943cfdfa19001e75d4f0fe [2022-03-16T06:47:38.836Z] #5 DONE 0.0s [2022-03-16T06:47:38.836Z] [2022-03-16T06:47:38.836Z] #6 [internal] load build definition from Dockerfile [2022-03-16T06:47:38.836Z] #6 sha256:7740de219759f560b56e6a716d5dc57f0d452cdd9a345597676bd061e2e8ce34 [2022-03-16T06:47:38.836Z] #6 DONE 0.0s [2022-03-16T06:47:38.836Z] [2022-03-16T06:47:38.836Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-16T06:47:38.836Z] #10 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-16T06:47:38.836Z] #10 DONE 0.1s [2022-03-16T06:47:38.836Z] [2022-03-16T06:47:38.836Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-16T06:47:38.836Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-16T06:47:38.836Z] #9 DONE 0.1s [2022-03-16T06:47:38.836Z] [2022-03-16T06:47:38.836Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-16T06:47:38.836Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-16T06:47:38.836Z] #8 DONE 0.1s [2022-03-16T06:47:38.836Z] [2022-03-16T06:47:38.836Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-16T06:47:38.836Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-16T06:47:38.836Z] #7 DONE 0.1s [2022-03-16T06:47:38.918Z] #10 DONE 0.1s [2022-03-16T06:47:38.918Z] [2022-03-16T06:47:38.918Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-16T06:47:38.918Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-16T06:47:38.918Z] #7 DONE 0.1s [2022-03-16T06:47:38.918Z] [2022-03-16T06:47:38.918Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-16T06:47:38.918Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-16T06:47:38.918Z] #8 DONE 0.1s [2022-03-16T06:47:38.918Z] [2022-03-16T06:47:38.918Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-16T06:47:38.918Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-16T06:47:38.918Z] #11 DONE 0.0s [2022-03-16T06:47:38.918Z] [2022-03-16T06:47:38.918Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-16T06:47:38.918Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-16T06:47:38.918Z] #35 DONE 0.0s [2022-03-16T06:47:38.918Z] [2022-03-16T06:47:38.918Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-16T06:47:38.918Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-16T06:47:38.918Z] #76 DONE 0.0s [2022-03-16T06:47:38.918Z] [2022-03-16T06:47:38.918Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-16T06:47:38.918Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-16T06:47:38.918Z] #74 DONE 0.0s [2022-03-16T06:47:38.918Z] [2022-03-16T06:47:38.918Z] #31 [internal] load build context [2022-03-16T06:47:38.918Z] #31 sha256:0577dc409aa7d2f64b5c1facfdd9008e1d62bc3db05bedb4c697c56639dcbec6 [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-16T06:47:39.092Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-16T06:47:39.092Z] #69 DONE 0.0s [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-16T06:47:39.092Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-16T06:47:39.092Z] #67 DONE 0.0s [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-16T06:47:39.092Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-16T06:47:39.092Z] #11 DONE 0.0s [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-16T06:47:39.092Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-16T06:47:39.092Z] #28 DONE 0.0s [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-16T06:47:39.092Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-16T06:47:39.092Z] #12 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-16T06:47:39.092Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-16T06:47:39.092Z] #18 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-16T06:47:39.092Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-16T06:47:39.092Z] #15 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-16T06:47:39.092Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-16T06:47:39.092Z] #19 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-16T06:47:39.092Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-16T06:47:39.092Z] #17 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #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-16T06:47:39.092Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-16T06:47:39.092Z] #14 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #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-16T06:47:39.092Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-16T06:47:39.092Z] #16 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-16T06:47:39.092Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-16T06:47:39.092Z] #20 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-16T06:47:39.092Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-16T06:47:39.092Z] #68 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-16T06:47:39.092Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-16T06:47:39.092Z] #70 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #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-16T06:47:39.092Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-16T06:47:39.092Z] #53 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #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-16T06:47:39.092Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-16T06:47:39.092Z] #49 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #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-16T06:47:39.092Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-16T06:47:39.092Z] #13 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-16T06:47:39.092Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-16T06:47:39.092Z] #42 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #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-16T06:47:39.092Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-16T06:47:39.092Z] #36 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-16T06:47:39.092Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-16T06:47:39.092Z] #33 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #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-16T06:47:39.092Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-16T06:47:39.092Z] #34 CACHED [2022-03-16T06:47:39.092Z] [2022-03-16T06:47:39.092Z] #24 [internal] load build context [2022-03-16T06:47:39.092Z] #24 sha256:1c01fa43a0e01a8ba08adf801803fb9e69a1cd947a0edd2b514f9e5291d04542 [2022-03-16T06:47:39.181Z] #31 ... [2022-03-16T06:47:39.181Z] [2022-03-16T06:47:39.181Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-16T06:47:39.181Z] #40 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-16T06:47:39.181Z] #40 CACHED [2022-03-16T06:47:39.181Z] [2022-03-16T06:47:39.181Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-16T06:47:39.181Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-16T06:47:39.181Z] #12 CACHED [2022-03-16T06:47:39.181Z] [2022-03-16T06:47:39.181Z] #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-16T06:47:39.181Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-16T06:47:39.181Z] #41 CACHED [2022-03-16T06:47:39.181Z] [2022-03-16T06:47:39.181Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-16T06:47:39.181Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-16T06:47:39.181Z] #75 CACHED [2022-03-16T06:47:39.181Z] [2022-03-16T06:47:39.181Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-16T06:47:39.181Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-16T06:47:39.181Z] #77 CACHED [2022-03-16T06:47:39.181Z] [2022-03-16T06:47:39.181Z] #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-16T06:47:39.181Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-16T06:47:39.181Z] #60 CACHED [2022-03-16T06:47:39.181Z] [2022-03-16T06:47:39.181Z] #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-16T06:47:39.181Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-16T06:47:39.181Z] #56 CACHED [2022-03-16T06:47:39.181Z] [2022-03-16T06:47:39.181Z] #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-16T06:47:39.181Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-16T06:47:39.181Z] #13 CACHED [2022-03-16T06:47:39.181Z] [2022-03-16T06:47:39.181Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-16T06:47:39.181Z] #49 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-16T06:47:39.181Z] #49 CACHED [2022-03-16T06:47:39.181Z] [2022-03-16T06:47:39.181Z] #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-16T06:47:39.181Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-16T06:47:39.181Z] #43 CACHED [2022-03-16T06:47:39.181Z] [2022-03-16T06:47:39.181Z] #31 [internal] load build context [2022-03-16T06:47:39.181Z] #31 sha256:0577dc409aa7d2f64b5c1facfdd9008e1d62bc3db05bedb4c697c56639dcbec6 [2022-03-16T06:47:39.437Z] #31 ... [2022-03-16T06:47:39.437Z] [2022-03-16T06:47:39.437Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-16T06:47:39.437Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-16T06:47:39.437Z] #52 DONE 0.4s [2022-03-16T06:47:39.437Z] [2022-03-16T06:47:39.437Z] #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-16T06:47:39.437Z] #53 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-16T06:47:39.437Z] #53 CACHED [2022-03-16T06:47:39.437Z] [2022-03-16T06:47:39.437Z] #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-16T06:47:39.437Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-16T06:47:39.437Z] #54 CACHED [2022-03-16T06:47:39.437Z] [2022-03-16T06:47:39.437Z] #31 [internal] load build context [2022-03-16T06:47:39.437Z] #31 sha256:0577dc409aa7d2f64b5c1facfdd9008e1d62bc3db05bedb4c697c56639dcbec6 [2022-03-16T06:47:39.657Z] #24 ... [2022-03-16T06:47:39.657Z] [2022-03-16T06:47:39.657Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-16T06:47:39.657Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-16T06:47:39.657Z] #45 DONE 0.3s [2022-03-16T06:47:39.657Z] [2022-03-16T06:47:39.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-16T06:47:39.657Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-16T06:47:39.657Z] #46 CACHED [2022-03-16T06:47:39.657Z] [2022-03-16T06:47:39.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-16T06:47:39.657Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-16T06:47:39.657Z] #47 CACHED [2022-03-16T06:47:39.657Z] [2022-03-16T06:47:39.657Z] #24 [internal] load build context [2022-03-16T06:47:39.657Z] #24 sha256:1c01fa43a0e01a8ba08adf801803fb9e69a1cd947a0edd2b514f9e5291d04542 [2022-03-16T06:47:39.541Z] > git remote # timeout=10 [2022-03-16T06:47:39.594Z] > git config --get remote.origin.url # timeout=10 [2022-03-16T06:47:39.647Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:39.650Z] > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10 [2022-03-16T06:47:39.773Z] #24 transferring context: 58.91MB 1.2s done [2022-03-16T06:47:39.773Z] #24 DONE 1.3s [2022-03-16T06:47:39.773Z] [2022-03-16T06:47:39.773Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-16T06:47:39.773Z] #64 sha256:0d77f696f37b1106d3c2cb331ea05da454624af20a762e4bacbfaa5321180be5 [2022-03-16T06:47:39.773Z] #64 CACHED [2022-03-16T06:47:39.773Z] [2022-03-16T06:47:39.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-16T06:47:39.773Z] #63 sha256:7edae7656bd662f0cb68b4ed3209e0eaf9f4039bfc7db8f64877b83df352047a [2022-03-16T06:47:39.773Z] #63 CACHED [2022-03-16T06:47:39.773Z] [2022-03-16T06:47:39.773Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-16T06:47:39.773Z] #62 sha256:a864fd4b85bb9e2a2c113316a64fe77b36b50791ecb4dc4322d517633ce305ad [2022-03-16T06:47:39.773Z] #62 CACHED [2022-03-16T06:47:39.773Z] [2022-03-16T06:47:39.773Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-16T06:47:39.773Z] #65 sha256:97e1b7921632c1c7903d8d6fafb22329b51a18e92e5ac909e6d05f5b5b1c8ffa [2022-03-16T06:47:39.773Z] #65 CACHED [2022-03-16T06:47:39.773Z] [2022-03-16T06:47:39.773Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-16T06:47:39.773Z] #55 sha256:e1b81beec90c15925238624739775cd137f199a23909bda339b4cbc24c05c07c [2022-03-16T06:47:39.773Z] #55 CACHED [2022-03-16T06:47:39.773Z] [2022-03-16T06:47:39.773Z] #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-16T06:47:39.773Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-16T06:47:39.773Z] #14 CACHED [2022-03-16T06:47:39.773Z] [2022-03-16T06:47:39.773Z] #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-16T06:47:39.773Z] #56 sha256:bc339ef8ac36a7f98a49ae50e0ec5aaefc6f697aff8ed7526ccc471ddd2b4ca3 [2022-03-16T06:47:39.773Z] #56 CACHED [2022-03-16T06:47:39.773Z] [2022-03-16T06:47:39.773Z] #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-16T06:47:39.773Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-16T06:47:39.773Z] #58 CACHED [2022-03-16T06:47:39.773Z] [2022-03-16T06:47:39.773Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-16T06:47:39.773Z] #59 sha256:9d1b0436e5af65fe444f4da161dab80896fe7d9d41894933171f42ac46d6d9d3 [2022-03-16T06:47:39.773Z] #59 CACHED [2022-03-16T06:47:39.773Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-16T06:47:39.774Z] #43 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-16T06:47:39.774Z] #48 sha256:0895a954ba4b9c3f2759d14ceb3a44b5b3cc8a03af71b5e5b80157d1d6fe4a05 [2022-03-16T06:47:39.774Z] #48 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #31 sha256:b2e5295ad891f37fc6b11ba545ff19e8f15ffda5c8289d52e9aa0162931737c4 [2022-03-16T06:47:39.774Z] #31 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-16T06:47:39.774Z] #51 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-16T06:47:39.774Z] #17 sha256:6d445e17e82a6afd8099c23fd61946d766c1342f7cb9d89c86708f3e96199681 [2022-03-16T06:47:39.774Z] #17 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-16T06:47:39.774Z] #32 sha256:ee17c38a62d5997e2359c1c1ff48efd4bfe1094a7cf62d44cdf699f2fc76d532 [2022-03-16T06:47:39.774Z] #32 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-16T06:47:39.774Z] #42 sha256:0e338dcbed0835dbc2e2e4721efc34d8208489bcae390ba527e5b7e61e8d880f [2022-03-16T06:47:39.774Z] #42 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-16T06:47:39.774Z] #18 sha256:0be824bad61d5c4f371287ba4ea9564b3a8b3e2fe93d6ace3c834395cc1bdf6d [2022-03-16T06:47:39.774Z] #18 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #26 sha256:e6ca1283f99493b51021efacb21fb070e771ffe99decd63604ccd6e0278e815b [2022-03-16T06:47:39.774Z] #26 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-16T06:47:39.774Z] #35 sha256:2d32029cb513bd9ee9f3fbe0701d0938e1a5f9e208b8f7df19b4d389b0ef2318 [2022-03-16T06:47:39.774Z] #35 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-16T06:47:39.774Z] #39 sha256:33ec615f83f95f9639a02d36faeb4f1c3c7d6a91f6c7b84cdca332dbe34bdccd [2022-03-16T06:47:39.774Z] #39 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-16T06:47:39.774Z] #50 sha256:c6f19896b2b96d167583e16213420304e6e9939ee7a45d817a1958db1aa5588b [2022-03-16T06:47:39.774Z] #50 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-16T06:47:39.774Z] #36 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-16T06:47:39.774Z] #30 sha256:09ae243c6e930ecc0cfc08852bb3156f7550f148502639350a6a8b12010b54f3 [2022-03-16T06:47:39.774Z] #30 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-16T06:47:39.774Z] #47 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-16T06:47:39.774Z] #19 sha256:0d803f813b44ffe2129290229a5c41393e6d4e3d0bc33dd512d88242a9059d4a [2022-03-16T06:47:39.774Z] #19 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #22 sha256:d14082d5357a42ffaebfff01d9ae84eabcf067dba5a4ac6a2b542cae9eff8027 [2022-03-16T06:47:39.774Z] #22 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-16T06:47:39.774Z] #20 sha256:3632c16c49cb9271406f3686f7bfc9cabcb81928521e8ce1c755c8632f702f99 [2022-03-16T06:47:39.774Z] #20 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-16T06:47:39.774Z] #34 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-16T06:47:39.774Z] #15 sha256:9fcee72a13afdc64193673faad22cfc8d635840bd59b8c3a85761ebc70bcc3c3 [2022-03-16T06:47:39.774Z] #15 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-16T06:47:39.774Z] #29 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #40 sha256:17d5ee95e8e241ebd36cd1449eb8f20f297ab4f6af1f4de8dad22f8f0a31e60b [2022-03-16T06:47:39.774Z] #40 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-16T06:47:39.774Z] #38 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-16T06:47:39.774Z] #21 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #16 sha256:0c80225504182bbac7a0e55e8c1aa3859d87336028874264d84ff9fa2df8a46a [2022-03-16T06:47:39.774Z] #16 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-16T06:47:39.774Z] #27 sha256:3284ff078cb95baf22d318f922d53985be9459e05f33d7071b41b711de3ce4fd [2022-03-16T06:47:39.774Z] #27 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-16T06:47:39.774Z] #33 sha256:a978201be0c5f3787ef2cb2a4e67e283eb0ff961151521c3ea699a76d4ee7da9 [2022-03-16T06:47:39.774Z] #33 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-16T06:47:39.774Z] #23 sha256:af88cd3de548723313362069a44abf1b7f1032f90f1d69fc20000e663d609ccc [2022-03-16T06:47:39.774Z] #23 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-16T06:47:39.774Z] #37 sha256:cb11679ed97cd2912d463ea93aa22400cd6d7e4495d917ae49a228ffc8baa91d [2022-03-16T06:47:39.774Z] #37 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-16T06:47:39.774Z] #41 sha256:f20a16bddf12c0b79a4233bdecfaf03a85721f497adbf273710b8a104b3cecdc [2022-03-16T06:47:39.774Z] #41 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-16T06:47:39.774Z] #44 sha256:657111f7aa4a80e071727afc800ebd2fb26e616ac15c208aa9c64a4a5de5b723 [2022-03-16T06:47:39.774Z] #44 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-16T06:47:39.774Z] #49 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-16T06:47:39.774Z] #25 sha256:f7d8c822b64fd2bf5bcf08d9ce2ae197801cbed040bb97dbbd783fa927f4fd6c [2022-03-16T06:47:39.774Z] #25 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #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-16T06:47:39.774Z] #46 sha256:29f307aacc913c168d34ae6100258981712fa6f867ace27802647a2e17757ba8 [2022-03-16T06:47:39.774Z] #46 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-16T06:47:39.774Z] #52 sha256:1222627d61e21b960346c553415b9f98367c766429152c74ec229c3b9dcebfbf [2022-03-16T06:47:39.774Z] #52 CACHED [2022-03-16T06:47:39.774Z] [2022-03-16T06:47:39.774Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-16T06:47:39.774Z] #54 sha256:3c0107f815f87d21316db39ad301488eca7644858701ebfb887b9b8b06cd8ebf [2022-03-16T06:47:39.880Z] #24 transferring context: 58.90MB 2.5s done [2022-03-16T06:47:39.880Z] #24 DONE 2.6s [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-16T06:47:39.880Z] #51 ... [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-16T06:47:39.880Z] #58 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-16T06:47:39.880Z] #59 sha256:ebc4a9df8f5a2357dd34a867f78a131b23a8b1e5ac2fb1bbb4b2dbd3237fe9cb [2022-03-16T06:47:39.880Z] #59 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-16T06:47:39.880Z] #14 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-16T06:47:39.880Z] #55 sha256:c8dd9b08a4d4dce84d4a4768f2835634ee12015a390e8b1dfbe7f2d62c069fa0 [2022-03-16T06:47:39.880Z] #55 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #63 sha256:d4cddc41d8b79e9e23e2d1e4305cae1112a0f394663f0bb05c00c73f365fde5b [2022-03-16T06:47:39.880Z] #63 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-16T06:47:39.880Z] #62 sha256:152a496444bf532ef1f2b0f108108ea25737ba515ec865846c1da3529e253a17 [2022-03-16T06:47:39.880Z] #62 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-16T06:47:39.880Z] #64 sha256:46e2a8f94a856fbc5fc5707c0b6e3bb82667db8966bc652998f004597e59b80c [2022-03-16T06:47:39.880Z] #64 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-16T06:47:39.880Z] #65 sha256:14410ed21d66ecb1ab9fa92bca6422817113818158f37daa3ede002070a77f08 [2022-03-16T06:47:39.880Z] #65 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #40 sha256:02954a423a42db568589606c257b217a93d2d1623026ee5dba615d8a9b36e3e1 [2022-03-16T06:47:39.880Z] #40 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-16T06:47:39.880Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-16T06:47:39.880Z] #17 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-16T06:47:39.880Z] #25 sha256:8570209fd27da25191db1934f71e35396f3b5526a511a28b4624bf073c679664 [2022-03-16T06:47:39.880Z] #25 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-16T06:47:39.880Z] #29 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-16T06:47:39.880Z] #35 sha256:f381fd8d7cd02ad09354e763541dd326be91fcca398c0d5ac7e659b61b678c85 [2022-03-16T06:47:39.880Z] #35 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-16T06:47:39.880Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-16T06:47:39.880Z] #18 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-16T06:47:39.880Z] #32 sha256:e3fb61ebffe468cebfed52251eeda14b231a1d8919d276e132a9c74023701531 [2022-03-16T06:47:39.880Z] #32 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-16T06:47:39.880Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-16T06:47:39.880Z] #33 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-16T06:47:39.880Z] #39 sha256:53a79d90fbb7c64c45e01f027fa93ad5e74a2e7a11585a6cd32af67e9b225f96 [2022-03-16T06:47:39.880Z] #39 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-16T06:47:39.880Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-16T06:47:39.880Z] #19 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-16T06:47:39.880Z] #21 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-16T06:47:39.880Z] #16 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-16T06:47:39.880Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-16T06:47:39.880Z] #23 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-16T06:47:39.880Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-16T06:47:39.880Z] #20 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-16T06:47:39.880Z] #22 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-16T06:47:39.880Z] #37 sha256:80d518e1da9010fac20b692a4ce2e9122b851192a87f688f80d4f95535cca44a [2022-03-16T06:47:39.880Z] #37 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-16T06:47:39.880Z] #36 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-16T06:47:39.880Z] #38 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-16T06:47:39.880Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-16T06:47:39.880Z] #15 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-16T06:47:39.880Z] #30 sha256:1f7552b219c5c281b7c90333ea684b297fbe096bde5fa5f51858b48a34d77381 [2022-03-16T06:47:39.880Z] #30 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #31 sha256:66fb07e69fe2fa2ac9e4e157664a32707fdcb589a258022c8d8bf468608ca8dd [2022-03-16T06:47:39.880Z] #31 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #26 sha256:1b389a105f53ed2d48e4aa9cc0edbc7904668242196aa03a1789a8a77d2d6425 [2022-03-16T06:47:39.880Z] #26 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-16T06:47:39.880Z] #27 sha256:0bb454e42af8fc79dfadafe3ae616be0b8e73557f2c53f65399af77a804fd2d1 [2022-03-16T06:47:39.880Z] #27 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #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-16T06:47:39.880Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-16T06:47:39.880Z] #34 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-16T06:47:39.880Z] #41 sha256:4f67d56c87163d56d157fbb1c5e3c352fa0f003d70e0254879245f3deb1b85a4 [2022-03-16T06:47:39.880Z] #41 CACHED [2022-03-16T06:47:39.880Z] [2022-03-16T06:47:39.880Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-16T06:47:39.880Z] #44 sha256:af108d42ce7a8e23aa3305a97bc4567ef97d84857dfc0f89e27e675d49e6d652 [2022-03-16T06:47:40.269Z] Merge succeeded, producing b18882bc781069e3edbe47455a9077974c6f4a8f [2022-03-16T06:47:40.269Z] Checking out Revision b18882bc781069e3edbe47455a9077974c6f4a8f (PR-43372) [2022-03-16T06:47:40.586Z] Commit message: "Merge commit '5e330ad4da5ed3fa7f28b68851588b8c2b497f12' into HEAD" [2022-03-16T06:47:40.706Z] First time build. Skipping changelog. [2022-03-16T06:47:40.709Z] #54 DONE 1.1s [2022-03-16T06:47:40.709Z] [2022-03-16T06:47:40.709Z] #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-16T06:47:40.709Z] #60 sha256:73edb790701452f5aaafe8fa4c97c8d74e173dc643d731e9f5f56f3776621dc6 [2022-03-16T06:47:40.807Z] #31 ... [2022-03-16T06:47:40.807Z] [2022-03-16T06:47:40.807Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-16T06:47:40.807Z] #14 sha256:09b6e3692320f08cf6327db0ae6dbac3f5eaa5ea0349ddf964de4290be45ec49 [2022-03-16T06:47:40.807Z] #14 DONE 1.6s [2022-03-16T06:47:40.807Z] [2022-03-16T06:47:40.807Z] #31 [internal] load build context [2022-03-16T06:47:40.807Z] #31 sha256:0577dc409aa7d2f64b5c1facfdd9008e1d62bc3db05bedb4c697c56639dcbec6 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-16T06:47:41.265Z] #44 DONE 1.3s [2022-03-16T06:47:41.265Z] [2022-03-16T06:47:41.265Z] #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-16T06:47:41.265Z] #60 sha256:fb1440b2a48bc6f24f38ff4befd933c4ae2302a00681c4244f770880ee8d1277 [2022-03-16T06:47:41.265Z] #60 1.085 + RM_GOPATH=0 [2022-03-16T06:47:41.265Z] #60 1.086 + TMP_GOPATH= [2022-03-16T06:47:41.265Z] #60 1.086 + : /build [2022-03-16T06:47:41.265Z] #60 1.086 + '[' -z '' ']' [2022-03-16T06:47:41.265Z] #60 1.087 ++ mktemp -d [2022-03-16T06:47:41.265Z] #60 1.088 + export GOPATH=/tmp/tmp.deTWWa2aHa [2022-03-16T06:47:41.265Z] #60 1.088 + GOPATH=/tmp/tmp.deTWWa2aHa [2022-03-16T06:47:41.265Z] #60 1.088 + RM_GOPATH=1 [2022-03-16T06:47:41.265Z] #60 1.089 + case "$(go env GOARCH)" in [2022-03-16T06:47:41.265Z] #60 1.093 ++ go env GOARCH [2022-03-16T06:47:41.265Z] #60 1.097 + export GO_BUILDMODE=-buildmode=pie [2022-03-16T06:47:41.265Z] #60 1.097 + GO_BUILDMODE=-buildmode=pie [2022-03-16T06:47:41.265Z] #60 1.097 ++ dirname /install.sh [2022-03-16T06:47:41.265Z] #60 1.098 + dir=/ [2022-03-16T06:47:41.265Z] #60 1.099 + bin=containerd [2022-03-16T06:47:41.265Z] #60 1.099 + shift [2022-03-16T06:47:41.265Z] #60 1.099 + '[' '!' -f //containerd.installer ']' [2022-03-16T06:47:41.265Z] #60 1.099 + . //containerd.installer [2022-03-16T06:47:41.265Z] #60 1.099 ++ set -e [2022-03-16T06:47:41.265Z] #60 1.099 ++ : v1.6.1 [2022-03-16T06:47:41.265Z] #60 1.099 + install_containerd [2022-03-16T06:47:41.265Z] #60 1.100 + echo 'Install containerd version v1.6.1' [2022-03-16T06:47:41.265Z] #60 1.100 + git clone https://github.com/containerd/containerd.git /tmp/tmp.deTWWa2aHa/src/github.com/containerd/containerd [2022-03-16T06:47:41.265Z] #60 1.100 Install containerd version v1.6.1 [2022-03-16T06:47:41.265Z] #60 1.102 Cloning into '/tmp/tmp.deTWWa2aHa/src/github.com/containerd/containerd'... [2022-03-16T06:47:41.265Z] #60 ... [2022-03-16T06:47:41.265Z] [2022-03-16T06:47:41.265Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-16T06:47:41.265Z] #48 sha256:b8b45a789eed686fb420691bb2e5c4e7bd10d36e60d6c044978ec499110e45cf [2022-03-16T06:47:41.265Z] #48 DONE 0.1s [2022-03-16T06:47:41.265Z] [2022-03-16T06:47:41.265Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-16T06:47:41.265Z] #50 sha256:1802fa21b46b1c610eab947ed70530ffce65e2a457f7a2eeff982143eb00902f [2022-03-16T06:47:41.265Z] #50 DONE 0.1s [2022-03-16T06:47:41.265Z] [2022-03-16T06:47:41.265Z] #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-16T06:47:41.265Z] #56 sha256:25c3e2b32269bd065070455fa6c10f244d2c182e9bcaa50233a69a968a37b03b [2022-03-16T06:47:41.265Z] #56 1.140 + RM_GOPATH=0 [2022-03-16T06:47:41.265Z] #56 1.140 + TMP_GOPATH= [2022-03-16T06:47:41.265Z] #56 1.140 + : /build [2022-03-16T06:47:41.265Z] #56 1.140 + '[' -z '' ']' [2022-03-16T06:47:41.265Z] #56 1.140 ++ mktemp -d [2022-03-16T06:47:41.265Z] #56 1.141 + export GOPATH=/tmp/tmp.t6shzWK95Q [2022-03-16T06:47:41.265Z] #56 1.141 + GOPATH=/tmp/tmp.t6shzWK95Q [2022-03-16T06:47:41.265Z] #56 1.142 + RM_GOPATH=1 [2022-03-16T06:47:41.265Z] #56 1.142 + case "$(go env GOARCH)" in [2022-03-16T06:47:41.265Z] #56 1.142 ++ go env GOARCH [2022-03-16T06:47:41.265Z] #56 1.148 + export GO_BUILDMODE=-buildmode=pie [2022-03-16T06:47:41.265Z] #56 1.148 + GO_BUILDMODE=-buildmode=pie [2022-03-16T06:47:41.265Z] #56 1.149 ++ dirname /install.sh [2022-03-16T06:47:41.265Z] #56 1.150 + dir=/ [2022-03-16T06:47:41.265Z] #56 1.150 + bin=runc [2022-03-16T06:47:41.265Z] #56 1.150 + shift [2022-03-16T06:47:41.265Z] #56 1.150 + '[' '!' -f //runc.installer ']' [2022-03-16T06:47:41.265Z] #56 1.150 + . //runc.installer [2022-03-16T06:47:41.265Z] #56 1.150 ++ set -e [2022-03-16T06:47:41.265Z] #56 1.150 ++ : v1.1.0 [2022-03-16T06:47:41.265Z] #56 1.150 + install_runc [2022-03-16T06:47:41.265Z] #56 1.150 + RUNC_BUILDTAGS=seccomp [2022-03-16T06:47:41.265Z] #56 1.150 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-16T06:47:41.265Z] #56 1.150 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.t6shzWK95Q/src/github.com/opencontainers/runc [2022-03-16T06:47:41.265Z] #56 1.150 Install runc version v1.1.0 (build tags: seccomp) [2022-03-16T06:47:41.265Z] #56 1.151 Cloning into '/tmp/tmp.t6shzWK95Q/src/github.com/opencontainers/runc'... [2022-03-16T06:47:41.275Z] #60 1.361 + RM_GOPATH=0 [2022-03-16T06:47:41.275Z] #60 1.361 + TMP_GOPATH= [2022-03-16T06:47:41.275Z] #60 1.361 + : /build [2022-03-16T06:47:41.275Z] #60 1.361 + '[' -z '' ']' [2022-03-16T06:47:41.275Z] #60 1.361 ++ mktemp -d [2022-03-16T06:47:41.275Z] #60 1.362 + export GOPATH=/tmp/tmp.KzV97ZaMyC [2022-03-16T06:47:41.275Z] #60 1.362 + GOPATH=/tmp/tmp.KzV97ZaMyC [2022-03-16T06:47:41.275Z] #60 1.362 + RM_GOPATH=1 [2022-03-16T06:47:41.275Z] #60 1.362 + case "$(go env GOARCH)" in [2022-03-16T06:47:41.275Z] #60 1.362 ++ go env GOARCH [2022-03-16T06:47:41.275Z] #60 1.365 + export GO_BUILDMODE=-buildmode=pie [2022-03-16T06:47:41.275Z] #60 1.365 + GO_BUILDMODE=-buildmode=pie [2022-03-16T06:47:41.275Z] #60 1.365 ++ dirname /install.sh [2022-03-16T06:47:41.275Z] #60 1.366 + dir=/ [2022-03-16T06:47:41.275Z] #60 1.366 + bin=containerd [2022-03-16T06:47:41.275Z] #60 1.366 + shift [2022-03-16T06:47:41.275Z] #60 1.366 + '[' '!' -f //containerd.installer ']' [2022-03-16T06:47:41.275Z] #60 1.366 + . //containerd.installer [2022-03-16T06:47:41.275Z] #60 1.366 ++ set -e [2022-03-16T06:47:41.275Z] #60 1.366 ++ : v1.6.1 [2022-03-16T06:47:41.275Z] #60 1.366 + install_containerd [2022-03-16T06:47:41.275Z] #60 1.366 Install containerd version v1.6.1 [2022-03-16T06:47:41.275Z] #60 1.366 + echo 'Install containerd version v1.6.1' [2022-03-16T06:47:41.275Z] #60 1.366 + git clone https://github.com/containerd/containerd.git /tmp/tmp.KzV97ZaMyC/src/github.com/containerd/containerd [2022-03-16T06:47:41.275Z] #60 1.367 Cloning into '/tmp/tmp.KzV97ZaMyC/src/github.com/containerd/containerd'... [2022-03-16T06:47:41.533Z] #60 ... [2022-03-16T06:47:41.533Z] [2022-03-16T06:47:41.533Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-16T06:47:41.533Z] #57 sha256:666219d32f407da8fe22e8216ed3d3d7c7a73a68ab20c17336a70bbef3e4b4b9 [2022-03-16T06:47:41.533Z] #57 DONE 0.5s [2022-03-16T06:47:41.533Z] [2022-03-16T06:47:41.533Z] #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-16T06:47:41.533Z] #60 sha256:73edb790701452f5aaafe8fa4c97c8d74e173dc643d731e9f5f56f3776621dc6 [2022-03-16T06:47:40.182Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-16T06:47:40.300Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:40.348Z] > git checkout -f b18882bc781069e3edbe47455a9077974c6f4a8f # timeout=10 [2022-03-16T06:47:40.617Z] > git rev-list --no-walk 8a7ac7502f3ab575f4bd80c67ac75725ced09f9d # timeout=10 [2022-03-16T06:47:41.186Z] > git remote # timeout=10 [2022-03-16T06:47:41.241Z] > git config --get remote.origin.url # timeout=10 [2022-03-16T06:47:41.298Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:47:41.300Z] > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10 [2022-03-16T06:47:42.015Z] + docker version [2022-03-16T06:47:42.015Z] Client: [2022-03-16T06:47:42.015Z] Version: 20.10.9 [2022-03-16T06:47:42.015Z] API version: 1.41 [2022-03-16T06:47:42.015Z] Go version: go1.16.8 [2022-03-16T06:47:42.015Z] Git commit: c2ea9bc [2022-03-16T06:47:42.015Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-16T06:47:42.015Z] OS/Arch: windows/amd64 [2022-03-16T06:47:42.015Z] Context: default [2022-03-16T06:47:42.015Z] Experimental: true [2022-03-16T06:47:42.015Z] [2022-03-16T06:47:42.015Z] Server: Docker Engine - Community [2022-03-16T06:47:42.015Z] Engine: [2022-03-16T06:47:42.015Z] Version: 20.10.9 [2022-03-16T06:47:42.015Z] API version: 1.41 (minimum version 1.24) [2022-03-16T06:47:42.015Z] Go version: go1.16.8 [2022-03-16T06:47:42.015Z] Git commit: 79ea9d3 [2022-03-16T06:47:42.015Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-16T06:47:42.015Z] OS/Arch: windows/amd64 [2022-03-16T06:47:42.015Z] Experimental: true [Pipeline] sh [2022-03-16T06:47:42.220Z] Merge succeeded, producing 327bb38f9908ee1fd9860be6d7912a0bd2f65b06 [2022-03-16T06:47:42.220Z] Checking out Revision 327bb38f9908ee1fd9860be6d7912a0bd2f65b06 (PR-43372) [2022-03-16T06:47:42.604Z] Commit message: "Merge commit '5e330ad4da5ed3fa7f28b68851588b8c2b497f12' into HEAD" [2022-03-16T06:47:42.703Z] #31 ... [2022-03-16T06:47:42.703Z] [2022-03-16T06:47:42.703Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-16T06:47:42.703Z] #15 sha256:96bcf02670b65def60e1b23dcad47755d0bff725bd59a782e559ae99ba7a16f0 [2022-03-16T06:47:42.703Z] #15 DONE 2.1s [2022-03-16T06:47:42.703Z] [2022-03-16T06:47:42.703Z] #31 [internal] load build context [2022-03-16T06:47:42.703Z] #31 sha256:0577dc409aa7d2f64b5c1facfdd9008e1d62bc3db05bedb4c697c56639dcbec6 [2022-03-16T06:47:42.812Z] First time build. Skipping changelog. [2022-03-16T06:47:42.941Z] #24 transferring context: 58.91MB 3.5s done [2022-03-16T06:47:42.941Z] #24 DONE 3.6s [2022-03-16T06:47:42.941Z] [2022-03-16T06:47:42.941Z] #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-16T06:47:42.941Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-16T06:47:42.941Z] #21 1.646 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-16T06:47:42.941Z] #21 1.646 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-16T06:47:42.941Z] #21 1.763 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-16T06:47:42.941Z] #21 2.746 Reading package lists... [2022-03-16T06:47:42.941Z] #21 ... [2022-03-16T06:47:42.941Z] [2022-03-16T06:47:42.941Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-16T06:47:42.941Z] #30 sha256:e2e5ecfbd774018343e7fd16a73e8b7fedc4e055b3a159b615544151282bc23b [2022-03-16T06:47:42.941Z] #30 CACHED [2022-03-16T06:47:42.941Z] [2022-03-16T06:47:42.941Z] #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-16T06:47:42.941Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-16T06:47:42.941Z] #29 CACHED [2022-03-16T06:47:42.941Z] [2022-03-16T06:47:42.942Z] #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-16T06:47:42.942Z] #31 sha256:1b58df6252303e89c6ff73a07facf98d7618d38ea181d6df2f3263010bcb2f9b [2022-03-16T06:47:42.942Z] #31 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-16T06:47:42.942Z] #25 sha256:433664e3780c264cbd3e0f2a14e622f694f7ce9654d4478e4b57dd3efc114de5 [2022-03-16T06:47:42.942Z] #25 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #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-16T06:47:42.942Z] #26 sha256:71cc641ad008294cfad64f82217f69f185e6ce39d0af76f019cc697c41fbf8c0 [2022-03-16T06:47:42.942Z] #26 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #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-16T06:47:42.942Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-16T06:47:42.942Z] #58 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-16T06:47:42.942Z] #59 sha256:cd7b8e2284c61ba43abceb8582fe6b16826642a5118e22913bca373ec48a0393 [2022-03-16T06:47:42.942Z] #59 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-16T06:47:42.942Z] #55 sha256:db045f083a0a61bfd0f29c1874d0e68e2140f83c4e46bd21adc3bd7f7a80a816 [2022-03-16T06:47:42.942Z] #55 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #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-16T06:47:42.942Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-16T06:47:42.942Z] #38 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-16T06:47:42.942Z] #39 sha256:d43c9a569995b3c7cb2f5335ac1ca04d19ddbebcdbb066eac805d059915aeb06 [2022-03-16T06:47:42.942Z] #39 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #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-16T06:47:42.942Z] #40 sha256:f8dce7acf283a3e4a3f6a2798b34ef2ccecfd4e4d804276bf398c373e240d7f4 [2022-03-16T06:47:42.942Z] #40 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-16T06:47:42.942Z] #64 sha256:d1df2a52d4b0a32071e700448994421d9fbfd6460b0bcd312df5bea2c4c4b93f [2022-03-16T06:47:42.942Z] #64 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #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-16T06:47:42.942Z] #63 sha256:12aceafd5124b5d1243ed9fc464c706ae852af3143e3a56e288b6587154876b4 [2022-03-16T06:47:42.942Z] #63 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-16T06:47:42.942Z] #62 sha256:369f6be6349e87c10ebf3a4f5a865548bd2de3dc801442d4e24b6d21904f0dff [2022-03-16T06:47:42.942Z] #62 CACHED [2022-03-16T06:47:42.942Z] [2022-03-16T06:47:42.942Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-16T06:47:42.942Z] #65 sha256:e9328968543ffe48051fa0a4a63b3242fd40465b65075a69ca89e46faae52b5f [2022-03-16T06:47:42.942Z] #65 CACHED [2022-03-16T06:47:43.029Z] + docker info [2022-03-16T06:47:43.029Z] Client: [2022-03-16T06:47:43.029Z] Context: default [2022-03-16T06:47:43.029Z] Debug Mode: false [2022-03-16T06:47:43.029Z] [2022-03-16T06:47:43.029Z] Server: [2022-03-16T06:47:43.029Z] Containers: 0 [2022-03-16T06:47:43.029Z] Running: 0 [2022-03-16T06:47:43.029Z] Paused: 0 [2022-03-16T06:47:43.029Z] Stopped: 0 [2022-03-16T06:47:43.029Z] Images: 0 [2022-03-16T06:47:43.029Z] Server Version: 20.10.9 [2022-03-16T06:47:43.029Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-16T06:47:43.029Z] Windows: [2022-03-16T06:47:43.029Z] LCOW: [2022-03-16T06:47:43.029Z] Logging Driver: json-file [2022-03-16T06:47:43.029Z] Plugins: [2022-03-16T06:47:43.029Z] Volume: local [2022-03-16T06:47:43.029Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T06:47:43.029Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T06:47:43.029Z] Swarm: inactive [2022-03-16T06:47:43.029Z] Default Isolation: process [2022-03-16T06:47:43.029Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-16T06:47:43.029Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-16T06:47:43.029Z] OSType: windows [2022-03-16T06:47:43.029Z] Architecture: x86_64 [2022-03-16T06:47:43.029Z] CPUs: 4 [2022-03-16T06:47:43.029Z] Total Memory: 32GiB [2022-03-16T06:47:43.029Z] Name: azwin-2-916841 [2022-03-16T06:47:43.029Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-16T06:47:43.029Z] Docker Root Dir: D:\docker [2022-03-16T06:47:43.029Z] Debug Mode: false [2022-03-16T06:47:43.029Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:47:43.029Z] Labels: [2022-03-16T06:47:43.029Z] Experimental: true [2022-03-16T06:47:43.029Z] Insecure Registries: [2022-03-16T06:47:43.029Z] 10.0.0.4:5000 [2022-03-16T06:47:43.029Z] 127.0.0.0/8 [2022-03-16T06:47:43.029Z] Registry Mirrors: [2022-03-16T06:47:43.029Z] http://10.0.0.4:5000/ [2022-03-16T06:47:43.029Z] Live Restore Enabled: false [2022-03-16T06:47:43.029Z] Product License: Community Engine [2022-03-16T06:47:43.029Z] [Pipeline] } [Pipeline] // stage [2022-03-16T06:47:43.198Z] [2022-03-16T06:47:43.198Z] #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-16T06:47:43.198Z] #56 sha256:154f0819fdcee84b18dbde06f4ef60b2ae1598d09f2cdca9a6d3a829bbe21c89 [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] withEnv [Pipeline] { [Pipeline] powershell [2022-03-16T06:47:43.632Z] #31 transferring context: 41.74MB 4.5s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-16T06:47:42.115Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-16T06:47:42.253Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:47:42.303Z] > git checkout -f 327bb38f9908ee1fd9860be6d7912a0bd2f65b06 # timeout=10 [2022-03-16T06:47:42.692Z] > git rev-list --no-walk 8a7ac7502f3ab575f4bd80c67ac75725ced09f9d # timeout=10 [2022-03-16T06:47:44.127Z] #56 1.309 + RM_GOPATH=0 [2022-03-16T06:47:44.127Z] #56 1.309 + TMP_GOPATH= [2022-03-16T06:47:44.127Z] #56 1.309 + : /build [2022-03-16T06:47:44.127Z] #56 1.309 + '[' -z '' ']' [2022-03-16T06:47:44.383Z] #56 1.309 ++ mktemp -d [2022-03-16T06:47:44.383Z] #56 1.310 + export GOPATH=/tmp/tmp.CG4XZJyxXB [2022-03-16T06:47:44.383Z] #56 1.311 + GOPATH=/tmp/tmp.CG4XZJyxXB [2022-03-16T06:47:44.383Z] #56 1.311 + RM_GOPATH=1 [2022-03-16T06:47:44.383Z] #56 1.311 + case "$(go env GOARCH)" in [2022-03-16T06:47:44.383Z] #56 1.312 ++ go env GOARCH [2022-03-16T06:47:44.383Z] #56 1.346 + export GO_BUILDMODE=-buildmode=pie [2022-03-16T06:47:44.383Z] #56 1.346 + GO_BUILDMODE=-buildmode=pie [2022-03-16T06:47:44.383Z] #56 1.347 ++ dirname /install.sh [2022-03-16T06:47:44.383Z] #56 1.348 + dir=/ [2022-03-16T06:47:44.383Z] #56 1.348 + bin=runc [2022-03-16T06:47:44.383Z] #56 1.348 + shift [2022-03-16T06:47:44.383Z] #56 1.349 + '[' '!' -f //runc.installer ']' [2022-03-16T06:47:44.383Z] #56 1.349 + . //runc.installer [2022-03-16T06:47:44.383Z] #56 1.349 ++ set -e [2022-03-16T06:47:44.383Z] #56 1.349 ++ : v1.1.0 [2022-03-16T06:47:44.383Z] #56 1.350 + install_runc [2022-03-16T06:47:44.383Z] #56 1.350 + RUNC_BUILDTAGS=seccomp [2022-03-16T06:47:44.383Z] #56 1.350 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-16T06:47:44.383Z] #56 1.350 Install runc version v1.1.0 (build tags: seccomp) [2022-03-16T06:47:44.383Z] #56 1.350 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CG4XZJyxXB/src/github.com/opencontainers/runc [2022-03-16T06:47:44.383Z] #56 1.352 Cloning into '/tmp/tmp.CG4XZJyxXB/src/github.com/opencontainers/runc'... [2022-03-16T06:47:44.810Z] + docker version [2022-03-16T06:47:44.810Z] Client: [2022-03-16T06:47:44.810Z] Version: 20.10.9 [2022-03-16T06:47:44.810Z] API version: 1.41 [2022-03-16T06:47:44.810Z] Go version: go1.16.8 [2022-03-16T06:47:44.810Z] Git commit: c2ea9bc [2022-03-16T06:47:44.810Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-16T06:47:44.810Z] OS/Arch: windows/amd64 [2022-03-16T06:47:44.810Z] Context: default [2022-03-16T06:47:44.810Z] Experimental: true [2022-03-16T06:47:44.810Z] [2022-03-16T06:47:44.810Z] Server: Docker Engine - Community [2022-03-16T06:47:44.810Z] Engine: [2022-03-16T06:47:44.810Z] Version: 20.10.9 [2022-03-16T06:47:44.810Z] API version: 1.41 (minimum version 1.24) [2022-03-16T06:47:44.810Z] Go version: go1.16.8 [2022-03-16T06:47:44.810Z] Git commit: 79ea9d3 [2022-03-16T06:47:44.810Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-16T06:47:44.810Z] OS/Arch: windows/amd64 [2022-03-16T06:47:44.810Z] Experimental: true [Pipeline] sh [2022-03-16T06:47:45.017Z] #31 ... [2022-03-16T06:47:45.017Z] [2022-03-16T06:47:45.017Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-16T06:47:45.017Z] #16 sha256:beddf0d6d60e18c9ac5b3546568cba2a4901f4a5fec519fe15cb3d5d496e5cb7 [2022-03-16T06:47:45.017Z] #16 DONE 2.1s [2022-03-16T06:47:45.017Z] [2022-03-16T06:47:45.017Z] #31 [internal] load build context [2022-03-16T06:47:45.017Z] #31 sha256:0577dc409aa7d2f64b5c1facfdd9008e1d62bc3db05bedb4c697c56639dcbec6 [2022-03-16T06:47:45.017Z] #31 transferring context: 58.91MB 5.7s done [2022-03-16T06:47:45.017Z] #31 DONE 5.8s [2022-03-16T06:47:45.017Z] [2022-03-16T06:47:45.017Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-16T06:47:45.017Z] #17 sha256:44e4058ee4dc4bd39264506dac38d0f29b98e82470d99148e586789f2478289b [2022-03-16T06:47:45.274Z] #17 ... [2022-03-16T06:47:45.274Z] [2022-03-16T06:47:45.275Z] #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-16T06:47:45.275Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-16T06:47:45.275Z] #36 CACHED [2022-03-16T06:47:45.275Z] [2022-03-16T06:47:45.275Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-16T06:47:45.275Z] #37 sha256:be712f2594af54b92b89d105f8df9f3601ca08ac28309de8349f434f8527f6ef [2022-03-16T06:47:45.275Z] #37 CACHED [2022-03-16T06:47:45.275Z] [2022-03-16T06:47:45.275Z] #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-16T06:47:45.275Z] #38 sha256:48aab05dc440b0ef8cd01eb944008d6f32ad9d663e65cee4aeb13b3d0b51d1aa [2022-03-16T06:47:45.275Z] #38 CACHED [2022-03-16T06:47:45.275Z] [2022-03-16T06:47:45.275Z] #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-16T06:47:45.275Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-16T06:47:45.275Z] #50 1.587 + git clone https://github.com/docker/distribution.git . [2022-03-16T06:47:45.275Z] #50 1.587 Cloning into '.'... [2022-03-16T06:47:45.458Z] #56 5.792 + cd /tmp/tmp.t6shzWK95Q/src/github.com/opencontainers/runc [2022-03-16T06:47:45.458Z] #56 5.792 + git checkout -q v1.1.0 [2022-03-16T06:47:45.719Z] #56 6.033 + '[' -z '' ']' [2022-03-16T06:47:45.719Z] #56 6.033 + target=static [2022-03-16T06:47:45.719Z] #56 6.033 + make BUILDTAGS=seccomp static [2022-03-16T06:47:45.992Z] + docker info [2022-03-16T06:47:45.992Z] Client: [2022-03-16T06:47:45.992Z] Context: default [2022-03-16T06:47:45.992Z] Debug Mode: false [2022-03-16T06:47:45.992Z] [2022-03-16T06:47:45.992Z] Server: [2022-03-16T06:47:45.992Z] Containers: 0 [2022-03-16T06:47:45.992Z] Running: 0 [2022-03-16T06:47:45.992Z] Paused: 0 [2022-03-16T06:47:45.992Z] Stopped: 0 [2022-03-16T06:47:45.992Z] Images: 0 [2022-03-16T06:47:45.992Z] Server Version: 20.10.9 [2022-03-16T06:47:45.992Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-16T06:47:45.992Z] Windows: [2022-03-16T06:47:45.992Z] LCOW: [2022-03-16T06:47:45.992Z] Logging Driver: json-file [2022-03-16T06:47:45.992Z] Plugins: [2022-03-16T06:47:45.992Z] Volume: local [2022-03-16T06:47:45.992Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T06:47:45.992Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T06:47:45.992Z] Swarm: inactive [2022-03-16T06:47:45.992Z] Default Isolation: process [2022-03-16T06:47:45.992Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-16T06:47:45.992Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-16T06:47:45.992Z] OSType: windows [2022-03-16T06:47:45.992Z] Architecture: x86_64 [2022-03-16T06:47:45.992Z] CPUs: 4 [2022-03-16T06:47:45.992Z] Total Memory: 32GiB [2022-03-16T06:47:45.992Z] Name: azwin-2-916840 [2022-03-16T06:47:45.992Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-16T06:47:45.992Z] Docker Root Dir: D:\docker [2022-03-16T06:47:45.992Z] Debug Mode: false [2022-03-16T06:47:45.992Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:47:45.992Z] Labels: [2022-03-16T06:47:45.992Z] Experimental: true [2022-03-16T06:47:45.992Z] Insecure Registries: [2022-03-16T06:47:45.992Z] 10.0.0.4:5000 [2022-03-16T06:47:45.992Z] 127.0.0.0/8 [2022-03-16T06:47:45.992Z] Registry Mirrors: [2022-03-16T06:47:45.992Z] http://10.0.0.4:5000/ [2022-03-16T06:47:45.992Z] Live Restore Enabled: false [2022-03-16T06:47:45.992Z] Product License: Community Engine [2022-03-16T06:47:45.992Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2022-03-16T06:47:46.206Z] #50 ... [2022-03-16T06:47:46.206Z] [2022-03-16T06:47:46.206Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-16T06:47:46.206Z] #17 sha256:44e4058ee4dc4bd39264506dac38d0f29b98e82470d99148e586789f2478289b [2022-03-16T06:47:46.206Z] #17 DONE 1.1s [2022-03-16T06:47:46.206Z] [2022-03-16T06:47:46.206Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-16T06:47:46.206Z] #18 sha256:4537d596aeb6a1f91ba4cb2255575856f0f9010515abf5fd2f90bdd0313e4de4 [Pipeline] powershell [2022-03-16T06:47:46.287Z] #56 6.447 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-16T06:47:47.138Z] #18 DONE 1.0s [2022-03-16T06:47:47.138Z] [2022-03-16T06:47:47.138Z] #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-16T06:47:47.138Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-16T06:47:48.070Z] #19 1.157 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-16T06:47:48.107Z] #60 7.859 + cd /tmp/tmp.KzV97ZaMyC/src/github.com/containerd/containerd [2022-03-16T06:47:48.107Z] #60 7.859 + git checkout -q v1.6.1 [2022-03-16T06:47:48.107Z] #60 8.236 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-16T06:47:48.107Z] #60 8.236 + BUILDTAGS='netgo osusergo static_build' [2022-03-16T06:47:48.107Z] #60 8.236 + export EXTRA_FLAGS=-buildmode=pie [2022-03-16T06:47:48.107Z] #60 8.236 + EXTRA_FLAGS=-buildmode=pie [2022-03-16T06:47:48.107Z] #60 8.236 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-16T06:47:48.107Z] #60 8.237 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-16T06:47:48.107Z] #60 8.237 + '[' '' = dynamic ']' [2022-03-16T06:47:48.107Z] #60 8.237 + make [2022-03-16T06:47:48.329Z] #19 1.370 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-16T06:47:48.329Z] #19 1.373 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-16T06:47:48.329Z] #19 1.458 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-16T06:47:48.366Z] #60 8.709 + bin/ctr [2022-03-16T06:47:48.894Z] #19 1.895 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-16T06:47:49.151Z] #19 2.239 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-16T06:47:49.151Z] #19 ... [2022-03-16T06:47:49.151Z] [2022-03-16T06:47:49.152Z] #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-16T06:47:49.152Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-16T06:47:49.152Z] #58 ... [2022-03-16T06:47:49.152Z] [2022-03-16T06:47:49.152Z] #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-16T06:47:49.152Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-16T06:47:49.152Z] #50 7.623 + git checkout -q v2.3.0 [2022-03-16T06:47:49.152Z] #50 8.318 + 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-16T06:47:49.636Z] #56 ... [2022-03-16T06:47:49.636Z] [2022-03-16T06:47:49.636Z] #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-16T06:47:49.636Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-16T06:47:49.636Z] #51 ... [2022-03-16T06:47:49.636Z] [2022-03-16T06:47:49.636Z] #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-16T06:47:49.636Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-16T06:47:49.636Z] #43 1.299 + git clone https://github.com/docker/distribution.git . [2022-03-16T06:47:49.636Z] #43 1.299 Cloning into '.'... [2022-03-16T06:47:49.636Z] #43 9.531 + git checkout -q v2.3.0 [2022-03-16T06:47:49.636Z] #43 ... [2022-03-16T06:47:49.636Z] [2022-03-16T06:47:49.636Z] #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-16T06:47:49.636Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-16T06:47:49.636Z] #21 2.746 Reading package lists... [2022-03-16T06:47:49.636Z] #21 4.846 Reading package lists... [2022-03-16T06:47:49.636Z] #21 6.741 Building dependency tree... [2022-03-16T06:47:49.636Z] #21 7.220 Reading state information... [2022-03-16T06:47:49.636Z] #21 7.683 The following additional packages will be installed: [2022-03-16T06:47:49.636Z] #21 7.684 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-16T06:47:49.636Z] #21 7.684 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-16T06:47:49.636Z] #21 7.685 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-16T06:47:49.636Z] #21 7.686 python3-pkg-resources vim-runtime xxd [2022-03-16T06:47:49.636Z] #21 7.687 Suggested packages: [2022-03-16T06:47:49.636Z] #21 7.690 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-16T06:47:49.636Z] #21 7.690 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-16T06:47:49.636Z] #21 7.690 acl attr quota [2022-03-16T06:47:49.636Z] #21 7.690 Recommended packages: [2022-03-16T06:47:49.636Z] #21 7.690 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-16T06:47:49.636Z] #21 8.825 The following NEW packages will be installed: [2022-03-16T06:47:49.636Z] #21 8.830 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-16T06:47:49.636Z] #21 8.834 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-16T06:47:49.636Z] #21 8.834 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-16T06:47:49.636Z] #21 8.835 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-16T06:47:49.636Z] #21 8.835 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-16T06:47:49.636Z] #21 8.835 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-16T06:47:49.636Z] #21 8.836 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-16T06:47:49.636Z] #21 8.836 xz-utils zip zstd [2022-03-16T06:47:49.636Z] #21 9.155 0 upgraded, 48 newly installed, 0 to remove and 4 not upgraded. [2022-03-16T06:47:49.636Z] #21 9.155 Need to get 27.6 MB of archives. [2022-03-16T06:47:49.636Z] #21 9.155 After this operation, 106 MB of additional disk space will be used. [2022-03-16T06:47:49.636Z] #21 9.155 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-16T06:47:49.636Z] #21 9.161 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-16T06:47:49.636Z] #21 9.164 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-16T06:47:49.636Z] #21 9.165 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-16T06:47:49.636Z] #21 9.167 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-16T06:47:49.636Z] #21 9.168 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-16T06:47:49.636Z] #21 9.169 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-16T06:47:49.636Z] #21 9.171 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-16T06:47:49.636Z] #21 9.207 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-16T06:47:49.636Z] #21 9.210 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-16T06:47:49.636Z] #21 9.223 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-16T06:47:49.636Z] #21 9.227 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-16T06:47:49.636Z] #21 9.233 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-16T06:47:49.636Z] #21 9.241 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-16T06:47:49.636Z] #21 9.264 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-16T06:47:49.636Z] #21 9.272 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-16T06:47:49.636Z] #21 9.277 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-16T06:47:49.636Z] #21 9.278 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-16T06:47:49.636Z] #21 9.280 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-16T06:47:49.636Z] #21 9.281 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-16T06:47:49.636Z] #21 9.284 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-16T06:47:49.636Z] #21 9.294 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-16T06:47:49.636Z] #21 9.297 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-16T06:47:49.636Z] #21 9.302 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-16T06:47:49.636Z] #21 9.303 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-16T06:47:49.636Z] #21 9.306 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-16T06:47:49.636Z] #21 9.307 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-16T06:47:49.636Z] #21 9.584 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-16T06:47:49.636Z] #21 9.585 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-16T06:47:49.636Z] #21 9.587 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-16T06:47:49.636Z] #21 9.588 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-16T06:47:49.636Z] #21 9.589 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-16T06:47:49.636Z] #21 9.592 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-16T06:47:49.636Z] #21 9.597 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-16T06:47:49.636Z] #21 9.628 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-16T06:47:49.636Z] #21 9.630 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-16T06:47:49.636Z] #21 9.632 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-16T06:47:49.636Z] #21 9.639 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-16T06:47:49.636Z] #21 9.647 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-16T06:47:49.636Z] #21 9.648 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-16T06:47:49.636Z] #21 9.658 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-16T06:47:49.636Z] #21 9.823 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-16T06:47:49.636Z] #21 10.02 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-16T06:47:49.636Z] #21 10.02 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-16T06:47:49.636Z] #21 10.25 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-16T06:47:49.636Z] #21 10.28 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-16T06:47:49.636Z] #21 10.31 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-16T06:47:49.636Z] #21 10.31 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-16T06:47:49.636Z] #21 ... [2022-03-16T06:47:49.636Z] [2022-03-16T06:47:49.636Z] #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-16T06:47:49.636Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-16T06:47:49.636Z] #43 10.51 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-16T06:47:52.427Z] #50 ... [2022-03-16T06:47:52.427Z] [2022-03-16T06:47:52.427Z] #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-16T06:47:52.427Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-16T06:47:52.427Z] #19 2.539 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-16T06:47:52.427Z] #19 2.785 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-16T06:47:52.427Z] #19 3.017 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-16T06:47:52.427Z] #19 3.223 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-16T06:47:52.427Z] #19 3.325 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-16T06:47:52.427Z] #19 3.511 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-16T06:47:52.427Z] #19 3.789 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-16T06:47:52.427Z] #19 3.890 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-16T06:47:52.427Z] #19 3.895 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-16T06:47:52.427Z] #19 3.897 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-16T06:47:52.427Z] #19 3.897 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-16T06:47:52.427Z] #19 3.898 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-16T06:47:52.427Z] #19 4.079 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-16T06:47:52.427Z] #19 4.259 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-16T06:47:52.427Z] #19 4.351 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-16T06:47:52.910Z] #43 ... [2022-03-16T06:47:52.910Z] [2022-03-16T06:47:52.910Z] #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-16T06:47:52.910Z] #60 sha256:46bf96c61841416219cda198c33ee36f8cd3b1eb8cf17e6ff151a72adef2bac2 [2022-03-16T06:47:52.910Z] #60 1.392 + RM_GOPATH=0 [2022-03-16T06:47:52.910Z] #60 1.392 + TMP_GOPATH= [2022-03-16T06:47:52.910Z] #60 1.392 + : /build [2022-03-16T06:47:52.910Z] #60 1.392 + '[' -z '' ']' [2022-03-16T06:47:52.910Z] #60 1.392 ++ mktemp -d [2022-03-16T06:47:52.910Z] #60 1.395 + export GOPATH=/tmp/tmp.lkcbPwiZSd [2022-03-16T06:47:52.910Z] #60 1.395 + GOPATH=/tmp/tmp.lkcbPwiZSd [2022-03-16T06:47:52.910Z] #60 1.395 + RM_GOPATH=1 [2022-03-16T06:47:52.910Z] #60 1.395 + case "$(go env GOARCH)" in [2022-03-16T06:47:52.910Z] #60 1.396 ++ go env GOARCH [2022-03-16T06:47:52.910Z] #60 1.411 + export GO_BUILDMODE=-buildmode=pie [2022-03-16T06:47:52.910Z] #60 1.412 + GO_BUILDMODE=-buildmode=pie [2022-03-16T06:47:52.910Z] #60 1.413 ++ dirname /install.sh [2022-03-16T06:47:52.910Z] #60 1.417 + dir=/ [2022-03-16T06:47:52.910Z] #60 1.417 + bin=containerd [2022-03-16T06:47:52.910Z] #60 1.417 + shift [2022-03-16T06:47:52.910Z] #60 1.417 + '[' '!' -f //containerd.installer ']' [2022-03-16T06:47:52.910Z] #60 1.417 + . //containerd.installer [2022-03-16T06:47:52.910Z] #60 1.418 ++ set -e [2022-03-16T06:47:52.910Z] #60 1.418 ++ : v1.6.1 [2022-03-16T06:47:52.910Z] #60 1.423 + install_containerd [2022-03-16T06:47:52.910Z] #60 1.423 + echo 'Install containerd version v1.6.1' [2022-03-16T06:47:52.910Z] #60 1.424 Install containerd version v1.6.1 [2022-03-16T06:47:52.910Z] #60 1.424 + git clone https://github.com/containerd/containerd.git /tmp/tmp.lkcbPwiZSd/src/github.com/containerd/containerd [2022-03-16T06:47:52.910Z] #60 1.430 Cloning into '/tmp/tmp.lkcbPwiZSd/src/github.com/containerd/containerd'... [2022-03-16T06:47:52.910Z] #60 ... [2022-03-16T06:47:52.910Z] [2022-03-16T06:47:52.910Z] #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-16T06:47:52.910Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-16T06:47:52.910Z] #21 10.79 debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T06:47:52.910Z] #21 10.88 Fetched 27.6 MB in 1s (18.9 MB/s) [2022-03-16T06:47:52.910Z] #21 11.13 Selecting previously unselected package pigz. [2022-03-16T06:47:52.910Z] #21 11.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-16T06:47:52.910Z] #21 11.17 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-16T06:47:52.910Z] #21 11.18 Unpacking pigz (2.6-1) ... [2022-03-16T06:47:52.910Z] #21 11.25 Selecting previously unselected package libelf1:amd64. [2022-03-16T06:47:52.910Z] #21 11.25 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-16T06:47:52.910Z] #21 11.26 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-16T06:47:52.910Z] #21 11.41 Selecting previously unselected package libbpf0:amd64. [2022-03-16T06:47:52.910Z] #21 11.41 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-16T06:47:52.910Z] #21 11.42 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-16T06:47:52.910Z] #21 11.51 Selecting previously unselected package libcap2:amd64. [2022-03-16T06:47:52.910Z] #21 11.52 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-16T06:47:52.910Z] #21 11.53 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-16T06:47:52.910Z] #21 11.62 Selecting previously unselected package libmnl0:amd64. [2022-03-16T06:47:52.910Z] #21 11.62 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-16T06:47:52.910Z] #21 11.62 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-16T06:47:52.910Z] #21 11.69 Selecting previously unselected package libxtables12:amd64. [2022-03-16T06:47:52.910Z] #21 11.70 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-16T06:47:52.910Z] #21 11.72 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-16T06:47:52.910Z] #21 11.78 Selecting previously unselected package libcap2-bin. [2022-03-16T06:47:52.910Z] #21 11.78 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-16T06:47:52.910Z] #21 11.79 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-16T06:47:52.910Z] #21 11.90 Selecting previously unselected package iproute2. [2022-03-16T06:47:52.910Z] #21 11.91 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-16T06:47:52.910Z] #21 11.91 Unpacking iproute2 (5.10.0-4) ... [2022-03-16T06:47:52.910Z] #21 12.35 Selecting previously unselected package xxd. [2022-03-16T06:47:52.910Z] #21 12.36 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-16T06:47:52.910Z] #21 12.36 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:47:52.910Z] #21 12.47 Selecting previously unselected package vim-common. [2022-03-16T06:47:52.910Z] #21 12.47 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-16T06:47:52.910Z] #21 12.49 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:47:52.910Z] #21 12.61 Selecting previously unselected package bash-completion. [2022-03-16T06:47:52.910Z] #21 12.62 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-16T06:47:53.473Z] #21 14.36 Unpacking bash-completion (1:2.11-2) ... [2022-03-16T06:47:53.730Z] #21 14.68 Selecting previously unselected package bzip2. [2022-03-16T06:47:53.730Z] #21 14.69 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-16T06:47:53.730Z] #21 14.69 Unpacking bzip2 (1.0.8-4) ... [2022-03-16T06:47:53.730Z] #21 14.75 Selecting previously unselected package xz-utils. [2022-03-16T06:47:53.730Z] #21 14.77 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-16T06:47:53.987Z] #21 14.78 Unpacking xz-utils (5.2.5-2) ... [2022-03-16T06:47:54.244Z] #21 14.91 Selecting previously unselected package apparmor. [2022-03-16T06:47:54.245Z] #21 14.93 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-16T06:47:54.245Z] #21 14.97 Unpacking apparmor (2.13.6-10) ... [2022-03-16T06:47:54.501Z] #21 15.33 Selecting previously unselected package inetutils-ping. [2022-03-16T06:47:54.501Z] #21 15.33 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-16T06:47:54.501Z] #21 15.34 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-16T06:47:54.501Z] #21 15.44 Selecting previously unselected package libip4tc2:amd64. [2022-03-16T06:47:54.501Z] #21 15.45 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-16T06:47:54.501Z] #21 15.46 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-16T06:47:54.501Z] #21 15.53 Selecting previously unselected package libip6tc2:amd64. [2022-03-16T06:47:54.501Z] #21 15.54 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-16T06:47:54.758Z] #21 15.55 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-16T06:47:54.758Z] #21 15.62 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-16T06:47:54.758Z] #21 15.62 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-16T06:47:54.758Z] #21 15.62 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-16T06:47:55.015Z] #21 15.69 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-16T06:47:55.015Z] #21 15.70 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-16T06:47:55.015Z] #21 15.70 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-16T06:47:55.015Z] #21 15.75 Selecting previously unselected package libnftnl11:amd64. [2022-03-16T06:47:55.015Z] #21 15.77 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-16T06:47:55.015Z] #21 15.77 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-16T06:47:55.015Z] #21 15.83 Selecting previously unselected package iptables. [2022-03-16T06:47:55.015Z] #21 15.84 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-16T06:47:55.015Z] #21 15.84 Unpacking iptables (1.8.7-1) ... [2022-03-16T06:47:55.272Z] #21 16.16 Selecting previously unselected package libonig5:amd64. [2022-03-16T06:47:55.272Z] #21 16.18 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-16T06:47:55.272Z] #21 16.18 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-16T06:47:55.529Z] #21 16.31 Selecting previously unselected package libjq1:amd64. [2022-03-16T06:47:55.529Z] #21 16.31 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-16T06:47:55.529Z] #21 16.32 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-16T06:47:55.529Z] #21 16.42 Selecting previously unselected package jq. [2022-03-16T06:47:55.529Z] #21 16.43 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-16T06:47:55.529Z] #21 16.43 Unpacking jq (1.6-2.1) ... [2022-03-16T06:47:55.529Z] #21 16.51 Selecting previously unselected package libaio1:amd64. [2022-03-16T06:47:55.529Z] #21 16.52 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-16T06:47:55.786Z] #21 16.53 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-16T06:47:55.786Z] #21 16.59 Selecting previously unselected package libgpm2:amd64. [2022-03-16T06:47:55.786Z] #21 16.60 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-16T06:47:55.786Z] #21 16.61 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-16T06:47:55.786Z] #21 16.67 Selecting previously unselected package libicu67:amd64. [2022-03-16T06:47:55.786Z] #21 16.67 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-16T06:47:55.786Z] #21 16.68 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-16T06:47:56.269Z] #56 ... [2022-03-16T06:47:56.269Z] [2022-03-16T06:47:56.269Z] #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-16T06:47:56.269Z] #60 sha256:fb1440b2a48bc6f24f38ff4befd933c4ae2302a00681c4244f770880ee8d1277 [2022-03-16T06:47:56.269Z] #60 15.15 + cd /tmp/tmp.deTWWa2aHa/src/github.com/containerd/containerd [2022-03-16T06:47:56.269Z] #60 15.15 + git checkout -q v1.6.1 [2022-03-16T06:47:56.269Z] #60 15.95 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-16T06:47:56.269Z] #60 15.95 + BUILDTAGS='netgo osusergo static_build' [2022-03-16T06:47:56.269Z] #60 15.95 + export EXTRA_FLAGS=-buildmode=pie [2022-03-16T06:47:56.269Z] #60 15.95 + EXTRA_FLAGS=-buildmode=pie [2022-03-16T06:47:56.269Z] #60 15.95 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-16T06:47:56.269Z] #60 15.95 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-16T06:47:56.269Z] #60 15.95 + '[' '' = dynamic ']' [2022-03-16T06:47:56.269Z] #60 15.95 + make [2022-03-16T06:47:56.529Z] #60 16.76 + bin/ctr [2022-03-16T06:47:59.059Z] #21 19.74 Selecting previously unselected package libinih1:amd64. [2022-03-16T06:47:59.059Z] #21 19.74 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-16T06:47:59.059Z] #21 19.74 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-16T06:47:59.059Z] #21 19.82 Selecting previously unselected package libnet1:amd64. [2022-03-16T06:47:59.059Z] #21 19.82 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-16T06:47:59.059Z] #21 19.83 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-16T06:47:59.059Z] #21 19.90 Selecting previously unselected package libnl-3-200:amd64. [2022-03-16T06:47:59.059Z] #21 19.90 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-16T06:47:59.059Z] #21 19.90 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-16T06:47:59.059Z] #21 19.98 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-16T06:47:59.059Z] #21 19.99 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-16T06:47:59.059Z] #21 20.00 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-16T06:47:59.059Z] #21 20.06 Selecting previously unselected package net-tools. [2022-03-16T06:47:59.059Z] #21 20.06 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-16T06:47:59.059Z] #21 20.07 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-16T06:47:59.320Z] #21 20.29 Selecting previously unselected package patch. [2022-03-16T06:47:59.320Z] #21 20.29 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-16T06:47:59.320Z] #21 20.30 Unpacking patch (2.7.6-7) ... [2022-03-16T06:47:59.577Z] #21 20.40 Selecting previously unselected package python-pip-whl. [2022-03-16T06:47:59.577Z] #21 20.41 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-16T06:47:59.577Z] #21 20.41 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-16T06:48:00.139Z] #21 20.97 Selecting previously unselected package python3-lib2to3. [2022-03-16T06:48:00.139Z] #21 20.97 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-16T06:48:00.139Z] #21 20.98 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-16T06:48:00.396Z] #21 21.07 Selecting previously unselected package python3-distutils. [2022-03-16T06:48:00.396Z] #21 21.08 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-16T06:48:00.396Z] #21 21.08 Unpacking python3-distutils (3.9.2-1) ... [2022-03-16T06:48:00.396Z] #21 21.21 Selecting previously unselected package python3-pkg-resources. [2022-03-16T06:48:00.396Z] #21 21.22 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-16T06:48:00.396Z] #21 21.23 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-16T06:48:00.396Z] #21 21.34 Selecting previously unselected package python3-setuptools. [2022-03-16T06:48:00.652Z] #21 21.35 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-16T06:48:00.652Z] #21 21.35 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-16T06:48:00.652Z] #21 21.57 Selecting previously unselected package python3-wheel. [2022-03-16T06:48:00.652Z] #21 21.58 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-16T06:48:00.652Z] #21 21.58 Unpacking python3-wheel (0.34.2-1) ... [2022-03-16T06:48:00.652Z] #21 21.64 Selecting previously unselected package python3-pip. [2022-03-16T06:48:00.652Z] #21 ... [2022-03-16T06:48:00.652Z] [2022-03-16T06:48:00.652Z] #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-16T06:48:00.652Z] #56 sha256:154f0819fdcee84b18dbde06f4ef60b2ae1598d09f2cdca9a6d3a829bbe21c89 [2022-03-16T06:48:00.652Z] #56 7.832 + cd /tmp/tmp.CG4XZJyxXB/src/github.com/opencontainers/runc [2022-03-16T06:48:00.652Z] #56 7.834 + git checkout -q v1.1.0 [2022-03-16T06:48:00.652Z] #56 8.176 + '[' -z '' ']' [2022-03-16T06:48:00.652Z] #56 8.176 + target=static [2022-03-16T06:48:00.652Z] #56 8.176 + make BUILDTAGS=seccomp static [2022-03-16T06:48:00.652Z] #56 8.475 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-16T06:48:00.909Z] #56 ... [2022-03-16T06:48:00.909Z] [2022-03-16T06:48:00.909Z] #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-16T06:48:00.909Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-16T06:48:00.909Z] #21 21.64 Selecting previously unselected package python3-pip. [2022-03-16T06:48:00.909Z] #21 21.65 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-16T06:48:00.909Z] #21 21.66 Unpacking python3-pip (20.3.4-4) ... [2022-03-16T06:48:00.909Z] #21 21.89 Selecting previously unselected package sudo. [2022-03-16T06:48:01.166Z] #21 21.90 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-16T06:48:01.166Z] #21 21.90 Unpacking sudo (1.9.5p2-3) ... [2022-03-16T06:48:01.622Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-16T06:48:01.623Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-0a96b46a\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-16T06:48:01.623Z] ---------------------------------------------------------------------------- [2022-03-16T06:48:01.623Z] [2022-03-16T06:48:01.623Z] INFO: executeCI.ps1 starting at Wed Mar 16 06:48:00 CUT 2022 [2022-03-16T06:48:01.623Z] [2022-03-16T06:48:01.623Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-16T06:48:01.623Z] INFO: Running git version 2.24.1.windows.2 [2022-03-16T06:48:01.623Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-16T06:48:01.623Z] INFO: Environment variables: [2022-03-16T06:48:01.623Z] [2022-03-16T06:48:01.623Z] Name Value [2022-03-16T06:48:01.623Z] ---- ----- [2022-03-16T06:48:01.623Z] ALLUSERSPROFILE C:\ProgramData [2022-03-16T06:48:01.623Z] amd64 true [2022-03-16T06:48:01.623Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-16T06:48:01.623Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-16T06:48:01.623Z] arm64 true [2022-03-16T06:48:01.623Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-16T06:48:01.623Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-16T06:48:01.623Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-16T06:48:01.623Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-16T06:48:01.623Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-16T06:48:01.623Z] BRANCH_NAME PR-43372 [2022-03-16T06:48:01.623Z] BUILD_DISPLAY_NAME #3 [2022-03-16T06:48:01.623Z] BUILD_ID 3 [2022-03-16T06:48:01.623Z] BUILD_NUMBER 3 [2022-03-16T06:48:01.623Z] BUILD_TAG jenkins-moby-PR-43372-3 [2022-03-16T06:48:01.623Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/ [2022-03-16T06:48:01.623Z] cgroup2 true [2022-03-16T06:48:01.623Z] CHANGE_AUTHOR fussybeaver [2022-03-16T06:48:01.623Z] CHANGE_AUTHOR_DISPLAY_NAME Niel Drummond [2022-03-16T06:48:01.623Z] CHANGE_AUTHOR_EMAIL niel@drummond.lu [2022-03-16T06:48:01.623Z] CHANGE_BRANCH 43292-swagger-add-ipamconfig [2022-03-16T06:48:01.623Z] CHANGE_FORK fussybeaver [2022-03-16T06:48:01.623Z] CHANGE_ID 43372 [2022-03-16T06:48:01.623Z] CHANGE_TARGET master [2022-03-16T06:48:01.623Z] CHANGE_TITLE api: swagger: add IPAMConfig on IPAM [2022-03-16T06:48:01.623Z] CHANGE_URL https://github.com/moby/moby/pull/43372 [2022-03-16T06:48:01.623Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-16T06:48:01.623Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-16T06:48:01.623Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-16T06:48:01.623Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-16T06:48:01.623Z] COMPUTERNAME azwin-2-916841 [2022-03-16T06:48:01.623Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-16T06:48:01.623Z] ConfigSequenceNumber 0 [2022-03-16T06:48:01.623Z] dco true [2022-03-16T06:48:01.623Z] DOCKER_BUILDKIT 0 [2022-03-16T06:48:01.623Z] DOCKER_DUT_DEBUG 1 [2022-03-16T06:48:01.623Z] DOCKER_EXPERIMENTAL 1 [2022-03-16T06:48:01.623Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-16T06:48:01.623Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-16T06:48:01.623Z] EXECUTOR_NUMBER 0 [2022-03-16T06:48:01.623Z] FQDN azwin-2-916841.westus.cloudapp.azure.com [2022-03-16T06:48:01.623Z] GIT_BRANCH PR-43372 [2022-03-16T06:48:01.623Z] GIT_COMMIT b18882bc781069e3edbe47455a9077974c6f4a8f [2022-03-16T06:48:01.623Z] GIT_PREVIOUS_COMMIT 235a8352df886bf667c5d1490404dd84345139ec [2022-03-16T06:48:01.623Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 235a8352df886bf667c5d1490404dd84345139ec [2022-03-16T06:48:01.623Z] GIT_URL https://github.com/moby/moby.git [2022-03-16T06:48:01.623Z] HUDSON_COOKIE a3f68fdd-2c49-4816-aa6e-08a22bd155aa [2022-03-16T06:48:01.623Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-16T06:48:01.623Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-16T06:48:01.623Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-16T06:48:01.623Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-16T06:48:01.623Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-16T06:48:01.623Z] JENKINS_NODE_COOKIE c82aa7bf-680c-499d-9479-3d3b87efcda8 [2022-03-16T06:48:01.623Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-16T06:48:01.623Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-16T06:48:01.623Z] JOB_BASE_NAME PR-43372 [2022-03-16T06:48:01.623Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/display/redirect [2022-03-16T06:48:01.623Z] JOB_NAME moby/PR-43372 [2022-03-16T06:48:01.623Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/ [2022-03-16T06:48:01.623Z] library.jps.version master [2022-03-16T06:48:01.623Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-16T06:48:01.623Z] NODE_LABELS amd64 azure azwin-2-916841 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-16T06:48:01.623Z] NODE_NAME azwin-2-916841 [2022-03-16T06:48:01.623Z] NUMBER_OF_PROCESSORS 4 [2022-03-16T06:48:01.623Z] OS Windows_NT [2022-03-16T06:48:01.623Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-16T06:48:01.623Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-16T06:48:01.623Z] ppc64le false [2022-03-16T06:48:01.623Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-16T06:48:01.623Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-03-16T06:48:01.623Z] PROCESSOR_LEVEL 6 [2022-03-16T06:48:01.623Z] PROCESSOR_REVISION 5504 [2022-03-16T06:48:01.623Z] ProgramData C:\ProgramData [2022-03-16T06:48:01.623Z] ProgramFiles C:\Program Files [2022-03-16T06:48:01.623Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-16T06:48:01.623Z] ProgramW6432 C:\Program Files [2022-03-16T06:48:01.623Z] PROMPT $P$G [2022-03-16T06:48:01.623Z] PSExecutionPolicyPreference Bypass [2022-03-16T06:48:01.623Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-16T06:48:01.623Z] PUBLIC C:\Users\Public [2022-03-16T06:48:01.623Z] rootless true [2022-03-16T06:48:01.623Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect?page=artif... [2022-03-16T06:48:01.623Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect?page=changes [2022-03-16T06:48:01.623Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect [2022-03-16T06:48:01.623Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect?page=tests [2022-03-16T06:48:01.623Z] s390x false [2022-03-16T06:48:01.623Z] SKIP_VALIDATION_TESTS 1 [2022-03-16T06:48:01.623Z] SOURCES_DRIVE d [2022-03-16T06:48:01.623Z] SOURCES_SUBDIR gopath [2022-03-16T06:48:01.623Z] STAGE_NAME Run tests [2022-03-16T06:48:01.623Z] SystemDrive C: [2022-03-16T06:48:01.623Z] SystemRoot C:\Windows [2022-03-16T06:48:01.623Z] TEMP C:\Windows\TEMP [2022-03-16T06:48:01.623Z] TESTDEBUG 0 [2022-03-16T06:48:01.623Z] TESTRUN_DRIVE d [2022-03-16T06:48:01.623Z] TESTRUN_SUBDIR CI [2022-03-16T06:48:01.623Z] TIMEOUT 120m [2022-03-16T06:48:01.623Z] TMP C:\Windows\TEMP [2022-03-16T06:48:01.623Z] unit_validate true [2022-03-16T06:48:01.623Z] USERDOMAIN WORKGROUP [2022-03-16T06:48:01.623Z] USERNAME azwin-2-916841$ [2022-03-16T06:48:01.623Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-16T06:48:01.623Z] validate_force false [2022-03-16T06:48:01.623Z] windir C:\Windows [2022-03-16T06:48:01.623Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-16T06:48:01.623Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-16T06:48:01.623Z] windows2022 true [2022-03-16T06:48:01.623Z] windows2022containerd true [2022-03-16T06:48:01.623Z] windowsRS5 true [2022-03-16T06:48:01.623Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-16T06:48:01.623Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-16T06:48:01.623Z] [2022-03-16T06:48:01.623Z] [2022-03-16T06:48:01.623Z] [2022-03-16T06:48:01.729Z] #21 22.38 Selecting previously unselected package thin-provisioning-tools. [2022-03-16T06:48:01.729Z] #21 22.40 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-16T06:48:01.729Z] #21 22.40 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-16T06:48:01.729Z] #21 22.61 Selecting previously unselected package uidmap. [2022-03-16T06:48:01.729Z] #21 22.63 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-16T06:48:01.729Z] #21 22.63 Unpacking uidmap (1:4.8.1-1) ... [2022-03-16T06:48:01.986Z] #21 22.76 Selecting previously unselected package vim-runtime. [2022-03-16T06:48:01.986Z] #21 22.77 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-16T06:48:01.986Z] #21 22.80 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-16T06:48:01.986Z] #21 22.83 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-16T06:48:01.986Z] #21 22.83 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:48:02.162Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-16T06:48:02.162Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-545da857\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-16T06:48:02.162Z] ---------------------------------------------------------------------------- [2022-03-16T06:48:02.162Z] [2022-03-16T06:48:02.162Z] INFO: executeCI.ps1 starting at Wed Mar 16 06:48:01 CUT 2022 [2022-03-16T06:48:02.162Z] [2022-03-16T06:48:02.162Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-16T06:48:02.162Z] INFO: Running git version 2.24.1.windows.2 [2022-03-16T06:48:02.382Z] #19 14.15 Fetched 48.9 MB in 13s (3689 kB/s) [2022-03-16T06:48:02.587Z] INFO: Sources under d:\gopath\... [2022-03-16T06:48:02.587Z] INFO: Test run under d:\CI\... [2022-03-16T06:48:02.661Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-16T06:48:02.661Z] INFO: Environment variables: [2022-03-16T06:48:02.661Z] [2022-03-16T06:48:02.661Z] Name Value [2022-03-16T06:48:02.661Z] ---- ----- [2022-03-16T06:48:02.661Z] ALLUSERSPROFILE C:\ProgramData [2022-03-16T06:48:02.661Z] amd64 true [2022-03-16T06:48:02.661Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-16T06:48:02.661Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-16T06:48:02.661Z] arm64 true [2022-03-16T06:48:02.661Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-16T06:48:02.661Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-16T06:48:02.661Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-16T06:48:02.661Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-16T06:48:02.661Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-16T06:48:02.661Z] BRANCH_NAME PR-43372 [2022-03-16T06:48:02.661Z] BUILD_DISPLAY_NAME #3 [2022-03-16T06:48:02.661Z] BUILD_ID 3 [2022-03-16T06:48:02.661Z] BUILD_NUMBER 3 [2022-03-16T06:48:02.661Z] BUILD_TAG jenkins-moby-PR-43372-3 [2022-03-16T06:48:02.661Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/ [2022-03-16T06:48:02.661Z] cgroup2 true [2022-03-16T06:48:02.661Z] CHANGE_AUTHOR fussybeaver [2022-03-16T06:48:02.661Z] CHANGE_AUTHOR_DISPLAY_NAME Niel Drummond [2022-03-16T06:48:02.661Z] CHANGE_AUTHOR_EMAIL niel@drummond.lu [2022-03-16T06:48:02.661Z] CHANGE_BRANCH 43292-swagger-add-ipamconfig [2022-03-16T06:48:02.661Z] CHANGE_FORK fussybeaver [2022-03-16T06:48:02.661Z] CHANGE_ID 43372 [2022-03-16T06:48:02.661Z] CHANGE_TARGET master [2022-03-16T06:48:02.661Z] CHANGE_TITLE api: swagger: add IPAMConfig on IPAM [2022-03-16T06:48:02.661Z] CHANGE_URL https://github.com/moby/moby/pull/43372 [2022-03-16T06:48:02.661Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-16T06:48:02.661Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-16T06:48:02.661Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-16T06:48:02.661Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-16T06:48:02.661Z] COMPUTERNAME azwin-2-916840 [2022-03-16T06:48:02.661Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-16T06:48:02.661Z] ConfigSequenceNumber 0 [2022-03-16T06:48:02.661Z] dco true [2022-03-16T06:48:02.661Z] DOCKER_BUILDKIT 0 [2022-03-16T06:48:02.661Z] DOCKER_DUT_DEBUG 1 [2022-03-16T06:48:02.661Z] DOCKER_EXPERIMENTAL 1 [2022-03-16T06:48:02.661Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-16T06:48:02.661Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-16T06:48:02.661Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-16T06:48:02.661Z] EXECUTOR_NUMBER 0 [2022-03-16T06:48:02.661Z] FQDN azwin-2-916840.westus.cloudapp.azure.com [2022-03-16T06:48:02.661Z] GIT_BRANCH PR-43372 [2022-03-16T06:48:02.661Z] GIT_COMMIT 327bb38f9908ee1fd9860be6d7912a0bd2f65b06 [2022-03-16T06:48:02.661Z] GIT_PREVIOUS_COMMIT 235a8352df886bf667c5d1490404dd84345139ec [2022-03-16T06:48:02.661Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 235a8352df886bf667c5d1490404dd84345139ec [2022-03-16T06:48:02.661Z] GIT_URL https://github.com/moby/moby.git [2022-03-16T06:48:02.661Z] HUDSON_COOKIE 9f59ef2e-11d7-4f9f-939c-e6ef8203a244 [2022-03-16T06:48:02.661Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-16T06:48:02.661Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-16T06:48:02.661Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-16T06:48:02.661Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-16T06:48:02.661Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-16T06:48:02.661Z] JENKINS_NODE_COOKIE 37585340-ce56-4a26-96bc-dda2478ed12b [2022-03-16T06:48:02.661Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-16T06:48:02.661Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-16T06:48:02.661Z] JOB_BASE_NAME PR-43372 [2022-03-16T06:48:02.661Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/display/redirect [2022-03-16T06:48:02.661Z] JOB_NAME moby/PR-43372 [2022-03-16T06:48:02.661Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/ [2022-03-16T06:48:02.661Z] library.jps.version master [2022-03-16T06:48:02.661Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-16T06:48:02.661Z] NODE_LABELS amd64 azure azwin-2-916840 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-16T06:48:02.661Z] NODE_NAME azwin-2-916840 [2022-03-16T06:48:02.661Z] NUMBER_OF_PROCESSORS 4 [2022-03-16T06:48:02.661Z] OS Windows_NT [2022-03-16T06:48:02.661Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-16T06:48:02.661Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-16T06:48:02.661Z] ppc64le false [2022-03-16T06:48:02.662Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-16T06:48:02.662Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-16T06:48:02.662Z] PROCESSOR_LEVEL 6 [2022-03-16T06:48:02.662Z] PROCESSOR_REVISION 4f01 [2022-03-16T06:48:02.662Z] ProgramData C:\ProgramData [2022-03-16T06:48:02.662Z] ProgramFiles C:\Program Files [2022-03-16T06:48:02.662Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-16T06:48:02.662Z] ProgramW6432 C:\Program Files [2022-03-16T06:48:02.662Z] PROMPT $P$G [2022-03-16T06:48:02.662Z] PSExecutionPolicyPreference Bypass [2022-03-16T06:48:02.662Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-16T06:48:02.662Z] PUBLIC C:\Users\Public [2022-03-16T06:48:02.662Z] rootless true [2022-03-16T06:48:02.662Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect?page=artif... [2022-03-16T06:48:02.662Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect?page=changes [2022-03-16T06:48:02.662Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect [2022-03-16T06:48:02.662Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect?page=tests [2022-03-16T06:48:02.662Z] s390x false [2022-03-16T06:48:02.662Z] SKIP_VALIDATION_TESTS 1 [2022-03-16T06:48:02.662Z] SOURCES_DRIVE d [2022-03-16T06:48:02.662Z] SOURCES_SUBDIR gopath [2022-03-16T06:48:02.662Z] STAGE_NAME Run tests [2022-03-16T06:48:02.662Z] SystemDrive C: [2022-03-16T06:48:02.662Z] SystemRoot C:\Windows [2022-03-16T06:48:02.662Z] TEMP C:\Windows\TEMP [2022-03-16T06:48:02.662Z] TESTDEBUG 0 [2022-03-16T06:48:02.662Z] TESTRUN_DRIVE d [2022-03-16T06:48:02.662Z] TESTRUN_SUBDIR CI [2022-03-16T06:48:02.662Z] TIMEOUT 120m [2022-03-16T06:48:02.662Z] TMP C:\Windows\TEMP [2022-03-16T06:48:02.662Z] unit_validate true [2022-03-16T06:48:02.662Z] USERDOMAIN WORKGROUP [2022-03-16T06:48:02.662Z] USERNAME azwin-2-916840$ [2022-03-16T06:48:02.662Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-16T06:48:02.662Z] validate_force false [2022-03-16T06:48:02.662Z] windir C:\Windows [2022-03-16T06:48:02.662Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-16T06:48:02.662Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-16T06:48:02.662Z] windows2022 true [2022-03-16T06:48:02.662Z] windows2022containerd true [2022-03-16T06:48:02.662Z] windowsRS5 true [2022-03-16T06:48:02.662Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-16T06:48:02.662Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-16T06:48:02.662Z] [2022-03-16T06:48:02.662Z] [2022-03-16T06:48:02.662Z] [2022-03-16T06:48:03.044Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-16T06:48:03.044Z] INFO: docker/docker repository was found [2022-03-16T06:48:03.044Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-16T06:48:03.044Z] ltsc2022: Pulling from windows/servercore [2022-03-16T06:48:03.501Z] 8f616e6e9eec: Pulling fs layer [2022-03-16T06:48:03.501Z] 037d5740b404: Pulling fs layer [2022-03-16T06:48:04.336Z] INFO: Sources under d:\gopath\... [2022-03-16T06:48:04.336Z] INFO: Test run under d:\CI\... [2022-03-16T06:48:04.336Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-16T06:48:04.336Z] INFO: docker/docker repository was found [2022-03-16T06:48:04.336Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-16T06:48:04.851Z] ltsc2022: Pulling from windows/servercore [2022-03-16T06:48:04.851Z] 8f616e6e9eec: Pulling fs layer [2022-03-16T06:48:04.851Z] 037d5740b404: Pulling fs layer [2022-03-16T06:48:05.280Z] #21 25.76 Selecting previously unselected package vim. [2022-03-16T06:48:05.280Z] #21 25.77 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-16T06:48:05.280Z] #21 25.78 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:48:06.210Z] #21 27.01 Selecting previously unselected package xfsprogs. [2022-03-16T06:48:06.210Z] #21 27.02 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-16T06:48:06.210Z] #21 27.06 Unpacking xfsprogs (5.10.0-4) ... [2022-03-16T06:48:06.466Z] #21 27.53 Selecting previously unselected package zip. [2022-03-16T06:48:06.558Z] #19 14.15 Reading package lists... [2022-03-16T06:48:06.558Z] #19 ... [2022-03-16T06:48:06.558Z] [2022-03-16T06:48:06.558Z] #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-16T06:48:06.558Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-16T06:48:06.558Z] #50 26.95 + dpkg --print-architecture [2022-03-16T06:48:06.558Z] #50 26.95 + git checkout -q v2.1.0 [2022-03-16T06:48:06.558Z] #50 27.27 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-16T06:48:06.558Z] #50 27.27 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-16T06:48:06.723Z] #21 27.53 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-16T06:48:06.723Z] #21 27.54 Unpacking zip (3.0-12) ... [2022-03-16T06:48:06.980Z] #21 27.68 Selecting previously unselected package zstd. [2022-03-16T06:48:06.980Z] #21 27.68 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-16T06:48:06.980Z] #21 27.70 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-16T06:48:07.237Z] #21 28.08 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-16T06:48:07.493Z] #21 ... [2022-03-16T06:48:07.493Z] [2022-03-16T06:48:07.493Z] #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-16T06:48:07.493Z] #60 sha256:46bf96c61841416219cda198c33ee36f8cd3b1eb8cf17e6ff151a72adef2bac2 [2022-03-16T06:48:08.008Z] #60 24.64 Updating files: 79% (3750/4739) Updating files: 80% (3792/4739) Updating files: 81% (3839/4739) Updating files: 82% (3886/4739) Updating files: 83% (3934/4739) Updating files: 84% (3981/4739) Updating files: 85% (4029/4739) Updating files: 86% (4076/4739) Updating files: 87% (4123/4739) Updating files: 88% (4171/4739) Updating files: 89% (4218/4739) Updating files: 90% (4266/4739) Updating files: 91% (4313/4739) Updating files: 92% (4360/4739) Updating files: 93% (4408/4739) Updating files: 94% (4455/4739) Updating files: 95% (4503/4739) Updating files: 96% (4550/4739) Updating files: 97% (4597/4739) Updating files: 98% (4645/4739) Updating files: 99% (4692/4739) Updating files: 100% (4739/4739) Updating files: 100% (4739/4739), done. [2022-03-16T06:48:08.008Z] #60 25.05 + cd /tmp/tmp.lkcbPwiZSd/src/github.com/containerd/containerd [2022-03-16T06:48:08.008Z] #60 25.05 + git checkout -q v1.6.1 [2022-03-16T06:48:08.943Z] #60 26.12 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-16T06:48:08.943Z] #60 26.12 + BUILDTAGS='netgo osusergo static_build' [2022-03-16T06:48:08.943Z] #60 26.12 + export EXTRA_FLAGS=-buildmode=pie [2022-03-16T06:48:08.943Z] #60 26.12 + EXTRA_FLAGS=-buildmode=pie [2022-03-16T06:48:08.943Z] #60 26.12 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-16T06:48:08.943Z] #60 26.12 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-16T06:48:08.943Z] #60 26.12 + '[' '' = dynamic ']' [2022-03-16T06:48:08.943Z] #60 26.12 + make [2022-03-16T06:48:09.874Z] #60 26.98 + bin/ctr [2022-03-16T06:48:14.905Z] #60 31.66 + bin/containerd [2022-03-16T06:48:15.188Z] #60 ... [2022-03-16T06:48:15.188Z] [2022-03-16T06:48:15.188Z] #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-16T06:48:15.188Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-16T06:48:15.188Z] #21 28.95 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-16T06:48:15.188Z] #21 28.96 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-16T06:48:15.188Z] #21 28.97 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-16T06:48:15.188Z] #21 28.98 Setting up libicu67:amd64 (67.1-7) ... [2022-03-16T06:48:15.188Z] #21 28.99 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-16T06:48:15.188Z] #21 29.00 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-16T06:48:15.188Z] #21 29.02 Setting up uidmap (1:4.8.1-1) ... [2022-03-16T06:48:15.188Z] #21 29.03 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-16T06:48:15.188Z] #21 29.04 Setting up bzip2 (1.0.8-4) ... [2022-03-16T06:48:15.188Z] #21 29.05 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-16T06:48:15.188Z] #21 29.06 Setting up python3-wheel (0.34.2-1) ... [2022-03-16T06:48:15.188Z] #21 29.72 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:48:15.188Z] #21 29.73 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-16T06:48:15.188Z] #21 29.75 Setting up libcap2-bin (1:2.44-1) ... [2022-03-16T06:48:15.188Z] #21 29.77 Setting up apparmor (2.13.6-10) ... [2022-03-16T06:48:15.188Z] #21 31.51 Setting up zip (3.0-12) ... [2022-03-16T06:48:15.188Z] #21 31.53 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:48:15.188Z] #21 31.56 Setting up bash-completion (1:2.11-2) ... [2022-03-16T06:48:15.188Z] #21 33.45 Setting up xz-utils (5.2.5-2) ... [2022-03-16T06:48:15.188Z] #21 33.46 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-16T06:48:15.188Z] #21 33.49 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-16T06:48:15.188Z] #21 33.50 Setting up patch (2.7.6-7) ... [2022-03-16T06:48:15.188Z] #21 33.52 Setting up sudo (1.9.5p2-3) ... [2022-03-16T06:48:15.188Z] #21 33.58 invoke-rc.d: could not determine current runlevel [2022-03-16T06:48:15.188Z] #21 33.59 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-16T06:48:15.188Z] #21 33.60 Setting up xfsprogs (5.10.0-4) ... [2022-03-16T06:48:15.188Z] #21 33.61 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-16T06:48:15.188Z] #21 33.62 Setting up inetutils-ping (2:2.0-1) ... [2022-03-16T06:48:15.188Z] #21 33.64 Setting up pigz (2.6-1) ... [2022-03-16T06:48:15.188Z] #21 33.66 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-16T06:48:15.188Z] #21 33.68 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-16T06:48:15.188Z] #21 33.70 Setting up python-pip-whl (20.3.4-4) ... [2022-03-16T06:48:15.188Z] #21 33.71 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:48:15.188Z] #21 34.29 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-16T06:48:15.188Z] #21 34.31 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-16T06:48:15.188Z] #21 34.65 Setting up libelf1:amd64 (0.183-1) ... [2022-03-16T06:48:15.188Z] #21 34.73 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-16T06:48:15.188Z] #21 34.74 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-16T06:48:15.188Z] #21 34.75 Setting up python3-distutils (3.9.2-1) ... [2022-03-16T06:48:15.188Z] #21 35.22 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:48:15.188Z] #21 35.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-16T06:48:15.188Z] #21 35.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-16T06:48:15.188Z] #21 35.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-16T06:48:15.188Z] #21 35.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-16T06:48:15.188Z] #21 35.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-16T06:48:15.188Z] #21 35.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-16T06:48:15.188Z] #21 35.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-16T06:48:15.188Z] #21 35.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-16T06:48:15.188Z] #21 35.30 Setting up python3-setuptools (52.0.0-4) ... [2022-03-16T06:48:15.751Z] #21 36.63 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-16T06:48:15.751Z] #21 36.65 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-16T06:48:15.751Z] #21 36.66 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-16T06:48:15.751Z] #21 36.67 Setting up python3-pip (20.3.4-4) ... [2022-03-16T06:48:16.516Z] #50 ... [2022-03-16T06:48:16.516Z] [2022-03-16T06:48:16.516Z] #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-16T06:48:16.516Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-16T06:48:16.516Z] #19 14.15 Reading package lists... [2022-03-16T06:48:16.516Z] #19 20.49 Reading package lists... [2022-03-16T06:48:16.516Z] #19 26.43 Building dependency tree... [2022-03-16T06:48:16.516Z] #19 29.09 The following additional packages will be installed: [2022-03-16T06:48:16.516Z] #19 29.09 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-16T06:48:16.516Z] #19 29.10 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-16T06:48:16.516Z] #19 29.10 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-16T06:48:16.516Z] #19 29.10 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-16T06:48:16.516Z] #19 29.10 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-16T06:48:16.516Z] #19 29.10 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-16T06:48:16.516Z] #19 29.10 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-03-16T06:48:16.516Z] #19 29.10 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-03-16T06:48:16.516Z] #19 29.10 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-03-16T06:48:16.516Z] #19 29.10 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-03-16T06:48:16.516Z] #19 29.10 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-16T06:48:16.516Z] #19 29.10 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-16T06:48:16.516Z] #19 29.10 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-16T06:48:16.516Z] #19 29.10 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-16T06:48:16.516Z] #19 29.10 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-16T06:48:16.516Z] #19 29.10 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-16T06:48:16.516Z] #19 29.10 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-16T06:48:16.516Z] #19 29.10 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-16T06:48:16.516Z] #19 29.10 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-16T06:48:16.516Z] #19 29.10 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-16T06:48:16.516Z] #19 29.10 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-16T06:48:16.516Z] #19 29.10 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-16T06:48:16.516Z] #19 29.10 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-16T06:48:16.516Z] #19 29.10 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-16T06:48:16.516Z] #19 29.10 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-16T06:48:16.516Z] #19 29.11 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-16T06:48:16.516Z] #19 29.11 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-16T06:48:16.516Z] #19 29.11 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-16T06:48:16.516Z] #19 29.11 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-16T06:48:16.516Z] #19 29.11 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-16T06:48:16.516Z] #19 29.11 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-16T06:48:16.516Z] #19 29.11 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-16T06:48:16.516Z] #19 29.11 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-16T06:48:16.516Z] #19 29.11 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-16T06:48:16.516Z] #19 29.11 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-16T06:48:16.516Z] #19 29.11 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-16T06:48:16.516Z] #19 29.11 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-16T06:48:16.516Z] #19 29.12 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-16T06:48:16.516Z] #19 29.12 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-16T06:48:16.516Z] #19 29.12 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-16T06:48:16.516Z] #19 29.12 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-16T06:48:16.516Z] #19 29.12 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-16T06:48:16.516Z] #19 29.12 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-16T06:48:16.516Z] #19 29.12 linux-libc-dev-s390x-cross patch xz-utils [2022-03-16T06:48:16.516Z] #19 29.14 Suggested packages: [2022-03-16T06:48:16.516Z] #19 29.15 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-03-16T06:48:16.516Z] #19 29.15 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-03-16T06:48:16.516Z] #19 29.15 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-03-16T06:48:16.516Z] #19 29.15 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-03-16T06:48:16.516Z] #19 29.15 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-03-16T06:48:16.516Z] #19 29.15 libyaml-shell-perl ed diffutils-doc [2022-03-16T06:48:16.516Z] #19 29.15 Recommended packages: [2022-03-16T06:48:16.516Z] #19 29.15 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-03-16T06:48:16.516Z] #19 29.15 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-03-16T06:48:17.118Z] #21 37.82 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-16T06:48:17.118Z] #21 37.83 Setting up jq (1.6-2.1) ... [2022-03-16T06:48:17.118Z] #21 37.85 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-16T06:48:17.118Z] #21 37.86 Setting up iptables (1.8.7-1) ... [2022-03-16T06:48:17.118Z] #21 37.88 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-16T06:48:17.118Z] #21 37.88 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-16T06:48:17.118Z] #21 37.89 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-16T06:48:17.118Z] #21 37.90 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-16T06:48:17.118Z] #21 37.91 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-16T06:48:17.118Z] #21 37.91 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-16T06:48:17.118Z] #21 37.92 Setting up iproute2 (5.10.0-4) ... [2022-03-16T06:48:17.376Z] #21 38.24 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-16T06:48:17.893Z] 8f616e6e9eec: Verifying Checksum [2022-03-16T06:48:17.893Z] 8f616e6e9eec: Download complete [2022-03-16T06:48:18.413Z] #19 31.63 The following NEW packages will be installed: [2022-03-16T06:48:18.670Z] #19 31.63 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-16T06:48:18.670Z] #19 31.63 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-16T06:48:18.670Z] #19 31.63 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-16T06:48:18.670Z] #19 31.63 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-16T06:48:18.670Z] #19 31.63 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-16T06:48:18.670Z] #19 31.63 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-16T06:48:18.670Z] #19 31.63 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-03-16T06:48:18.670Z] #19 31.63 crossbuild-essential-armel crossbuild-essential-armhf [2022-03-16T06:48:18.670Z] #19 31.63 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-03-16T06:48:18.670Z] #19 31.63 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-03-16T06:48:18.670Z] #19 31.63 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-03-16T06:48:18.670Z] #19 31.63 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-03-16T06:48:18.670Z] #19 31.63 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-03-16T06:48:18.670Z] #19 31.63 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-16T06:48:18.670Z] #19 31.63 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-16T06:48:18.670Z] #19 31.63 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-16T06:48:18.670Z] #19 31.63 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-16T06:48:18.670Z] #19 31.63 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-16T06:48:18.670Z] #19 31.63 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-16T06:48:18.670Z] #19 31.64 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-16T06:48:18.670Z] #19 31.64 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-16T06:48:18.671Z] #19 31.64 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-16T06:48:18.671Z] #19 31.64 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-16T06:48:18.671Z] #19 31.64 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-16T06:48:18.671Z] #19 31.64 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-16T06:48:18.671Z] #19 31.64 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-16T06:48:18.671Z] #19 31.64 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-16T06:48:18.671Z] #19 31.64 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-16T06:48:18.671Z] #19 31.64 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-16T06:48:18.671Z] #19 31.65 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-16T06:48:18.671Z] #19 31.65 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-16T06:48:18.671Z] #19 31.65 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-16T06:48:18.671Z] #19 31.65 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-16T06:48:18.671Z] #19 31.65 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-16T06:48:18.671Z] #19 31.65 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-16T06:48:18.671Z] #19 31.66 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-16T06:48:18.671Z] #19 31.66 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-16T06:48:18.671Z] #19 31.66 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-16T06:48:18.671Z] #19 31.66 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-16T06:48:18.671Z] #19 31.66 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-16T06:48:18.671Z] #19 31.66 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-16T06:48:18.671Z] #19 31.66 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-16T06:48:18.671Z] #19 31.66 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-16T06:48:18.671Z] #19 31.66 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-16T06:48:18.671Z] #19 31.66 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-16T06:48:18.671Z] #19 31.66 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-16T06:48:18.671Z] #19 31.67 linux-libc-dev-s390x-cross patch xz-utils [2022-03-16T06:48:18.747Z] #21 DONE 39.6s [2022-03-16T06:48:18.747Z] [2022-03-16T06:48:18.747Z] #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-16T06:48:18.747Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-16T06:48:19.234Z] #19 32.09 0 upgraded, 133 newly installed, 0 to remove and 4 not upgraded. [2022-03-16T06:48:19.234Z] #19 32.09 Need to get 787 MB of archives. [2022-03-16T06:48:19.234Z] #19 32.09 After this operation, 3385 MB of additional disk space will be used. [2022-03-16T06:48:19.234Z] #19 32.09 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-16T06:48:19.234Z] #19 32.09 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-16T06:48:19.234Z] #19 32.18 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-03-16T06:48:19.491Z] #19 32.40 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-03-16T06:48:19.491Z] #19 32.51 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-03-16T06:48:19.491Z] #19 32.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-16T06:48:19.491Z] #19 32.51 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-16T06:48:19.491Z] #19 32.55 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-16T06:48:19.491Z] #19 32.62 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-03-16T06:48:19.491Z] #19 32.66 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-16T06:48:19.491Z] #19 32.69 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-16T06:48:19.491Z] #19 32.73 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-16T06:48:19.678Z] #22 0.826 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-16T06:48:19.678Z] #22 0.834 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-16T06:48:19.678Z] #22 0.837 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-16T06:48:19.678Z] #22 DONE 0.9s [2022-03-16T06:48:19.678Z] [2022-03-16T06:48:19.678Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-16T06:48:19.678Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-16T06:48:19.749Z] #19 32.85 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-16T06:48:20.609Z] #23 ... [2022-03-16T06:48:20.609Z] [2022-03-16T06:48:20.609Z] #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-16T06:48:20.609Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-16T06:48:20.609Z] #43 31.20 + dpkg --print-architecture [2022-03-16T06:48:20.609Z] #43 31.20 + git checkout -q v2.1.0 [2022-03-16T06:48:20.609Z] #43 32.04 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-16T06:48:20.609Z] #43 32.04 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-16T06:48:21.123Z] #19 34.09 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-16T06:48:21.124Z] #19 34.09 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-16T06:48:22.494Z] #19 35.71 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-16T06:48:22.755Z] #19 35.71 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-03-16T06:48:23.691Z] #19 ... [2022-03-16T06:48:23.691Z] [2022-03-16T06:48:23.691Z] #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-16T06:48:23.691Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-16T06:48:23.691Z] #50 DONE 44.7s [2022-03-16T06:48:23.691Z] [2022-03-16T06:48:23.691Z] #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-16T06:48:23.691Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-16T06:48:23.691Z] #19 36.79 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-16T06:48:23.691Z] #19 36.80 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-16T06:48:25.086Z] #19 38.10 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-16T06:48:25.086Z] #19 38.10 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-16T06:48:26.018Z] #19 38.91 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-16T06:48:26.018Z] #19 38.91 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-16T06:48:26.018Z] #19 38.91 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-16T06:48:26.018Z] #19 38.92 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-16T06:48:26.018Z] #19 38.92 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-16T06:48:26.018Z] #19 39.07 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-03-16T06:48:26.276Z] #19 39.19 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-16T06:48:26.276Z] #19 39.31 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-03-16T06:48:26.533Z] #19 39.54 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-16T06:48:26.533Z] #19 39.61 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-16T06:48:26.790Z] #19 39.70 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-16T06:48:26.790Z] #19 39.71 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-03-16T06:48:26.790Z] #19 39.71 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-03-16T06:48:26.790Z] #19 39.75 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-03-16T06:48:26.790Z] #19 39.97 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-03-16T06:48:27.048Z] #19 40.00 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-16T06:48:27.048Z] #19 40.07 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-03-16T06:48:27.305Z] #19 40.25 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-16T06:48:27.305Z] #19 40.37 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-16T06:48:28.619Z] #60 ... [2022-03-16T06:48:28.619Z] [2022-03-16T06:48:28.619Z] #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-16T06:48:28.619Z] #56 sha256:25c3e2b32269bd065070455fa6c10f244d2c182e9bcaa50233a69a968a37b03b [2022-03-16T06:48:28.619Z] #56 45.34 + mkdir -p /build [2022-03-16T06:48:28.619Z] #56 45.34 + cp runc /build/runc [2022-03-16T06:48:28.619Z] #56 DONE 46.8s [2022-03-16T06:48:28.619Z] [2022-03-16T06:48:28.619Z] #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-16T06:48:28.619Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-16T06:48:28.619Z] #51 49.14 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-16T06:48:28.619Z] #51 DONE 49.4s [2022-03-16T06:48:28.619Z] [2022-03-16T06:48:28.619Z] #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-16T06:48:28.619Z] #60 sha256:fb1440b2a48bc6f24f38ff4befd933c4ae2302a00681c4244f770880ee8d1277 [2022-03-16T06:48:28.688Z] #19 41.52 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-16T06:48:28.688Z] #19 41.52 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-16T06:48:28.688Z] #19 41.54 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-03-16T06:48:28.688Z] #19 41.57 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-16T06:48:28.688Z] #19 41.60 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-16T06:48:28.879Z] #60 ... [2022-03-16T06:48:28.879Z] [2022-03-16T06:48:28.879Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-16T06:48:28.879Z] #52 sha256:324b22972226dfe576c0f00510f7ac6ed72236e1c6e66c96cba58ea749fda2c3 [2022-03-16T06:48:29.621Z] #19 42.63 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-16T06:48:29.621Z] #19 42.63 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-16T06:48:29.621Z] #19 42.63 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-03-16T06:48:29.621Z] #19 42.65 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-03-16T06:48:29.621Z] #19 42.65 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-16T06:48:29.621Z] #19 42.65 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-16T06:48:29.621Z] #19 42.82 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-16T06:48:29.621Z] #19 42.83 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-16T06:48:29.621Z] #19 42.83 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-16T06:48:29.621Z] #19 42.86 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-16T06:48:29.815Z] #52 DONE 0.8s [2022-03-16T06:48:29.815Z] [2022-03-16T06:48:29.815Z] #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-16T06:48:29.815Z] #60 sha256:fb1440b2a48bc6f24f38ff4befd933c4ae2302a00681c4244f770880ee8d1277 [2022-03-16T06:48:29.815Z] #60 ... [2022-03-16T06:48:29.815Z] [2022-03-16T06:48:29.815Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-16T06:48:29.815Z] #54 sha256:40fafd93a154fa499c6271fadcaf434ca11a0be9af4753f563217f5ee30b55a0 [2022-03-16T06:48:29.815Z] #54 DONE 0.1s [2022-03-16T06:48:29.815Z] [2022-03-16T06:48:29.815Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-16T06:48:29.815Z] #57 sha256:2a6af29df5ad88ab409370e70f42cec7f0d7146ea2158c2c0c4d7b647f1462ec [2022-03-16T06:48:29.878Z] #19 42.98 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-16T06:48:30.074Z] #57 DONE 0.4s [2022-03-16T06:48:30.075Z] [2022-03-16T06:48:30.075Z] #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-16T06:48:30.075Z] #60 sha256:fb1440b2a48bc6f24f38ff4befd933c4ae2302a00681c4244f770880ee8d1277 [2022-03-16T06:48:30.135Z] #19 43.18 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-03-16T06:48:30.135Z] #19 43.20 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-03-16T06:48:30.392Z] #19 43.37 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-16T06:48:30.392Z] #19 43.46 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-03-16T06:48:30.565Z] #43 ... [2022-03-16T06:48:30.565Z] [2022-03-16T06:48:30.565Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-16T06:48:30.565Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-16T06:48:30.565Z] #23 9.166 Collecting yamllint==1.26.1 [2022-03-16T06:48:30.565Z] #23 10.20 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-16T06:48:30.649Z] #19 43.65 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-03-16T06:48:30.649Z] #19 43.84 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-16T06:48:30.823Z] #23 11.28 Collecting pathspec>=0.5.3 [2022-03-16T06:48:30.823Z] #23 11.29 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-16T06:48:30.906Z] #19 43.85 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-03-16T06:48:30.906Z] #19 43.85 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-03-16T06:48:30.906Z] #19 44.09 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-03-16T06:48:30.928Z] 037d5740b404: Verifying Checksum [2022-03-16T06:48:30.928Z] 037d5740b404: Download complete [2022-03-16T06:48:31.163Z] #19 44.11 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-16T06:48:31.163Z] #19 44.18 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-16T06:48:31.163Z] #19 44.20 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-03-16T06:48:31.163Z] #19 44.20 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-03-16T06:48:31.163Z] #19 44.23 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-16T06:48:31.163Z] #19 44.30 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-03-16T06:48:31.387Z] #23 11.63 Collecting pyyaml [2022-03-16T06:48:31.387Z] #23 11.65 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-16T06:48:31.387Z] #23 11.72 Building wheels for collected packages: yamllint [2022-03-16T06:48:31.387Z] #23 11.73 Building wheel for yamllint (setup.py): started [2022-03-16T06:48:31.726Z] #19 44.69 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-16T06:48:31.982Z] #19 45.14 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-16T06:48:32.319Z] #23 12.64 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-16T06:48:32.319Z] #23 12.65 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=53e3c31a94802f1d6c9714b0ac7df27626e5646bc4295ed0fd8d569b20d79c08 [2022-03-16T06:48:32.319Z] #23 12.65 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-16T06:48:32.319Z] #23 12.66 Successfully built yamllint [2022-03-16T06:48:32.319Z] #23 12.67 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-16T06:48:32.576Z] #23 13.08 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-16T06:48:33.509Z] #23 DONE 13.7s [2022-03-16T06:48:33.509Z] [2022-03-16T06:48:33.509Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-16T06:48:33.509Z] #27 sha256:a9c245948740639d4abf1e20efde43998be8060fad9aa945edca6eb9da5f8d37 [2022-03-16T06:48:33.766Z] #27 DONE 0.5s [2022-03-16T06:48:33.766Z] [2022-03-16T06:48:33.766Z] #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-16T06:48:33.766Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-16T06:48:33.881Z] #19 46.80 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-16T06:48:33.881Z] #19 46.80 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-16T06:48:33.881Z] #19 46.83 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-03-16T06:48:33.881Z] #19 46.85 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-16T06:48:33.881Z] #19 46.88 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-16T06:48:34.024Z] #43 ... [2022-03-16T06:48:34.024Z] [2022-03-16T06:48:34.024Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-16T06:48:34.024Z] #32 sha256:3537f4c27108dae8696998a0fe5878cd9893da32349c9b7d571eba4cfd7ba2e6 [2022-03-16T06:48:34.589Z] #32 DONE 0.6s [2022-03-16T06:48:34.589Z] [2022-03-16T06:48:34.589Z] #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-16T06:48:34.589Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-16T06:48:34.589Z] #43 DONE 55.4s [2022-03-16T06:48:34.589Z] [2022-03-16T06:48:34.589Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-16T06:48:34.589Z] #35 sha256:d2ce5ceb09e45768679c87dd0a89f228b6c612274a2421b4d2a3c79101956d25 [2022-03-16T06:48:35.155Z] #35 DONE 0.4s [2022-03-16T06:48:35.155Z] [2022-03-16T06:48:35.155Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-16T06:48:35.155Z] #37 sha256:8bb9e80199daf152245a81e24ef5bf062bc9683b229bdd7b453fd9dab73840e8 [2022-03-16T06:48:35.155Z] #37 DONE 0.1s [2022-03-16T06:48:35.155Z] [2022-03-16T06:48:35.155Z] #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-16T06:48:35.155Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-16T06:48:35.155Z] #51 ... [2022-03-16T06:48:35.155Z] [2022-03-16T06:48:35.155Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-16T06:48:35.155Z] #41 sha256:d4444f1377e8d9034dd17958b359faba2b2100ef3bef58e65e15dd631447656e [2022-03-16T06:48:35.155Z] #41 DONE 0.1s [2022-03-16T06:48:35.251Z] #19 48.18 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-16T06:48:35.251Z] #19 48.18 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-03-16T06:48:35.251Z] #19 48.18 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-03-16T06:48:35.251Z] #19 48.19 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-16T06:48:35.251Z] #19 48.19 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-16T06:48:35.251Z] #19 48.19 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-03-16T06:48:35.251Z] #19 48.20 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-03-16T06:48:35.251Z] #19 48.29 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-16T06:48:35.251Z] #19 48.29 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-03-16T06:48:35.251Z] #19 48.32 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-16T06:48:35.251Z] #19 48.32 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-16T06:48:35.412Z] [2022-03-16T06:48:35.412Z] #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-16T06:48:35.412Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-16T06:48:35.977Z] #51 ... [2022-03-16T06:48:35.977Z] [2022-03-16T06:48:35.977Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-16T06:48:35.977Z] #44 sha256:94928356706ea9a17520ede1b92356c41668ef1c26042b2e2da711fb6caba90b [2022-03-16T06:48:36.238Z] #44 DONE 0.5s [2022-03-16T06:48:36.238Z] [2022-03-16T06:48:36.238Z] #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-16T06:48:36.238Z] #60 sha256:46bf96c61841416219cda198c33ee36f8cd3b1eb8cf17e6ff151a72adef2bac2 [2022-03-16T06:48:36.495Z] #60 ... [2022-03-16T06:48:36.495Z] [2022-03-16T06:48:36.495Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-16T06:48:36.495Z] #48 sha256:8a3e9f4d0750ac5457af5d3e2b6544ad4d22d8d85c3e47ffd864e8dbcb1b6eef [2022-03-16T06:48:36.495Z] #48 DONE 0.1s [2022-03-16T06:48:36.495Z] [2022-03-16T06:48:36.495Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-16T06:48:36.495Z] #50 sha256:613efc778828e641f356b268c6a5804d8ec2ebbe7721c100a741ac454173fcc3 [2022-03-16T06:48:36.624Z] #19 49.44 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-16T06:48:36.624Z] #19 49.44 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-16T06:48:36.624Z] #19 49.46 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-03-16T06:48:36.624Z] #19 49.49 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-16T06:48:36.624Z] #19 49.51 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-16T06:48:36.752Z] #50 DONE 0.2s [2022-03-16T06:48:36.752Z] [2022-03-16T06:48:36.752Z] #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-16T06:48:36.752Z] #60 sha256:46bf96c61841416219cda198c33ee36f8cd3b1eb8cf17e6ff151a72adef2bac2 [2022-03-16T06:48:37.555Z] #19 50.40 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-16T06:48:37.555Z] #19 50.40 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-03-16T06:48:37.555Z] #19 50.40 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-03-16T06:48:37.555Z] #19 50.52 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-16T06:48:37.555Z] #19 50.66 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-03-16T06:48:37.889Z] #19 50.67 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-16T06:48:37.889Z] #19 50.84 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-03-16T06:48:38.150Z] #19 51.02 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-03-16T06:48:38.408Z] #19 51.41 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-03-16T06:48:38.408Z] #19 51.50 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-03-16T06:48:38.408Z] #19 51.52 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-16T06:48:38.665Z] #19 51.68 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-03-16T06:48:38.922Z] #19 51.97 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-03-16T06:48:38.922Z] #19 52.06 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-16T06:48:39.495Z] #19 52.49 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-16T06:48:40.061Z] #19 ... [2022-03-16T06:48:40.061Z] [2022-03-16T06:48:40.061Z] #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-16T06:48:40.061Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-16T06:48:40.061Z] #58 60.77 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-16T06:48:41.430Z] #58 DONE 62.2s [2022-03-16T06:48:41.430Z] [2022-03-16T06:48:41.430Z] #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-16T06:48:41.430Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-16T06:48:41.430Z] #19 54.00 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-16T06:48:41.430Z] #19 54.01 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-16T06:48:41.430Z] #19 54.05 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-03-16T06:48:41.430Z] #19 54.12 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-16T06:48:41.430Z] #19 54.16 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-16T06:48:42.361Z] #19 55.21 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-16T06:48:42.361Z] #19 55.23 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-03-16T06:48:42.361Z] #19 55.23 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-03-16T06:48:42.361Z] #19 55.27 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-16T06:48:42.361Z] #19 55.28 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-16T06:48:42.361Z] #19 55.28 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-16T06:48:42.361Z] #19 55.28 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-03-16T06:48:42.361Z] #19 55.28 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-03-16T06:48:42.361Z] #19 55.41 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-16T06:48:42.619Z] #19 55.64 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-03-16T06:48:42.619Z] #19 55.65 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-16T06:48:42.619Z] #19 55.65 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-16T06:48:43.548Z] #19 56.49 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-16T06:48:43.548Z] #19 56.49 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-16T06:48:43.548Z] #19 56.64 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-03-16T06:48:43.805Z] #19 56.81 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-16T06:48:44.061Z] #19 57.16 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-16T06:48:44.990Z] #19 57.98 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-16T06:48:44.990Z] #19 57.98 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-03-16T06:48:45.246Z] #19 58.29 debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T06:48:45.246Z] #19 58.41 Fetched 787 MB in 26s (30.1 MB/s) [2022-03-16T06:48:45.504Z] #19 58.43 Selecting previously unselected package liblocale-gettext-perl. [2022-03-16T06:48:45.504Z] #19 58.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-16T06:48:45.504Z] #19 58.44 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-03-16T06:48:45.504Z] #19 58.44 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-03-16T06:48:45.504Z] #19 58.47 Selecting previously unselected package bzip2. [2022-03-16T06:48:45.504Z] #19 58.47 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-03-16T06:48:45.504Z] #19 58.47 Unpacking bzip2 (1.0.8-4) ... [2022-03-16T06:48:45.504Z] #19 58.50 Selecting previously unselected package libmagic-mgc. [2022-03-16T06:48:45.504Z] #19 58.50 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-03-16T06:48:45.504Z] #19 58.51 Unpacking libmagic-mgc (1:5.39-3) ... [2022-03-16T06:48:45.504Z] #19 58.58 Selecting previously unselected package libmagic1:amd64. [2022-03-16T06:48:45.504Z] #19 58.58 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-03-16T06:48:45.504Z] #19 58.59 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-03-16T06:48:45.504Z] #19 58.63 Selecting previously unselected package file. [2022-03-16T06:48:45.504Z] #19 58.63 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-03-16T06:48:45.504Z] #19 58.63 Unpacking file (1:5.39-3) ... [2022-03-16T06:48:45.504Z] #19 58.67 Selecting previously unselected package xz-utils. [2022-03-16T06:48:45.504Z] #19 58.67 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-03-16T06:48:45.761Z] #19 58.67 Unpacking xz-utils (5.2.5-2) ... [2022-03-16T06:48:45.761Z] #19 58.72 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-03-16T06:48:45.761Z] #19 58.72 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-16T06:48:45.761Z] #19 58.72 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-16T06:48:46.018Z] #19 59.05 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-03-16T06:48:46.018Z] #19 59.05 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-03-16T06:48:46.018Z] #19 59.06 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-16T06:48:46.275Z] #19 59.36 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-03-16T06:48:46.275Z] #19 59.36 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-03-16T06:48:46.275Z] #19 59.37 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-16T06:48:46.532Z] #19 59.67 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-03-16T06:48:46.793Z] #19 59.67 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-16T06:48:46.793Z] #19 59.68 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-16T06:48:46.793Z] #19 59.95 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-03-16T06:48:47.050Z] #19 59.95 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-16T06:48:47.050Z] #19 59.95 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-16T06:48:47.050Z] #19 60.18 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-03-16T06:48:47.050Z] #19 60.18 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:48:47.050Z] #19 60.18 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-16T06:48:47.050Z] #19 60.22 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-03-16T06:48:47.306Z] #19 60.22 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:48:47.306Z] #19 60.22 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:48:48.161Z] #60 67.07 + bin/containerd [2022-03-16T06:48:51.482Z] #19 64.69 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-03-16T06:48:51.739Z] #19 64.69 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:48:51.739Z] #19 64.69 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-16T06:48:51.739Z] #19 64.73 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-03-16T06:48:51.739Z] #19 64.73 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:48:51.739Z] #19 64.73 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-16T06:48:53.610Z] #60 68.19 # github.com/containerd/containerd/cmd/containerd [2022-03-16T06:48:53.611Z] #60 68.19 /usr/bin/ld: /tmp/go-link-962038695/000019.o: in function `New': [2022-03-16T06:48:53.611Z] #60 68.19 /tmp/tmp.KzV97ZaMyC/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-16T06:48:53.611Z] #60 68.27 + bin/containerd-stress [2022-03-16T06:48:53.611Z] #60 69.42 + bin/containerd-shim [2022-03-16T06:48:55.913Z] #19 68.93 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-03-16T06:48:55.913Z] #19 68.93 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:48:55.913Z] #19 68.94 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-16T06:48:55.913Z] #19 68.97 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-03-16T06:48:55.913Z] #19 68.97 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:48:55.913Z] #19 68.97 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-16T06:48:57.796Z] #60 77.80 + bin/containerd-shim-runc-v1 [2022-03-16T06:49:00.081Z] #19 73.17 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-03-16T06:49:00.081Z] #19 73.17 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:00.081Z] #19 73.18 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-16T06:49:00.081Z] #19 73.22 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-03-16T06:49:00.337Z] #19 73.22 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:00.337Z] #19 73.22 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:49:01.856Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-16T06:49:02.418Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-16T06:49:02.418Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T06:49:02.674Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-16T06:49:02.674Z] [2022-03-16T06:49:02.674Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-16T06:49:03.064Z] #60 82.68 + bin/containerd-shim-runc-v2 [2022-03-16T06:49:03.064Z] #60 83.36 + binaries [2022-03-16T06:49:03.064Z] #60 83.36 + install -D bin/containerd /build/containerd [2022-03-16T06:49:03.064Z] #60 83.39 + install -D bin/containerd-shim /build/containerd-shim [2022-03-16T06:49:03.237Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-16T06:49:03.237Z] HOSTNAME=7abe5b132d93 [2022-03-16T06:49:03.237Z] DEST=bundles/test-integration [2022-03-16T06:49:03.237Z] PWD=/go/src/github.com/docker/docker [2022-03-16T06:49:03.237Z] DOCKER_ROOTLESS=1 [2022-03-16T06:49:03.237Z] DOCKER_GITCOMMIT=bb3537ce384163273ab25932fe686621fb1877e8 [2022-03-16T06:49:03.237Z] container=docker [2022-03-16T06:49:03.237Z] HOME=/root [2022-03-16T06:49:03.237Z] GOLANG_VERSION=1.17.8 [2022-03-16T06:49:03.237Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-16T06:49:03.237Z] VALIDATE_BRANCH=master [2022-03-16T06:49:03.237Z] TERM=xterm [2022-03-16T06:49:03.237Z] DOCKER_PKG=github.com/docker/docker [2022-03-16T06:49:03.237Z] SHLVL=1 [2022-03-16T06:49:03.237Z] TIMEOUT=120m [2022-03-16T06:49:03.237Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-16T06:49:03.237Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-16T06:49:03.237Z] GO111MODULE=off [2022-03-16T06:49:03.237Z] DOCKER_EXPERIMENTAL=1 [2022-03-16T06:49:03.237Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-16T06:49:03.237Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-16T06:49:03.237Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-16T06:49:03.237Z] GOPATH=/go [2022-03-16T06:49:03.237Z] PKG_CONFIG=pkg-config [2022-03-16T06:49:03.237Z] _=/usr/bin/env [2022-03-16T06:49:03.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-16T06:49:03.322Z] #60 83.39 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-16T06:49:03.322Z] #60 83.40 + install -D bin/ctr /build/ctr [2022-03-16T06:49:05.583Z] #19 78.44 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-03-16T06:49:05.583Z] #19 78.44 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:05.839Z] #19 78.80 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-16T06:49:06.769Z] #19 79.80 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-03-16T06:49:06.769Z] #19 79.80 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:06.769Z] #19 79.90 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:49:09.878Z] #60 DONE 89.4s [2022-03-16T06:49:09.878Z] [2022-03-16T06:49:09.878Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-16T06:49:09.878Z] #61 sha256:3f20bc0558c71cb9656ba8303b28b9b83169a053a553cdbfa6e7eec85de3403f [2022-03-16T06:49:10.944Z] #19 83.79 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-03-16T06:49:10.944Z] #19 83.79 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:10.944Z] #19 83.79 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:49:10.944Z] #19 83.82 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-03-16T06:49:10.944Z] #19 83.82 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:10.944Z] #19 83.82 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-16T06:49:10.944Z] #19 83.85 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-03-16T06:49:10.944Z] #19 83.85 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:10.944Z] #19 83.85 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-16T06:49:10.944Z] #19 83.88 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-03-16T06:49:10.944Z] #19 83.88 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:10.944Z] #19 83.88 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:49:10.944Z] #19 83.91 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-03-16T06:49:10.944Z] #19 83.91 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:10.944Z] #19 83.91 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:49:10.944Z] #19 83.94 Selecting previously unselected package cross-config. [2022-03-16T06:49:10.944Z] #19 83.94 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-03-16T06:49:10.944Z] #19 83.94 Unpacking cross-config (2.6.18+nmu1) ... [2022-03-16T06:49:10.944Z] #19 83.97 Selecting previously unselected package gcc-10-cross-base. [2022-03-16T06:49:10.944Z] #19 83.97 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:10.944Z] #19 83.97 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-16T06:49:10.944Z] #19 84.01 Selecting previously unselected package libc6-arm64-cross. [2022-03-16T06:49:10.944Z] #19 84.01 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-03-16T06:49:10.944Z] #19 84.01 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-03-16T06:49:10.944Z] #19 84.14 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-03-16T06:49:11.200Z] #19 84.14 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:11.200Z] #19 84.14 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:49:11.200Z] #19 84.17 Selecting previously unselected package libgomp1-arm64-cross. [2022-03-16T06:49:11.200Z] #19 84.17 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:11.200Z] #19 84.18 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:49:11.200Z] #19 84.22 Selecting previously unselected package libitm1-arm64-cross. [2022-03-16T06:49:11.200Z] #19 84.22 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:11.200Z] #19 84.22 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:49:11.200Z] #19 84.25 Selecting previously unselected package libatomic1-arm64-cross. [2022-03-16T06:49:11.200Z] #19 84.25 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:11.200Z] #19 84.25 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:49:11.200Z] #19 84.28 Selecting previously unselected package libasan6-arm64-cross. [2022-03-16T06:49:11.200Z] #19 84.28 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:11.200Z] #19 84.29 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:49:11.456Z] #19 84.52 Selecting previously unselected package liblsan0-arm64-cross. [2022-03-16T06:49:11.456Z] #19 84.52 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:11.456Z] #19 84.52 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:49:11.456Z] #19 84.62 Selecting previously unselected package libtsan0-arm64-cross. [2022-03-16T06:49:11.456Z] #19 84.62 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:11.712Z] #19 84.63 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:49:11.712Z] #19 84.85 Selecting previously unselected package libstdc++6-arm64-cross. [2022-03-16T06:49:11.712Z] #19 84.85 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:11.712Z] #19 84.85 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:49:11.712Z] #19 84.92 Selecting previously unselected package libubsan1-arm64-cross. [2022-03-16T06:49:11.712Z] #19 84.92 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:11.778Z] #61 DONE 2.1s [2022-03-16T06:49:11.969Z] #19 84.93 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:49:11.969Z] #19 85.02 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-03-16T06:49:11.969Z] #19 85.03 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:11.969Z] #19 85.03 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:49:11.969Z] #19 85.16 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-03-16T06:49:12.036Z] [2022-03-16T06:49:12.036Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-16T06:49:12.036Z] #66 sha256:c6a45ebf724c1303d74ac4013d6bc69a6734b3589423f0688dc43e6b2e197dcc [2022-03-16T06:49:12.226Z] #19 85.17 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:12.226Z] #19 85.17 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:49:12.294Z] #66 DONE 0.4s [2022-03-16T06:49:12.294Z] [2022-03-16T06:49:12.294Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-16T06:49:12.294Z] #71 sha256:fd4872fe050c4dad27c48aa5f51229eb2702ffcc6c6b0ae7b4e891cec8f511cb [2022-03-16T06:49:14.821Z] #71 DONE 2.1s [2022-03-16T06:49:14.821Z] [2022-03-16T06:49:14.821Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-16T06:49:14.821Z] #72 sha256:8202cac8ffb7d778e45dc808d241f230d84a0548b355b9cc5b7bc4f899a7f88e [2022-03-16T06:49:14.821Z] #72 DONE 0.0s [2022-03-16T06:49:14.821Z] [2022-03-16T06:49:14.821Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-16T06:49:14.821Z] #73 sha256:8093bc17e2c67462cc35efee0e6c71a0d1f05185d1ac4a4d78fda3573cbe3934 [2022-03-16T06:49:15.387Z] #73 DONE 0.8s [2022-03-16T06:49:15.387Z] [2022-03-16T06:49:15.387Z] #74 exporting to image [2022-03-16T06:49:15.387Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-16T06:49:15.387Z] #74 exporting layers [2022-03-16T06:49:15.441Z] #60 ... [2022-03-16T06:49:15.441Z] [2022-03-16T06:49:15.441Z] #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-16T06:49:15.441Z] #56 sha256:154f0819fdcee84b18dbde06f4ef60b2ae1598d09f2cdca9a6d3a829bbe21c89 [2022-03-16T06:49:15.441Z] #56 91.15 + mkdir -p /build [2022-03-16T06:49:15.441Z] #56 91.15 + cp runc /build/runc [2022-03-16T06:49:16.371Z] #56 DONE 93.4s [2022-03-16T06:49:16.371Z] [2022-03-16T06:49:16.371Z] #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-16T06:49:16.371Z] #60 sha256:46bf96c61841416219cda198c33ee36f8cd3b1eb8cf17e6ff151a72adef2bac2 [2022-03-16T06:49:17.478Z] #19 90.19 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-03-16T06:49:17.478Z] #19 90.20 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:17.478Z] #19 90.20 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:49:17.478Z] #19 90.23 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-03-16T06:49:17.478Z] #19 90.23 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-03-16T06:49:17.478Z] #19 90.23 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-16T06:49:17.478Z] #19 90.40 Selecting previously unselected package libc6-dev-arm64-cross. [2022-03-16T06:49:17.478Z] #19 90.40 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-03-16T06:49:17.478Z] #19 90.40 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-16T06:49:17.478Z] #19 90.66 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-03-16T06:49:17.734Z] #19 90.67 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:17.734Z] #19 90.67 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:49:17.734Z] #19 90.92 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-03-16T06:49:17.747Z] #60 ... [2022-03-16T06:49:17.747Z] [2022-03-16T06:49:17.747Z] #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-16T06:49:17.747Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-16T06:49:17.747Z] #51 98.72 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-16T06:49:17.991Z] #19 90.92 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:17.991Z] #19 90.93 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:49:18.003Z] #51 DONE 98.8s [2022-03-16T06:49:18.003Z] [2022-03-16T06:49:18.003Z] #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-16T06:49:18.003Z] #60 sha256:46bf96c61841416219cda198c33ee36f8cd3b1eb8cf17e6ff151a72adef2bac2 [2022-03-16T06:49:18.672Z] #74 exporting layers 3.3s done [2022-03-16T06:49:18.672Z] #74 writing image sha256:1bc4aae75d95cbdf4622abc62d44325915e6b14051834bd764ef2900bf428c73 done [2022-03-16T06:49:18.672Z] #74 naming to docker.io/library/docker:087600309fefa4038c48ed2d73a2539a836934cb done [2022-03-16T06:49:18.672Z] #74 DONE 3.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-16T06:49:18.998Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-16T06:49:19.368Z] #60 ... [2022-03-16T06:49:19.368Z] [2022-03-16T06:49:19.368Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-16T06:49:19.368Z] #52 sha256:277267fb29a042236a7b44e4721ee79017adab000b69211584bd9c7b93ce817a [2022-03-16T06:49:19.538Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=087600309fefa4038c48ed2d73a2539a836934cb -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:087600309fefa4038c48ed2d73a2539a836934cb hack/test/unit [2022-03-16T06:49:19.625Z] #52 DONE 0.6s [2022-03-16T06:49:19.625Z] [2022-03-16T06:49:19.625Z] #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-16T06:49:19.625Z] #60 sha256:46bf96c61841416219cda198c33ee36f8cd3b1eb8cf17e6ff151a72adef2bac2 [2022-03-16T06:49:19.625Z] #60 ... [2022-03-16T06:49:19.625Z] [2022-03-16T06:49:19.625Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-16T06:49:19.625Z] #54 sha256:c42f2c6b82331bf7aa896cb803102fcf05851b9272db26aa8c9266b2043e769b [2022-03-16T06:49:19.625Z] #54 DONE 0.1s [2022-03-16T06:49:19.625Z] [2022-03-16T06:49:19.625Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-16T06:49:19.625Z] #57 sha256:65efebc7b9aa7b4afc547f4810d10375f3f39dd5503f8b93e4fc15309c5ebd05 [2022-03-16T06:49:19.797Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-16T06:49:19.797Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-16T06:49:19.797Z] + TESTDIRS=./... [2022-03-16T06:49:19.797Z] + exclude_paths='/vendor/|/integration' [2022-03-16T06:49:19.797Z] ++ go list ./... [2022-03-16T06:49:19.797Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-16T06:49:20.189Z] #57 DONE 0.3s [2022-03-16T06:49:20.189Z] [2022-03-16T06:49:20.189Z] #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-16T06:49:20.189Z] #60 sha256:46bf96c61841416219cda198c33ee36f8cd3b1eb8cf17e6ff151a72adef2bac2 [2022-03-16T06:49:20.734Z] + pkg_list='github.com/docker/docker/api [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/backend/build [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/httputils [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/middleware [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/build [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/container [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/debug [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/distribution [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/grpc [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/image [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/network [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/plugin [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/session [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/swarm [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/system [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/volume [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/backend [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/blkiodev [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/container [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/events [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/filters [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/image [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/mount [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/network [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/registry [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/strslice [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/swarm [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/time [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/versions [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/types/volume [2022-03-16T06:49:20.734Z] github.com/docker/docker/builder [2022-03-16T06:49:20.734Z] github.com/docker/docker/builder/builder-next [2022-03-16T06:49:20.734Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-16T06:49:20.734Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-16T06:49:20.734Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-16T06:49:20.734Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-16T06:49:20.734Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-16T06:49:20.734Z] github.com/docker/docker/builder/builder-next/worker [2022-03-16T06:49:20.734Z] github.com/docker/docker/builder/dockerfile [2022-03-16T06:49:20.734Z] github.com/docker/docker/builder/remotecontext [2022-03-16T06:49:20.734Z] github.com/docker/docker/builder/remotecontext/git [2022-03-16T06:49:20.734Z] github.com/docker/docker/cli [2022-03-16T06:49:20.734Z] github.com/docker/docker/cli/config [2022-03-16T06:49:20.734Z] github.com/docker/docker/cli/debug [2022-03-16T06:49:20.734Z] github.com/docker/docker/client [2022-03-16T06:49:20.734Z] github.com/docker/docker/cmd/docker-proxy [2022-03-16T06:49:20.734Z] github.com/docker/docker/cmd/dockerd [2022-03-16T06:49:20.734Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-16T06:49:20.734Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-16T06:49:20.734Z] github.com/docker/docker/container [2022-03-16T06:49:20.734Z] github.com/docker/docker/container/stream [2022-03-16T06:49:20.734Z] github.com/docker/docker/contrib/apparmor [2022-03-16T06:49:20.734Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-16T06:49:20.734Z] github.com/docker/docker/contrib/httpserver [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/cluster [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/cluster/convert [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/cluster/executor [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/cluster/provider [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/config [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/events [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/events/testutils [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/exec [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/images [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/initlayer [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/links [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/listeners [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/gelf [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/journald [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/local [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/logentries [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/splunk [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/syslog [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/logger/templates [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/names [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/network [2022-03-16T06:49:20.734Z] github.com/docker/docker/daemon/stats [2022-03-16T06:49:20.734Z] github.com/docker/docker/distribution [2022-03-16T06:49:20.734Z] github.com/docker/docker/distribution/metadata [2022-03-16T06:49:20.734Z] github.com/docker/docker/distribution/utils [2022-03-16T06:49:20.734Z] github.com/docker/docker/distribution/xfer [2022-03-16T06:49:20.734Z] github.com/docker/docker/dockerversion [2022-03-16T06:49:20.734Z] github.com/docker/docker/errdefs [2022-03-16T06:49:20.734Z] github.com/docker/docker/image [2022-03-16T06:49:20.734Z] github.com/docker/docker/image/cache [2022-03-16T06:49:20.734Z] github.com/docker/docker/image/tarexport [2022-03-16T06:49:20.734Z] github.com/docker/docker/image/v1 [2022-03-16T06:49:20.734Z] github.com/docker/docker/internal/test/suite [2022-03-16T06:49:20.734Z] github.com/docker/docker/layer [2022-03-16T06:49:20.734Z] github.com/docker/docker/libcontainerd [2022-03-16T06:49:20.734Z] github.com/docker/docker/libcontainerd/queue [2022-03-16T06:49:20.734Z] github.com/docker/docker/libcontainerd/remote [2022-03-16T06:49:20.734Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-16T06:49:20.734Z] github.com/docker/docker/libcontainerd/types [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/config [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/idm [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/ns [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/options [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/osl [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T06:49:20.734Z] github.com/docker/docker/libnetwork/types [2022-03-16T06:49:20.734Z] github.com/docker/docker/oci [2022-03-16T06:49:20.734Z] github.com/docker/docker/oci/caps [2022-03-16T06:49:20.734Z] github.com/docker/docker/opts [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/aaparser [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/archive [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/authorization [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/broadcaster [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/capabilities [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/chrootarchive [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/containerfs [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/devicemapper [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/directory [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/dmesg [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/filenotify [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/fileutils [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/fsutils [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/homedir [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/idtools [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/ioutils [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/jsonmessage [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/longpath [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/loopback [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/namesgenerator [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/parsers [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/pidfile [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/platform [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/plugingetter [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/plugins [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/plugins/transport [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/pools [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/progress [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/pubsub [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/reexec [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/signal [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/stack [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/stdcopy [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/streamformatter [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/stringid [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/sysinfo [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/system [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/tailfile [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/tarsum [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/truncindex [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/urlutil [2022-03-16T06:49:20.734Z] github.com/docker/docker/pkg/useragent [2022-03-16T06:49:20.734Z] github.com/docker/docker/plugin [2022-03-16T06:49:20.734Z] github.com/docker/docker/plugin/executor/containerd [2022-03-16T06:49:20.734Z] github.com/docker/docker/plugin/v2 [2022-03-16T06:49:20.734Z] github.com/docker/docker/profiles/apparmor [2022-03-16T06:49:20.734Z] github.com/docker/docker/profiles/seccomp [2022-03-16T06:49:20.734Z] github.com/docker/docker/quota [2022-03-16T06:49:20.734Z] github.com/docker/docker/reference [2022-03-16T06:49:20.734Z] github.com/docker/docker/registry [2022-03-16T06:49:20.734Z] github.com/docker/docker/registry/resumable [2022-03-16T06:49:20.734Z] github.com/docker/docker/restartmanager [2022-03-16T06:49:20.734Z] github.com/docker/docker/rootless [2022-03-16T06:49:20.734Z] github.com/docker/docker/rootless/specconv [2022-03-16T06:49:20.734Z] github.com/docker/docker/runconfig [2022-03-16T06:49:20.734Z] github.com/docker/docker/runconfig/opts [2022-03-16T06:49:20.734Z] github.com/docker/docker/testutil [2022-03-16T06:49:20.734Z] github.com/docker/docker/testutil/daemon [2022-03-16T06:49:20.734Z] github.com/docker/docker/testutil/environment [2022-03-16T06:49:20.734Z] github.com/docker/docker/testutil/fakecontext [2022-03-16T06:49:20.734Z] github.com/docker/docker/testutil/fakegit [2022-03-16T06:49:20.734Z] github.com/docker/docker/testutil/fakestorage [2022-03-16T06:49:20.734Z] github.com/docker/docker/testutil/fixtures/load [2022-03-16T06:49:20.734Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-16T06:49:20.734Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-16T06:49:20.734Z] github.com/docker/docker/testutil/registry [2022-03-16T06:49:20.734Z] github.com/docker/docker/testutil/request [2022-03-16T06:49:20.734Z] github.com/docker/docker/volume [2022-03-16T06:49:20.734Z] github.com/docker/docker/volume/drivers [2022-03-16T06:49:20.734Z] github.com/docker/docker/volume/local [2022-03-16T06:49:20.734Z] github.com/docker/docker/volume/mounts [2022-03-16T06:49:20.734Z] github.com/docker/docker/volume/service [2022-03-16T06:49:20.734Z] github.com/docker/docker/volume/service/opts [2022-03-16T06:49:20.734Z] github.com/docker/docker/volume/testutils' [2022-03-16T06:49:20.734Z] ++ grep --fixed-strings -v /libnetwork [2022-03-16T06:49:20.734Z] ++ echo 'github.com/docker/docker/api [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/backend/build [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/httputils [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/middleware [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/build [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/container [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/debug [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/distribution [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/grpc [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/image [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/network [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/plugin [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/session [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/swarm [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/system [2022-03-16T06:49:20.734Z] github.com/docker/docker/api/server/router/volume [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/backend [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/blkiodev [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/container [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/events [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/filters [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/image [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/mount [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/network [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/registry [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/strslice [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/swarm [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/time [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/versions [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/volume [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/worker [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/dockerfile [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/remotecontext [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/remotecontext/git [2022-03-16T06:49:20.735Z] github.com/docker/docker/cli [2022-03-16T06:49:20.735Z] github.com/docker/docker/cli/config [2022-03-16T06:49:20.735Z] github.com/docker/docker/cli/debug [2022-03-16T06:49:20.735Z] github.com/docker/docker/client [2022-03-16T06:49:20.735Z] github.com/docker/docker/cmd/docker-proxy [2022-03-16T06:49:20.735Z] github.com/docker/docker/cmd/dockerd [2022-03-16T06:49:20.735Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-16T06:49:20.735Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-16T06:49:20.735Z] github.com/docker/docker/container [2022-03-16T06:49:20.735Z] github.com/docker/docker/container/stream [2022-03-16T06:49:20.735Z] github.com/docker/docker/contrib/apparmor [2022-03-16T06:49:20.735Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-16T06:49:20.735Z] github.com/docker/docker/contrib/httpserver [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster/convert [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster/executor [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster/provider [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/config [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/events [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/events/testutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/exec [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/images [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/initlayer [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/links [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/listeners [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/gelf [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/journald [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/local [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/logentries [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/splunk [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/syslog [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/templates [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/names [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/network [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/stats [2022-03-16T06:49:20.735Z] github.com/docker/docker/distribution [2022-03-16T06:49:20.735Z] github.com/docker/docker/distribution/metadata [2022-03-16T06:49:20.735Z] github.com/docker/docker/distribution/utils [2022-03-16T06:49:20.735Z] github.com/docker/docker/distribution/xfer [2022-03-16T06:49:20.735Z] github.com/docker/docker/dockerversion [2022-03-16T06:49:20.735Z] github.com/docker/docker/errdefs [2022-03-16T06:49:20.735Z] github.com/docker/docker/image [2022-03-16T06:49:20.735Z] github.com/docker/docker/image/cache [2022-03-16T06:49:20.735Z] github.com/docker/docker/image/tarexport [2022-03-16T06:49:20.735Z] github.com/docker/docker/image/v1 [2022-03-16T06:49:20.735Z] github.com/docker/docker/internal/test/suite [2022-03-16T06:49:20.735Z] github.com/docker/docker/layer [2022-03-16T06:49:20.735Z] github.com/docker/docker/libcontainerd [2022-03-16T06:49:20.735Z] github.com/docker/docker/libcontainerd/queue [2022-03-16T06:49:20.735Z] github.com/docker/docker/libcontainerd/remote [2022-03-16T06:49:20.735Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-16T06:49:20.735Z] github.com/docker/docker/libcontainerd/types [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/config [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/idm [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/ns [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/options [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/osl [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/libnetwork/types [2022-03-16T06:49:20.735Z] github.com/docker/docker/oci [2022-03-16T06:49:20.735Z] github.com/docker/docker/oci/caps [2022-03-16T06:49:20.735Z] github.com/docker/docker/opts [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/aaparser [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/archive [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/authorization [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/broadcaster [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/capabilities [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/chrootarchive [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/containerfs [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/devicemapper [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/directory [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/dmesg [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/filenotify [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/fileutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/fsutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/homedir [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/idtools [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/ioutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/jsonmessage [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/longpath [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/loopback [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/namesgenerator [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/parsers [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/pidfile [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/platform [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/plugingetter [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/plugins [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/plugins/transport [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/pools [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/progress [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/pubsub [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/reexec [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/signal [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/stack [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/stdcopy [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/streamformatter [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/stringid [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/sysinfo [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/system [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/tailfile [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/tarsum [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/truncindex [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/urlutil [2022-03-16T06:49:20.735Z] github.com/docker/docker/pkg/useragent [2022-03-16T06:49:20.735Z] github.com/docker/docker/plugin [2022-03-16T06:49:20.735Z] github.com/docker/docker/plugin/executor/containerd [2022-03-16T06:49:20.735Z] github.com/docker/docker/plugin/v2 [2022-03-16T06:49:20.735Z] github.com/docker/docker/profiles/apparmor [2022-03-16T06:49:20.735Z] github.com/docker/docker/profiles/seccomp [2022-03-16T06:49:20.735Z] github.com/docker/docker/quota [2022-03-16T06:49:20.735Z] github.com/docker/docker/reference [2022-03-16T06:49:20.735Z] github.com/docker/docker/registry [2022-03-16T06:49:20.735Z] github.com/docker/docker/registry/resumable [2022-03-16T06:49:20.735Z] github.com/docker/docker/restartmanager [2022-03-16T06:49:20.735Z] github.com/docker/docker/rootless [2022-03-16T06:49:20.735Z] github.com/docker/docker/rootless/specconv [2022-03-16T06:49:20.735Z] github.com/docker/docker/runconfig [2022-03-16T06:49:20.735Z] github.com/docker/docker/runconfig/opts [2022-03-16T06:49:20.735Z] github.com/docker/docker/testutil [2022-03-16T06:49:20.735Z] github.com/docker/docker/testutil/daemon [2022-03-16T06:49:20.735Z] github.com/docker/docker/testutil/environment [2022-03-16T06:49:20.735Z] github.com/docker/docker/testutil/fakecontext [2022-03-16T06:49:20.735Z] github.com/docker/docker/testutil/fakegit [2022-03-16T06:49:20.735Z] github.com/docker/docker/testutil/fakestorage [2022-03-16T06:49:20.735Z] github.com/docker/docker/testutil/fixtures/load [2022-03-16T06:49:20.735Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-16T06:49:20.735Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-16T06:49:20.735Z] github.com/docker/docker/testutil/registry [2022-03-16T06:49:20.735Z] github.com/docker/docker/testutil/request [2022-03-16T06:49:20.735Z] github.com/docker/docker/volume [2022-03-16T06:49:20.735Z] github.com/docker/docker/volume/drivers [2022-03-16T06:49:20.735Z] github.com/docker/docker/volume/local [2022-03-16T06:49:20.735Z] github.com/docker/docker/volume/mounts [2022-03-16T06:49:20.735Z] github.com/docker/docker/volume/service [2022-03-16T06:49:20.735Z] github.com/docker/docker/volume/service/opts [2022-03-16T06:49:20.735Z] github.com/docker/docker/volume/testutils' [2022-03-16T06:49:20.735Z] + base_pkg_list='github.com/docker/docker/api [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/backend/build [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/httputils [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/middleware [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/build [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/container [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/debug [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/distribution [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/grpc [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/image [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/network [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/plugin [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/session [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/swarm [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/system [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/server/router/volume [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/backend [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/blkiodev [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/container [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/events [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/filters [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/image [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/mount [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/network [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/registry [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/strslice [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/swarm [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/time [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/versions [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-16T06:49:20.735Z] github.com/docker/docker/api/types/volume [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/builder-next/worker [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/dockerfile [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/remotecontext [2022-03-16T06:49:20.735Z] github.com/docker/docker/builder/remotecontext/git [2022-03-16T06:49:20.735Z] github.com/docker/docker/cli [2022-03-16T06:49:20.735Z] github.com/docker/docker/cli/config [2022-03-16T06:49:20.735Z] github.com/docker/docker/cli/debug [2022-03-16T06:49:20.735Z] github.com/docker/docker/client [2022-03-16T06:49:20.735Z] github.com/docker/docker/cmd/docker-proxy [2022-03-16T06:49:20.735Z] github.com/docker/docker/cmd/dockerd [2022-03-16T06:49:20.735Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-16T06:49:20.735Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-16T06:49:20.735Z] github.com/docker/docker/container [2022-03-16T06:49:20.735Z] github.com/docker/docker/container/stream [2022-03-16T06:49:20.735Z] github.com/docker/docker/contrib/apparmor [2022-03-16T06:49:20.735Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-16T06:49:20.735Z] github.com/docker/docker/contrib/httpserver [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster/convert [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster/executor [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/cluster/provider [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/config [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/events [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/events/testutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/exec [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/images [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/initlayer [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/links [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/listeners [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/gelf [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/journald [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/local [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/logentries [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/splunk [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/syslog [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/logger/templates [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/names [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/network [2022-03-16T06:49:20.735Z] github.com/docker/docker/daemon/stats [2022-03-16T06:49:20.736Z] github.com/docker/docker/distribution [2022-03-16T06:49:20.736Z] github.com/docker/docker/distribution/metadata [2022-03-16T06:49:20.736Z] github.com/docker/docker/distribution/utils [2022-03-16T06:49:20.736Z] github.com/docker/docker/distribution/xfer [2022-03-16T06:49:20.736Z] github.com/docker/docker/dockerversion [2022-03-16T06:49:20.736Z] github.com/docker/docker/errdefs [2022-03-16T06:49:20.736Z] github.com/docker/docker/image [2022-03-16T06:49:20.736Z] github.com/docker/docker/image/cache [2022-03-16T06:49:20.736Z] github.com/docker/docker/image/tarexport [2022-03-16T06:49:20.736Z] github.com/docker/docker/image/v1 [2022-03-16T06:49:20.736Z] github.com/docker/docker/internal/test/suite [2022-03-16T06:49:20.736Z] github.com/docker/docker/layer [2022-03-16T06:49:20.736Z] github.com/docker/docker/libcontainerd [2022-03-16T06:49:20.736Z] github.com/docker/docker/libcontainerd/queue [2022-03-16T06:49:20.736Z] github.com/docker/docker/libcontainerd/remote [2022-03-16T06:49:20.736Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-16T06:49:20.736Z] github.com/docker/docker/libcontainerd/types [2022-03-16T06:49:20.736Z] github.com/docker/docker/oci [2022-03-16T06:49:20.736Z] github.com/docker/docker/oci/caps [2022-03-16T06:49:20.736Z] github.com/docker/docker/opts [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/aaparser [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/archive [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/authorization [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/broadcaster [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/capabilities [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/chrootarchive [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/containerfs [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/devicemapper [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/directory [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/dmesg [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/filenotify [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/fileutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/fsutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/homedir [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/idtools [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/ioutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/jsonmessage [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/longpath [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/loopback [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/namesgenerator [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/parsers [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/pidfile [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/platform [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugingetter [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugins [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugins/transport [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/pools [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/progress [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/pubsub [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/reexec [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/signal [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/stack [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/stdcopy [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/streamformatter [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/stringid [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/sysinfo [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/system [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/tailfile [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/tarsum [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/truncindex [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/urlutil [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/useragent [2022-03-16T06:49:20.736Z] github.com/docker/docker/plugin [2022-03-16T06:49:20.736Z] github.com/docker/docker/plugin/executor/containerd [2022-03-16T06:49:20.736Z] github.com/docker/docker/plugin/v2 [2022-03-16T06:49:20.736Z] github.com/docker/docker/profiles/apparmor [2022-03-16T06:49:20.736Z] github.com/docker/docker/profiles/seccomp [2022-03-16T06:49:20.736Z] github.com/docker/docker/quota [2022-03-16T06:49:20.736Z] github.com/docker/docker/reference [2022-03-16T06:49:20.736Z] github.com/docker/docker/registry [2022-03-16T06:49:20.736Z] github.com/docker/docker/registry/resumable [2022-03-16T06:49:20.736Z] github.com/docker/docker/restartmanager [2022-03-16T06:49:20.736Z] github.com/docker/docker/rootless [2022-03-16T06:49:20.736Z] github.com/docker/docker/rootless/specconv [2022-03-16T06:49:20.736Z] github.com/docker/docker/runconfig [2022-03-16T06:49:20.736Z] github.com/docker/docker/runconfig/opts [2022-03-16T06:49:20.736Z] github.com/docker/docker/testutil [2022-03-16T06:49:20.736Z] github.com/docker/docker/testutil/daemon [2022-03-16T06:49:20.736Z] github.com/docker/docker/testutil/environment [2022-03-16T06:49:20.736Z] github.com/docker/docker/testutil/fakecontext [2022-03-16T06:49:20.736Z] github.com/docker/docker/testutil/fakegit [2022-03-16T06:49:20.736Z] github.com/docker/docker/testutil/fakestorage [2022-03-16T06:49:20.736Z] github.com/docker/docker/testutil/fixtures/load [2022-03-16T06:49:20.736Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-16T06:49:20.736Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-16T06:49:20.736Z] github.com/docker/docker/testutil/registry [2022-03-16T06:49:20.736Z] github.com/docker/docker/testutil/request [2022-03-16T06:49:20.736Z] github.com/docker/docker/volume [2022-03-16T06:49:20.736Z] github.com/docker/docker/volume/drivers [2022-03-16T06:49:20.736Z] github.com/docker/docker/volume/local [2022-03-16T06:49:20.736Z] github.com/docker/docker/volume/mounts [2022-03-16T06:49:20.736Z] github.com/docker/docker/volume/service [2022-03-16T06:49:20.736Z] github.com/docker/docker/volume/service/opts [2022-03-16T06:49:20.736Z] github.com/docker/docker/volume/testutils' [2022-03-16T06:49:20.736Z] ++ grep --fixed-strings /libnetwork [2022-03-16T06:49:20.736Z] ++ echo 'github.com/docker/docker/api [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/backend/build [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/httputils [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/middleware [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/build [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/container [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/debug [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/distribution [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/grpc [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/image [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/network [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/plugin [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/session [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/swarm [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/system [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/server/router/volume [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/backend [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/blkiodev [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/container [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/events [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/filters [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/image [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/mount [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/network [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/registry [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/strslice [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/swarm [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/time [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/versions [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-16T06:49:20.736Z] github.com/docker/docker/api/types/volume [2022-03-16T06:49:20.736Z] github.com/docker/docker/builder [2022-03-16T06:49:20.736Z] github.com/docker/docker/builder/builder-next [2022-03-16T06:49:20.736Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-16T06:49:20.736Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-16T06:49:20.736Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-16T06:49:20.736Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-16T06:49:20.736Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-16T06:49:20.736Z] github.com/docker/docker/builder/builder-next/worker [2022-03-16T06:49:20.736Z] github.com/docker/docker/builder/dockerfile [2022-03-16T06:49:20.736Z] github.com/docker/docker/builder/remotecontext [2022-03-16T06:49:20.736Z] github.com/docker/docker/builder/remotecontext/git [2022-03-16T06:49:20.736Z] github.com/docker/docker/cli [2022-03-16T06:49:20.736Z] github.com/docker/docker/cli/config [2022-03-16T06:49:20.736Z] github.com/docker/docker/cli/debug [2022-03-16T06:49:20.736Z] github.com/docker/docker/client [2022-03-16T06:49:20.736Z] github.com/docker/docker/cmd/docker-proxy [2022-03-16T06:49:20.736Z] github.com/docker/docker/cmd/dockerd [2022-03-16T06:49:20.736Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-16T06:49:20.736Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-16T06:49:20.736Z] github.com/docker/docker/container [2022-03-16T06:49:20.736Z] github.com/docker/docker/container/stream [2022-03-16T06:49:20.736Z] github.com/docker/docker/contrib/apparmor [2022-03-16T06:49:20.736Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-16T06:49:20.736Z] github.com/docker/docker/contrib/httpserver [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/cluster [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/cluster/convert [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/cluster/executor [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/cluster/provider [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/config [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/events [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/events/testutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/exec [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/images [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/initlayer [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/links [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/listeners [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/gelf [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/journald [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/local [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/logentries [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/splunk [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/syslog [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/logger/templates [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/names [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/network [2022-03-16T06:49:20.736Z] github.com/docker/docker/daemon/stats [2022-03-16T06:49:20.736Z] github.com/docker/docker/distribution [2022-03-16T06:49:20.736Z] github.com/docker/docker/distribution/metadata [2022-03-16T06:49:20.736Z] github.com/docker/docker/distribution/utils [2022-03-16T06:49:20.736Z] github.com/docker/docker/distribution/xfer [2022-03-16T06:49:20.736Z] github.com/docker/docker/dockerversion [2022-03-16T06:49:20.736Z] github.com/docker/docker/errdefs [2022-03-16T06:49:20.736Z] github.com/docker/docker/image [2022-03-16T06:49:20.736Z] github.com/docker/docker/image/cache [2022-03-16T06:49:20.736Z] github.com/docker/docker/image/tarexport [2022-03-16T06:49:20.736Z] github.com/docker/docker/image/v1 [2022-03-16T06:49:20.736Z] github.com/docker/docker/internal/test/suite [2022-03-16T06:49:20.736Z] github.com/docker/docker/layer [2022-03-16T06:49:20.736Z] github.com/docker/docker/libcontainerd [2022-03-16T06:49:20.736Z] github.com/docker/docker/libcontainerd/queue [2022-03-16T06:49:20.736Z] github.com/docker/docker/libcontainerd/remote [2022-03-16T06:49:20.736Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-16T06:49:20.736Z] github.com/docker/docker/libcontainerd/types [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/config [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/idm [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/ns [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/options [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/osl [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/libnetwork/types [2022-03-16T06:49:20.736Z] github.com/docker/docker/oci [2022-03-16T06:49:20.736Z] github.com/docker/docker/oci/caps [2022-03-16T06:49:20.736Z] github.com/docker/docker/opts [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/aaparser [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/archive [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/authorization [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/broadcaster [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/capabilities [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/chrootarchive [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/containerfs [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/devicemapper [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/directory [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/dmesg [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/filenotify [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/fileutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/fsutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/homedir [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/idtools [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/ioutils [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/jsonmessage [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/longpath [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/loopback [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/namesgenerator [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/parsers [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/pidfile [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/platform [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugingetter [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugins [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/plugins/transport [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/pools [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/progress [2022-03-16T06:49:20.736Z] github.com/docker/docker/pkg/pubsub [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/reexec [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/signal [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/stack [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/stdcopy [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/streamformatter [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/stringid [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/sysinfo [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/system [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/tailfile [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/tarsum [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/truncindex [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/urlutil [2022-03-16T06:49:20.737Z] github.com/docker/docker/pkg/useragent [2022-03-16T06:49:20.737Z] github.com/docker/docker/plugin [2022-03-16T06:49:20.737Z] github.com/docker/docker/plugin/executor/containerd [2022-03-16T06:49:20.737Z] github.com/docker/docker/plugin/v2 [2022-03-16T06:49:20.737Z] github.com/docker/docker/profiles/apparmor [2022-03-16T06:49:20.737Z] github.com/docker/docker/profiles/seccomp [2022-03-16T06:49:20.737Z] github.com/docker/docker/quota [2022-03-16T06:49:20.737Z] github.com/docker/docker/reference [2022-03-16T06:49:20.737Z] github.com/docker/docker/registry [2022-03-16T06:49:20.737Z] github.com/docker/docker/registry/resumable [2022-03-16T06:49:20.737Z] github.com/docker/docker/restartmanager [2022-03-16T06:49:20.737Z] github.com/docker/docker/rootless [2022-03-16T06:49:20.737Z] github.com/docker/docker/rootless/specconv [2022-03-16T06:49:20.737Z] github.com/docker/docker/runconfig [2022-03-16T06:49:20.737Z] github.com/docker/docker/runconfig/opts [2022-03-16T06:49:20.737Z] github.com/docker/docker/testutil [2022-03-16T06:49:20.737Z] github.com/docker/docker/testutil/daemon [2022-03-16T06:49:20.737Z] github.com/docker/docker/testutil/environment [2022-03-16T06:49:20.737Z] github.com/docker/docker/testutil/fakecontext [2022-03-16T06:49:20.737Z] github.com/docker/docker/testutil/fakegit [2022-03-16T06:49:20.737Z] github.com/docker/docker/testutil/fakestorage [2022-03-16T06:49:20.737Z] github.com/docker/docker/testutil/fixtures/load [2022-03-16T06:49:20.737Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-16T06:49:20.737Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-16T06:49:20.737Z] github.com/docker/docker/testutil/registry [2022-03-16T06:49:20.737Z] github.com/docker/docker/testutil/request [2022-03-16T06:49:20.737Z] github.com/docker/docker/volume [2022-03-16T06:49:20.737Z] github.com/docker/docker/volume/drivers [2022-03-16T06:49:20.737Z] github.com/docker/docker/volume/local [2022-03-16T06:49:20.737Z] github.com/docker/docker/volume/mounts [2022-03-16T06:49:20.737Z] github.com/docker/docker/volume/service [2022-03-16T06:49:20.737Z] github.com/docker/docker/volume/service/opts [2022-03-16T06:49:20.737Z] github.com/docker/docker/volume/testutils' [2022-03-16T06:49:20.737Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/config [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/idm [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ns [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/options [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/osl [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/types' [2022-03-16T06:49:20.737Z] + echo 'github.com/docker/docker/libnetwork [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/config [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/idm [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/ns [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/options [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/osl [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/types' [2022-03-16T06:49:20.737Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T06:49:20.737Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T06:49:20.737Z] + type docker-proxy [2022-03-16T06:49:20.737Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-16T06:49:20.737Z] + hack/make.sh binary-proxy install-proxy [2022-03-16T06:49:20.737Z] [2022-03-16T06:49:20.737Z] Removing bundles/ [2022-03-16T06:49:20.737Z] [2022-03-16T06:49:20.737Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-16T06:49:20.737Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-16T06:49:20.737Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T06:49:23.247Z] #19 95.70 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-03-16T06:49:23.247Z] #19 95.70 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:23.247Z] #19 95.71 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:49:23.247Z] #19 95.74 Selecting previously unselected package patch. [2022-03-16T06:49:23.247Z] #19 95.74 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-03-16T06:49:23.247Z] #19 95.74 Unpacking patch (2.7.6-7) ... [2022-03-16T06:49:23.247Z] #19 95.78 Selecting previously unselected package dpkg-dev. [2022-03-16T06:49:23.247Z] #19 95.79 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-03-16T06:49:23.247Z] #19 95.79 Unpacking dpkg-dev (1.20.9) ... [2022-03-16T06:49:23.247Z] #19 95.91 Selecting previously unselected package libconfig-inifiles-perl. [2022-03-16T06:49:23.247Z] #19 95.92 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-03-16T06:49:23.247Z] #19 95.92 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-03-16T06:49:23.247Z] #19 95.95 Selecting previously unselected package libio-string-perl. [2022-03-16T06:49:23.247Z] #19 95.95 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-03-16T06:49:23.247Z] #19 95.96 Unpacking libio-string-perl (1.08-3.1) ... [2022-03-16T06:49:23.247Z] #19 95.99 Selecting previously unselected package libicu67:amd64. [2022-03-16T06:49:23.247Z] #19 95.99 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-03-16T06:49:23.247Z] #19 95.99 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-16T06:49:23.811Z] #19 96.98 Selecting previously unselected package libxml2:amd64. [2022-03-16T06:49:24.068Z] #19 96.98 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-16T06:49:24.068Z] #19 97.00 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-16T06:49:24.068Z] #19 97.14 Selecting previously unselected package libxml-namespacesupport-perl. [2022-03-16T06:49:24.068Z] #19 97.14 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-03-16T06:49:24.068Z] #19 97.15 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-16T06:49:24.068Z] #19 97.17 Selecting previously unselected package libxml-sax-base-perl. [2022-03-16T06:49:24.068Z] #19 97.17 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-03-16T06:49:24.068Z] #19 97.18 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-03-16T06:49:24.068Z] #19 97.21 Selecting previously unselected package libxml-sax-perl. [2022-03-16T06:49:24.068Z] #19 97.21 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-03-16T06:49:24.068Z] #19 97.22 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-03-16T06:49:24.068Z] #19 97.26 Selecting previously unselected package libxml-libxml-perl. [2022-03-16T06:49:24.324Z] #19 97.26 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-03-16T06:49:24.324Z] #19 97.26 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-16T06:49:24.324Z] #19 97.32 Selecting previously unselected package libxml-simple-perl. [2022-03-16T06:49:24.324Z] #19 97.32 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-03-16T06:49:24.324Z] #19 97.32 Unpacking libxml-simple-perl (2.25-1) ... [2022-03-16T06:49:24.324Z] #19 97.36 Selecting previously unselected package libyaml-perl. [2022-03-16T06:49:24.324Z] #19 97.36 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-03-16T06:49:24.324Z] #19 97.36 Unpacking libyaml-perl (1.30-1) ... [2022-03-16T06:49:24.324Z] #19 97.40 Selecting previously unselected package libconfig-auto-perl. [2022-03-16T06:49:24.324Z] #19 97.40 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-03-16T06:49:24.324Z] #19 97.40 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-03-16T06:49:24.324Z] #19 97.43 Selecting previously unselected package libfile-which-perl. [2022-03-16T06:49:24.324Z] #19 97.43 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-03-16T06:49:24.324Z] #19 97.43 Unpacking libfile-which-perl (1.23-1) ... [2022-03-16T06:49:24.324Z] #19 97.46 Selecting previously unselected package libfile-homedir-perl. [2022-03-16T06:49:24.581Z] #19 97.46 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-03-16T06:49:24.581Z] #19 97.47 Unpacking libfile-homedir-perl (1.006-1) ... [2022-03-16T06:49:24.581Z] #19 97.50 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-03-16T06:49:24.581Z] #19 97.50 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-03-16T06:49:24.581Z] #19 97.50 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-16T06:49:24.581Z] #19 97.54 Selecting previously unselected package dpkg-cross. [2022-03-16T06:49:24.581Z] #19 97.54 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-03-16T06:49:24.581Z] #19 97.54 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-03-16T06:49:24.581Z] #19 97.58 Selecting previously unselected package crossbuild-essential-arm64. [2022-03-16T06:49:24.581Z] #19 97.58 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-03-16T06:49:24.581Z] #19 97.58 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-03-16T06:49:24.581Z] #19 97.61 Selecting previously unselected package libc6-armel-cross. [2022-03-16T06:49:24.581Z] #19 97.61 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-03-16T06:49:24.581Z] #19 97.61 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-03-16T06:49:24.837Z] #19 97.74 Selecting previously unselected package libgcc-s1-armel-cross. [2022-03-16T06:49:24.837Z] #19 97.74 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:24.837Z] #19 97.75 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:49:24.837Z] #19 97.78 Selecting previously unselected package libgomp1-armel-cross. [2022-03-16T06:49:24.837Z] #19 97.78 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:24.837Z] #19 97.78 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:49:24.837Z] #19 97.82 Selecting previously unselected package libatomic1-armel-cross. [2022-03-16T06:49:24.837Z] #19 97.82 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:24.837Z] #19 97.83 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:49:24.837Z] #19 97.85 Selecting previously unselected package libasan6-armel-cross. [2022-03-16T06:49:24.837Z] #19 97.86 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:24.837Z] #19 97.86 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:49:25.094Z] #19 98.09 Selecting previously unselected package libstdc++6-armel-cross. [2022-03-16T06:49:25.094Z] #19 98.09 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:25.094Z] #19 98.09 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:49:25.094Z] #19 98.16 Selecting previously unselected package libubsan1-armel-cross. [2022-03-16T06:49:25.094Z] #19 98.16 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:25.094Z] #19 98.17 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:49:25.351Z] #19 98.26 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-03-16T06:49:25.351Z] #19 98.26 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:25.351Z] #19 98.26 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:49:25.351Z] #19 98.38 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-03-16T06:49:25.351Z] #19 98.38 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:25.351Z] #19 98.39 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-16T06:49:27.296Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-16T06:49:27.296Z] [2022-03-16T06:49:27.296Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-16T06:49:27.296Z] Installing docker-proxy to /usr/local/bin/ [2022-03-16T06:49:27.296Z] [2022-03-16T06:49:27.296Z] + mkdir -p bundles [2022-03-16T06:49:27.296Z] + '[' -n 'github.com/docker/docker/api [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/backend/build [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/httputils [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/middleware [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/build [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/container [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/debug [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/distribution [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/grpc [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/image [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/network [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/plugin [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/session [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/swarm [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/system [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/server/router/volume [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/backend [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/blkiodev [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/container [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/events [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/filters [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/image [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/mount [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/network [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/registry [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/strslice [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/swarm [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/time [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/versions [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-16T06:49:27.296Z] github.com/docker/docker/api/types/volume [2022-03-16T06:49:27.296Z] github.com/docker/docker/builder [2022-03-16T06:49:27.296Z] github.com/docker/docker/builder/builder-next [2022-03-16T06:49:27.296Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-16T06:49:27.296Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-16T06:49:27.296Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-16T06:49:27.296Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-16T06:49:27.296Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-16T06:49:27.296Z] github.com/docker/docker/builder/builder-next/worker [2022-03-16T06:49:27.296Z] github.com/docker/docker/builder/dockerfile [2022-03-16T06:49:27.296Z] github.com/docker/docker/builder/remotecontext [2022-03-16T06:49:27.296Z] github.com/docker/docker/builder/remotecontext/git [2022-03-16T06:49:27.296Z] github.com/docker/docker/cli [2022-03-16T06:49:27.296Z] github.com/docker/docker/cli/config [2022-03-16T06:49:27.296Z] github.com/docker/docker/cli/debug [2022-03-16T06:49:27.296Z] github.com/docker/docker/client [2022-03-16T06:49:27.296Z] github.com/docker/docker/cmd/docker-proxy [2022-03-16T06:49:27.296Z] github.com/docker/docker/cmd/dockerd [2022-03-16T06:49:27.296Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-16T06:49:27.296Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-16T06:49:27.296Z] github.com/docker/docker/container [2022-03-16T06:49:27.296Z] github.com/docker/docker/container/stream [2022-03-16T06:49:27.296Z] github.com/docker/docker/contrib/apparmor [2022-03-16T06:49:27.296Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-16T06:49:27.296Z] github.com/docker/docker/contrib/httpserver [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/cluster [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/cluster/convert [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/cluster/executor [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/cluster/provider [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/config [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/events [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/events/testutils [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/exec [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/images [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/initlayer [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/links [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/listeners [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/gelf [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/journald [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/local [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/logentries [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/splunk [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/syslog [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/logger/templates [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/names [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/network [2022-03-16T06:49:27.296Z] github.com/docker/docker/daemon/stats [2022-03-16T06:49:27.296Z] github.com/docker/docker/distribution [2022-03-16T06:49:27.296Z] github.com/docker/docker/distribution/metadata [2022-03-16T06:49:27.296Z] github.com/docker/docker/distribution/utils [2022-03-16T06:49:27.296Z] github.com/docker/docker/distribution/xfer [2022-03-16T06:49:27.296Z] github.com/docker/docker/dockerversion [2022-03-16T06:49:27.296Z] github.com/docker/docker/errdefs [2022-03-16T06:49:27.296Z] github.com/docker/docker/image [2022-03-16T06:49:27.296Z] github.com/docker/docker/image/cache [2022-03-16T06:49:27.296Z] github.com/docker/docker/image/tarexport [2022-03-16T06:49:27.297Z] github.com/docker/docker/image/v1 [2022-03-16T06:49:27.297Z] github.com/docker/docker/internal/test/suite [2022-03-16T06:49:27.297Z] github.com/docker/docker/layer [2022-03-16T06:49:27.297Z] github.com/docker/docker/libcontainerd [2022-03-16T06:49:27.297Z] github.com/docker/docker/libcontainerd/queue [2022-03-16T06:49:27.297Z] github.com/docker/docker/libcontainerd/remote [2022-03-16T06:49:27.297Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-16T06:49:27.297Z] github.com/docker/docker/libcontainerd/types [2022-03-16T06:49:27.297Z] github.com/docker/docker/oci [2022-03-16T06:49:27.297Z] github.com/docker/docker/oci/caps [2022-03-16T06:49:27.297Z] github.com/docker/docker/opts [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/aaparser [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/archive [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/authorization [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/broadcaster [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/capabilities [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/chrootarchive [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/containerfs [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/devicemapper [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/directory [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/dmesg [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/filenotify [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/fileutils [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/fsutils [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/homedir [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/idtools [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/ioutils [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/jsonmessage [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/longpath [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/loopback [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/namesgenerator [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/parsers [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/pidfile [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/platform [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/plugingetter [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/plugins [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/plugins/transport [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/pools [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/progress [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/pubsub [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/reexec [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/signal [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/stack [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/stdcopy [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/streamformatter [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/stringid [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/sysinfo [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/system [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/tailfile [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/tarsum [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/truncindex [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/urlutil [2022-03-16T06:49:27.297Z] github.com/docker/docker/pkg/useragent [2022-03-16T06:49:27.297Z] github.com/docker/docker/plugin [2022-03-16T06:49:27.297Z] github.com/docker/docker/plugin/executor/containerd [2022-03-16T06:49:27.297Z] github.com/docker/docker/plugin/v2 [2022-03-16T06:49:27.297Z] github.com/docker/docker/profiles/apparmor [2022-03-16T06:49:27.297Z] github.com/docker/docker/profiles/seccomp [2022-03-16T06:49:27.297Z] github.com/docker/docker/quota [2022-03-16T06:49:27.297Z] github.com/docker/docker/reference [2022-03-16T06:49:27.297Z] github.com/docker/docker/registry [2022-03-16T06:49:27.297Z] github.com/docker/docker/registry/resumable [2022-03-16T06:49:27.297Z] github.com/docker/docker/restartmanager [2022-03-16T06:49:27.297Z] github.com/docker/docker/rootless [2022-03-16T06:49:27.297Z] github.com/docker/docker/rootless/specconv [2022-03-16T06:49:27.297Z] github.com/docker/docker/runconfig [2022-03-16T06:49:27.297Z] github.com/docker/docker/runconfig/opts [2022-03-16T06:49:27.297Z] github.com/docker/docker/testutil [2022-03-16T06:49:27.297Z] github.com/docker/docker/testutil/daemon [2022-03-16T06:49:27.297Z] github.com/docker/docker/testutil/environment [2022-03-16T06:49:27.297Z] github.com/docker/docker/testutil/fakecontext [2022-03-16T06:49:27.297Z] github.com/docker/docker/testutil/fakegit [2022-03-16T06:49:27.297Z] github.com/docker/docker/testutil/fakestorage [2022-03-16T06:49:27.297Z] github.com/docker/docker/testutil/fixtures/load [2022-03-16T06:49:27.297Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-16T06:49:27.297Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-16T06:49:27.297Z] github.com/docker/docker/testutil/registry [2022-03-16T06:49:27.297Z] github.com/docker/docker/testutil/request [2022-03-16T06:49:27.297Z] github.com/docker/docker/volume [2022-03-16T06:49:27.297Z] github.com/docker/docker/volume/drivers [2022-03-16T06:49:27.297Z] github.com/docker/docker/volume/local [2022-03-16T06:49:27.297Z] github.com/docker/docker/volume/mounts [2022-03-16T06:49:27.297Z] github.com/docker/docker/volume/service [2022-03-16T06:49:27.297Z] github.com/docker/docker/volume/service/opts [2022-03-16T06:49:27.297Z] github.com/docker/docker/volume/testutils' ']' [2022-03-16T06:49:27.297Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/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-16T06:49:27.555Z] ? github.com/docker/docker/api [no test files] [2022-03-16T06:49:28.291Z] #60 105.4 + bin/containerd [2022-03-16T06:49:29.751Z] 037d5740b404: Verifying Checksum [2022-03-16T06:49:29.751Z] 037d5740b404: Download complete [2022-03-16T06:49:30.601Z] #19 103.1 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-03-16T06:49:30.601Z] #19 103.1 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:30.601Z] #19 103.1 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-16T06:49:30.601Z] #19 103.2 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-03-16T06:49:30.601Z] #19 103.2 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-03-16T06:49:30.601Z] #19 103.2 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-16T06:49:30.601Z] #19 103.3 Selecting previously unselected package libc6-dev-armel-cross. [2022-03-16T06:49:30.601Z] #19 103.3 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-03-16T06:49:30.601Z] #19 103.3 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-16T06:49:30.601Z] #19 103.6 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-03-16T06:49:30.601Z] #19 103.6 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:30.601Z] #19 103.6 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:49:30.601Z] #19 103.8 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-03-16T06:49:30.858Z] #19 103.8 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:30.858Z] #19 103.8 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-16T06:49:34.838Z] #60 112.0 # github.com/containerd/containerd/cmd/containerd [2022-03-16T06:49:34.838Z] #60 112.0 /usr/bin/ld: /tmp/go-link-957295841/000019.o: in function `New': [2022-03-16T06:49:34.838Z] #60 112.0 /tmp/tmp.deTWWa2aHa/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-16T06:49:34.838Z] #60 112.1 + bin/containerd-stress [2022-03-16T06:49:34.838Z] #60 113.3 + bin/containerd-shim [2022-03-16T06:49:36.113Z] #19 108.4 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-03-16T06:49:36.113Z] #19 108.4 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:36.113Z] #19 108.4 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-16T06:49:36.113Z] #19 108.5 Selecting previously unselected package crossbuild-essential-armel. [2022-03-16T06:49:36.113Z] #19 108.5 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-03-16T06:49:36.113Z] #19 108.6 Unpacking crossbuild-essential-armel (12.9) ... [2022-03-16T06:49:36.113Z] #19 108.7 Selecting previously unselected package libc6-armhf-cross. [2022-03-16T06:49:36.113Z] #19 108.7 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-03-16T06:49:36.113Z] #19 108.7 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-03-16T06:49:36.113Z] #19 109.2 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-03-16T06:49:36.113Z] #19 109.2 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:36.113Z] #19 109.3 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:49:36.677Z] #19 109.6 Selecting previously unselected package libgomp1-armhf-cross. [2022-03-16T06:49:36.677Z] #19 109.6 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:36.677Z] #19 109.6 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:49:36.677Z] #19 109.6 Selecting previously unselected package libatomic1-armhf-cross. [2022-03-16T06:49:36.677Z] #19 109.6 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:36.677Z] #19 109.6 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:49:36.677Z] #19 109.6 Selecting previously unselected package libasan6-armhf-cross. [2022-03-16T06:49:36.677Z] #19 109.6 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:36.677Z] #19 109.6 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:49:36.677Z] #19 109.9 Selecting previously unselected package libstdc++6-armhf-cross. [2022-03-16T06:49:36.677Z] #19 109.9 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:36.934Z] #19 109.9 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:49:36.934Z] #19 109.9 Selecting previously unselected package libubsan1-armhf-cross. [2022-03-16T06:49:36.934Z] #19 109.9 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:36.934Z] #19 109.9 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:49:36.934Z] #19 110.0 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-03-16T06:49:36.934Z] #19 110.0 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:36.934Z] #19 110.0 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:49:36.934Z] #19 110.2 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-03-16T06:49:37.190Z] #19 110.2 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:37.190Z] #19 110.2 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-16T06:49:42.441Z] #19 114.9 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-03-16T06:49:42.441Z] #19 114.9 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:42.441Z] #19 114.9 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-16T06:49:42.441Z] #19 114.9 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-03-16T06:49:42.441Z] #19 114.9 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-03-16T06:49:42.441Z] #19 114.9 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-16T06:49:42.441Z] #19 115.2 Selecting previously unselected package libc6-dev-armhf-cross. [2022-03-16T06:49:42.441Z] #19 115.2 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-03-16T06:49:42.441Z] #19 115.2 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-16T06:49:42.441Z] #19 115.5 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-03-16T06:49:42.441Z] #19 115.5 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:42.441Z] #19 115.5 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:49:42.442Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2022-03-16T06:49:42.698Z] #19 115.8 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-03-16T06:49:42.698Z] #19 115.8 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:42.698Z] #19 115.8 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-16T06:49:44.844Z] #60 123.6 + bin/containerd-shim-runc-v1 [2022-03-16T06:49:47.951Z] #19 120.2 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-03-16T06:49:47.952Z] #19 120.2 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:47.952Z] #19 120.2 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-16T06:49:47.952Z] #19 120.3 Selecting previously unselected package crossbuild-essential-armhf. [2022-03-16T06:49:47.952Z] #19 120.3 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-03-16T06:49:47.952Z] #19 120.3 Unpacking crossbuild-essential-armhf (12.9) ... [2022-03-16T06:49:47.952Z] #19 120.3 Selecting previously unselected package libc6-ppc64el-cross. [2022-03-16T06:49:47.952Z] #19 120.3 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-16T06:49:47.952Z] #19 120.3 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-16T06:49:47.952Z] #19 120.6 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-03-16T06:49:47.952Z] #19 120.6 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:47.952Z] #19 120.6 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:47.952Z] #19 120.8 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-03-16T06:49:47.952Z] #19 120.8 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:47.952Z] #19 120.8 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:47.952Z] #19 120.8 Selecting previously unselected package libitm1-ppc64el-cross. [2022-03-16T06:49:47.952Z] #19 120.8 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:47.952Z] #19 120.8 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:47.952Z] #19 120.9 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-03-16T06:49:47.952Z] #19 120.9 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:47.952Z] #19 120.9 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:47.952Z] #19 120.9 Selecting previously unselected package libasan6-ppc64el-cross. [2022-03-16T06:49:47.952Z] #19 120.9 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:47.952Z] #19 120.9 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:48.208Z] #19 121.1 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-03-16T06:49:48.208Z] #19 121.1 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:48.208Z] #19 121.1 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:48.208Z] #19 121.3 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-03-16T06:49:48.208Z] #19 121.3 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:48.208Z] #19 121.3 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:48.475Z] #19 121.5 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-03-16T06:49:48.475Z] #19 121.5 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:48.475Z] #19 121.5 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:48.475Z] #19 121.6 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-03-16T06:49:48.746Z] #19 121.6 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:48.746Z] #19 121.6 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:48.746Z] #19 121.7 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-03-16T06:49:48.746Z] #19 121.7 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:48.746Z] #19 121.7 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:48.746Z] #19 121.8 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-03-16T06:49:48.746Z] #19 121.8 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:48.746Z] #19 121.8 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:49.008Z] #19 122.0 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-03-16T06:49:49.008Z] #19 122.0 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:49.008Z] #19 122.0 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:49:49.031Z] #60 129.3 + bin/containerd-shim-runc-v2 [2022-03-16T06:49:49.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-16T06:49:49.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-16T06:49:49.967Z] #60 130.0 + binaries [2022-03-16T06:49:49.967Z] #60 130.0 + install -D bin/containerd /build/containerd [2022-03-16T06:49:49.967Z] #60 130.1 + install -D bin/containerd-shim /build/containerd-shim [2022-03-16T06:49:49.967Z] #60 130.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-16T06:49:49.967Z] #60 130.1 + install -D bin/ctr /build/ctr [2022-03-16T06:49:54.150Z] #60 DONE 133.9s [2022-03-16T06:49:54.263Z] #19 126.6 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-03-16T06:49:54.263Z] #19 126.6 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:54.263Z] #19 126.6 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:49:54.263Z] #19 126.7 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-03-16T06:49:54.263Z] #19 126.7 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-03-16T06:49:54.263Z] #19 126.7 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-16T06:49:54.263Z] #19 126.8 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-03-16T06:49:54.263Z] #19 126.8 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-16T06:49:54.263Z] #19 126.8 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-16T06:49:54.263Z] #19 127.1 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-03-16T06:49:54.263Z] #19 127.1 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:54.263Z] #19 127.1 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:49:54.263Z] #19 127.4 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-03-16T06:49:54.519Z] #19 127.4 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:54.519Z] #19 127.4 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:49:54.716Z] [2022-03-16T06:49:54.716Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-16T06:49:54.716Z] #61 sha256:aebf2c0de33018e8acefa2aef77fe664ab5c05a6ee1da07ecfa3cb688fbc14eb [2022-03-16T06:49:55.287Z] 8f616e6e9eec: Verifying Checksum [2022-03-16T06:49:55.287Z] 8f616e6e9eec: Download complete [2022-03-16T06:49:56.624Z] #61 DONE 1.8s [2022-03-16T06:49:56.624Z] [2022-03-16T06:49:56.624Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-16T06:49:56.624Z] #66 sha256:d52f13f02368e213c6f4f89103d4ce371794f51b0a9e01b3a017651eb63ec9c8 [2022-03-16T06:49:56.624Z] #66 DONE 0.3s [2022-03-16T06:49:56.624Z] [2022-03-16T06:49:56.624Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-16T06:49:56.624Z] #71 sha256:a7d570fdce63b94a0a4f6e6cd82cd386b0f2b7658512410c1f7f1f92f9b15547 [2022-03-16T06:49:58.147Z] 8f616e6e9eec: Pull complete [2022-03-16T06:49:58.528Z] #71 DONE 1.5s [2022-03-16T06:49:58.528Z] [2022-03-16T06:49:58.528Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-16T06:49:58.528Z] #72 sha256:4e54fa1ee8f0853ac261933e2758b04f281fb8f8491d6728310ef815a8497f76 [2022-03-16T06:49:58.528Z] #72 DONE 0.0s [2022-03-16T06:49:58.528Z] [2022-03-16T06:49:58.528Z] #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-16T06:49:58.528Z] #73 sha256:b225dd15a1d9ea512da7202c0401e9caa9f9deeaeced68e050c1c27190a1165d [2022-03-16T06:49:58.688Z] #19 131.7 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-03-16T06:49:58.688Z] #19 131.8 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:49:58.688Z] #19 131.8 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:49:58.688Z] #19 131.8 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-03-16T06:49:58.688Z] #19 131.8 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-03-16T06:49:58.688Z] #19 131.8 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-03-16T06:49:58.688Z] #19 131.8 Selecting previously unselected package libc6-s390x-cross. [2022-03-16T06:49:58.688Z] #19 131.8 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-03-16T06:49:58.688Z] #19 131.8 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-03-16T06:49:58.787Z] #73 0.810 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-16T06:49:58.945Z] #19 132.0 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-03-16T06:49:58.945Z] #19 132.0 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:58.945Z] #19 132.0 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:49:58.945Z] #19 132.0 Selecting previously unselected package libgomp1-s390x-cross. [2022-03-16T06:49:58.945Z] #19 132.0 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:58.945Z] #19 132.0 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:49:58.945Z] #19 132.0 Selecting previously unselected package libitm1-s390x-cross. [2022-03-16T06:49:58.945Z] #19 132.0 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:58.945Z] #19 132.0 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:49:58.945Z] #19 132.1 Selecting previously unselected package libatomic1-s390x-cross. [2022-03-16T06:49:58.945Z] #19 132.1 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:58.945Z] #19 132.1 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:49:58.945Z] #19 132.1 Selecting previously unselected package libasan6-s390x-cross. [2022-03-16T06:49:58.945Z] #19 132.1 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:59.045Z] #73 0.889 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-16T06:49:59.202Z] #19 132.1 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:49:59.202Z] #19 132.3 Selecting previously unselected package libstdc++6-s390x-cross. [2022-03-16T06:49:59.202Z] #19 132.3 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:59.202Z] #19 132.3 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:49:59.304Z] #73 1.059 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-16T06:49:59.458Z] #19 132.4 Selecting previously unselected package libubsan1-s390x-cross. [2022-03-16T06:49:59.458Z] #19 132.4 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:59.458Z] #19 132.4 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:49:59.458Z] #19 132.5 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-03-16T06:49:59.458Z] #19 132.5 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:49:59.458Z] #19 132.5 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:49:59.458Z] #19 132.6 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-03-16T06:49:59.714Z] #19 132.6 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:49:59.714Z] #19 132.6 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:49:59.872Z] #73 1.140 Reading package lists... [2022-03-16T06:50:00.131Z] #73 1.630 Reading package lists... [2022-03-16T06:50:00.390Z] #73 2.130 Building dependency tree... [2022-03-16T06:50:00.390Z] #73 2.244 Reading state information... [2022-03-16T06:50:00.390Z] #73 2.361 The following additional packages will be installed: [2022-03-16T06:50:00.647Z] #73 2.362 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-03-16T06:50:00.647Z] #73 2.362 systemd-timesyncd [2022-03-16T06:50:00.647Z] #73 2.363 Suggested packages: [2022-03-16T06:50:00.647Z] #73 2.363 systemd-container policykit-1 [2022-03-16T06:50:00.647Z] #73 2.363 Recommended packages: [2022-03-16T06:50:00.647Z] #73 2.363 libnss-systemd [2022-03-16T06:50:00.647Z] #73 2.442 The following NEW packages will be installed: [2022-03-16T06:50:00.647Z] #73 2.442 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-03-16T06:50:00.647Z] #73 2.443 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2022-03-16T06:50:00.904Z] #73 2.799 0 upgraded, 11 newly installed, 0 to remove and 4 not upgraded. [2022-03-16T06:50:00.904Z] #73 2.799 Need to get 5941 kB of archives. [2022-03-16T06:50:00.904Z] #73 2.799 After this operation, 19.5 MB of additional disk space will be used. [2022-03-16T06:50:00.904Z] #73 2.799 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-03-16T06:50:00.904Z] #73 2.890 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-03-16T06:50:00.905Z] #73 2.911 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-16T06:50:01.470Z] #73 3.088 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-03-16T06:50:01.470Z] #73 3.281 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2022-03-16T06:50:01.727Z] #73 3.567 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2022-03-16T06:50:02.294Z] #73 4.243 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2022-03-16T06:50:02.552Z] #73 4.339 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-03-16T06:50:02.552Z] #73 4.525 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-03-16T06:50:02.811Z] #73 4.749 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2022-03-16T06:50:02.811Z] #73 4.754 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-16T06:50:03.069Z] #73 4.979 debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T06:50:03.069Z] #73 5.011 Fetched 5941 kB in 2s (2574 kB/s) [2022-03-16T06:50:03.069Z] #73 5.036 Selecting previously unselected package libargon2-1:amd64. [2022-03-16T06:50:03.069Z] #73 5.036 (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-16T06:50:03.069Z] #73 5.052 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-03-16T06:50:03.069Z] #73 5.060 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-16T06:50:03.069Z] #73 5.095 Selecting previously unselected package libjson-c5:amd64. [2022-03-16T06:50:03.328Z] #73 5.098 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2022-03-16T06:50:03.328Z] #73 5.102 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-03-16T06:50:03.328Z] #73 5.140 Selecting previously unselected package libcryptsetup12:amd64. [2022-03-16T06:50:03.328Z] #73 5.143 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-03-16T06:50:03.328Z] #73 5.146 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-16T06:50:03.328Z] #73 5.200 Selecting previously unselected package libkmod2:amd64. [2022-03-16T06:50:03.328Z] #73 5.203 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2022-03-16T06:50:03.328Z] #73 5.208 Unpacking libkmod2:amd64 (28-1) ... [2022-03-16T06:50:03.328Z] #73 5.249 Selecting previously unselected package systemd-timesyncd. [2022-03-16T06:50:03.328Z] #73 5.252 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2022-03-16T06:50:03.328Z] #73 5.256 Unpacking systemd-timesyncd (247.3-6) ... [2022-03-16T06:50:03.328Z] #73 5.308 Selecting previously unselected package systemd. [2022-03-16T06:50:03.587Z] #73 5.311 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2022-03-16T06:50:03.587Z] #73 5.346 Unpacking systemd (247.3-6) ... [2022-03-16T06:50:03.884Z] #19 137.1 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-03-16T06:50:04.140Z] #19 137.1 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:50:04.140Z] #19 137.1 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:50:04.140Z] #19 137.1 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-03-16T06:50:04.140Z] #19 137.1 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-03-16T06:50:04.140Z] #19 137.1 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-16T06:50:04.152Z] #73 5.942 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-16T06:50:04.152Z] #73 5.952 Setting up libjson-c5:amd64 (0.15-2) ... [2022-03-16T06:50:04.152Z] #73 5.965 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-16T06:50:04.152Z] #73 5.977 Setting up libkmod2:amd64 (28-1) ... [2022-03-16T06:50:04.152Z] #73 5.990 Setting up systemd (247.3-6) ... [2022-03-16T06:50:04.152Z] #73 6.028 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-03-16T06:50:04.152Z] #73 6.030 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-03-16T06:50:04.152Z] #73 6.033 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-03-16T06:50:04.396Z] #19 137.3 Selecting previously unselected package libc6-dev-s390x-cross. [2022-03-16T06:50:04.396Z] #19 137.3 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-03-16T06:50:04.396Z] #19 137.3 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-16T06:50:04.652Z] #19 137.6 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-03-16T06:50:04.652Z] #19 137.6 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-16T06:50:04.652Z] #19 137.6 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:50:04.652Z] #19 137.8 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-03-16T06:50:04.718Z] #73 6.422 Setting up systemd-timesyncd (247.3-6) ... [2022-03-16T06:50:04.718Z] #73 6.639 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-16T06:50:04.718Z] #73 6.639 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-16T06:50:04.718Z] #73 6.727 Selecting previously unselected package systemd-sysv. [2022-03-16T06:50:04.910Z] #19 137.8 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-16T06:50:04.910Z] #19 137.8 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:50:04.976Z] #73 6.727 (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-16T06:50:04.976Z] #73 6.742 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2022-03-16T06:50:04.976Z] #73 6.746 Unpacking systemd-sysv (247.3-6) ... [2022-03-16T06:50:04.976Z] #73 6.789 Selecting previously unselected package libdbus-1-3:amd64. [2022-03-16T06:50:04.976Z] #73 6.792 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-03-16T06:50:04.976Z] #73 6.795 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-16T06:50:04.976Z] #73 6.853 Selecting previously unselected package dbus. [2022-03-16T06:50:04.976Z] #73 6.856 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-03-16T06:50:04.976Z] #73 6.866 Unpacking dbus (1.12.20-2) ... [2022-03-16T06:50:04.976Z] #73 6.923 Selecting previously unselected package libpam-systemd:amd64. [2022-03-16T06:50:04.976Z] #73 6.926 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2022-03-16T06:50:04.976Z] #73 6.930 Unpacking libpam-systemd:amd64 (247.3-6) ... [2022-03-16T06:50:04.976Z] #73 6.978 Selecting previously unselected package dbus-user-session. [2022-03-16T06:50:05.235Z] #73 6.981 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-03-16T06:50:05.235Z] #73 6.985 Unpacking dbus-user-session (1.12.20-2) ... [2022-03-16T06:50:05.235Z] #73 7.083 Setting up systemd-sysv (247.3-6) ... [2022-03-16T06:50:05.235Z] #73 7.096 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-16T06:50:05.235Z] #73 7.108 Setting up dbus (1.12.20-2) ... [2022-03-16T06:50:05.235Z] #73 7.231 invoke-rc.d: could not determine current runlevel [2022-03-16T06:50:05.493Z] #73 7.234 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-16T06:50:05.493Z] #73 7.238 Setting up libpam-systemd:amd64 (247.3-6) ... [2022-03-16T06:50:05.751Z] #73 7.401 Setting up dbus-user-session (1.12.20-2) ... [2022-03-16T06:50:05.751Z] #73 7.417 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-16T06:50:05.751Z] #73 DONE 7.6s [2022-03-16T06:50:05.751Z] [2022-03-16T06:50:05.751Z] #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-16T06:50:05.751Z] #74 sha256:f76153579a93f5ddae7ad7507e57b2a2ae42d30696aa67d336d6daba59da64cb [2022-03-16T06:50:06.267Z] #74 0.389 % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-16T06:50:06.267Z] #74 0.390 Dload Upload Total Spent Left Speed [2022-03-16T06:50:06.267Z] #74 0.393 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 6221 0 --:--:-- --:--:-- --:--:-- 6221 [2022-03-16T06:50:06.527Z] #74 DONE 0.7s [2022-03-16T06:50:06.527Z] [2022-03-16T06:50:06.527Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-16T06:50:06.527Z] #75 sha256:6b13652d0c4b14b529d6e689574433282a26cf21355e5a6bc65cdb029d712957 [2022-03-16T06:50:07.463Z] #75 DONE 0.9s [2022-03-16T06:50:07.463Z] [2022-03-16T06:50:07.463Z] #76 exporting to image [2022-03-16T06:50:07.463Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-16T06:50:07.463Z] #76 exporting layers [2022-03-16T06:50:09.079Z] #19 142.0 Selecting previously unselected package g++-s390x-linux-gnu. [2022-03-16T06:50:09.079Z] #19 142.0 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-16T06:50:09.079Z] #19 142.0 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:50:09.079Z] #19 142.1 Selecting previously unselected package crossbuild-essential-s390x. [2022-03-16T06:50:09.079Z] #19 142.1 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-03-16T06:50:09.079Z] #19 142.1 Unpacking crossbuild-essential-s390x (12.9) ... [2022-03-16T06:50:09.079Z] #19 142.1 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-03-16T06:50:09.079Z] #19 142.1 Setting up libfile-which-perl (1.23-1) ... [2022-03-16T06:50:09.079Z] #19 142.2 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-16T06:50:09.079Z] #19 142.2 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-03-16T06:50:09.079Z] #19 142.2 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-16T06:50:09.079Z] #19 142.2 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-16T06:50:09.079Z] #19 142.2 Setting up libicu67:amd64 (67.1-7) ... [2022-03-16T06:50:09.079Z] #19 142.2 Setting up libmagic-mgc (1:5.39-3) ... [2022-03-16T06:50:09.079Z] #19 142.2 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-16T06:50:09.079Z] #19 142.2 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-03-16T06:50:09.079Z] #19 142.2 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-03-16T06:50:09.335Z] #19 142.3 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-16T06:50:09.335Z] #19 142.3 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-16T06:50:09.335Z] #19 142.3 Setting up file (1:5.39-3) ... [2022-03-16T06:50:09.335Z] #19 142.3 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-16T06:50:09.335Z] #19 142.3 Setting up bzip2 (1.0.8-4) ... [2022-03-16T06:50:09.335Z] #19 142.3 Setting up libyaml-perl (1.30-1) ... [2022-03-16T06:50:09.335Z] #19 142.3 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-16T06:50:09.335Z] #19 142.3 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-03-16T06:50:09.335Z] #19 142.3 Setting up libio-string-perl (1.08-3.1) ... [2022-03-16T06:50:09.335Z] #19 142.4 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-16T06:50:09.335Z] #19 142.4 Setting up cross-config (2.6.18+nmu1) ... [2022-03-16T06:50:09.335Z] #19 142.5 Setting up xz-utils (5.2.5-2) ... [2022-03-16T06:50:09.335Z] #19 142.5 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-16T06:50:09.335Z] #19 142.5 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-03-16T06:50:09.335Z] #19 142.5 Setting up patch (2.7.6-7) ... [2022-03-16T06:50:09.335Z] #19 142.5 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-16T06:50:09.335Z] #19 142.5 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-16T06:50:09.335Z] #19 142.5 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.335Z] #19 142.5 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-16T06:50:09.335Z] #19 142.6 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-03-16T06:50:09.335Z] #19 142.6 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.335Z] #19 142.6 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.591Z] #19 142.6 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-16T06:50:09.591Z] #19 142.6 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-16T06:50:09.591Z] #19 142.6 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.591Z] #19 142.6 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:50:09.591Z] #19 142.6 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-16T06:50:09.591Z] #19 142.6 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-16T06:50:09.591Z] #19 142.7 Setting up libfile-homedir-perl (1.006-1) ... [2022-03-16T06:50:09.591Z] #19 142.7 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-16T06:50:09.591Z] #19 142.7 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.591Z] #19 142.7 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-16T06:50:09.591Z] #19 142.7 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-16T06:50:09.591Z] #19 142.7 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-03-16T06:50:09.591Z] #19 142.7 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:50:09.591Z] #19 142.7 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-16T06:50:09.591Z] #19 142.7 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-16T06:50:09.591Z] #19 142.8 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.591Z] #19 142.8 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-16T06:50:09.591Z] #19 142.8 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.8 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.8 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.8 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.8 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.8 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.9 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-16T06:50:09.848Z] #19 142.9 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.9 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.9 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.9 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.9 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-16T06:50:09.848Z] #19 142.9 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.9 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.9 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 142.9 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-16T06:50:09.848Z] #19 143.0 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 143.0 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:50:09.848Z] #19 143.0 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.104Z] #19 143.0 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-03-16T06:50:10.104Z] #19 143.1 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-03-16T06:50:10.104Z] #19 143.1 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-16T06:50:10.104Z] #19 143.3 [2022-03-16T06:50:10.104Z] #19 143.3 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-16T06:50:10.361Z] #19 143.3 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.361Z] #19 143.3 Setting up dpkg-dev (1.20.9) ... [2022-03-16T06:50:10.361Z] #19 143.3 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.361Z] #19 143.3 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-16T06:50:10.361Z] #19 143.3 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.361Z] #19 143.4 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.361Z] #19 143.4 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.361Z] #19 143.4 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.361Z] #19 143.4 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-16T06:50:10.361Z] #19 143.4 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.361Z] #19 143.4 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.361Z] #19 143.4 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.361Z] #19 143.4 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.361Z] #19 143.4 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-16T06:50:10.361Z] #19 143.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-03-16T06:50:10.617Z] #19 143.6 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-03-16T06:50:10.617Z] #19 143.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-16T06:50:10.617Z] #19 143.7 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-16T06:50:10.617Z] #19 143.8 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:50:10.617Z] #19 143.8 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:50:10.617Z] #19 143.8 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.617Z] #19 143.8 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-16T06:50:10.617Z] #19 143.8 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.617Z] #19 143.8 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.617Z] #19 143.8 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:50:10.617Z] #19 143.8 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-16T06:50:10.617Z] #19 143.8 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 143.9 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 143.9 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 143.9 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 143.9 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 143.9 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 143.9 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 143.9 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:50:10.873Z] #19 143.9 Setting up libxml-simple-perl (2.25-1) ... [2022-03-16T06:50:10.873Z] #19 143.9 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-16T06:50:10.873Z] #19 143.9 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 144.0 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-16T06:50:10.873Z] #19 144.0 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 144.0 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 144.0 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 144.0 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 144.0 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 144.0 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-03-16T06:50:10.873Z] #19 144.0 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 144.0 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:50:10.873Z] #19 144.0 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:50:11.129Z] #19 144.1 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:50:11.129Z] #19 144.1 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-16T06:50:11.129Z] #19 144.1 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-16T06:50:11.129Z] #19 144.1 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-16T06:50:11.129Z] #19 144.1 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:50:11.129Z] #19 144.1 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-16T06:50:11.129Z] #19 144.1 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:50:11.129Z] #19 144.1 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:50:11.129Z] #19 144.2 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-16T06:50:11.129Z] #19 144.2 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:50:11.129Z] #19 144.2 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:50:11.129Z] #19 144.2 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-16T06:50:11.129Z] #19 144.2 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:50:11.129Z] #19 144.2 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-03-16T06:50:11.129Z] #19 144.2 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:50:11.129Z] #19 144.3 Setting up crossbuild-essential-armel (12.9) ... [2022-03-16T06:50:11.385Z] #19 144.3 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-16T06:50:11.385Z] #19 144.3 Setting up crossbuild-essential-armhf (12.9) ... [2022-03-16T06:50:11.385Z] #19 144.3 Setting up crossbuild-essential-arm64 (12.9) ... [2022-03-16T06:50:11.385Z] #19 144.3 Setting up crossbuild-essential-s390x (12.9) ... [2022-03-16T06:50:11.385Z] #19 144.3 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-03-16T06:50:11.385Z] #19 144.3 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-16T06:50:11.794Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-16T06:50:11.953Z] #19 DONE 144.9s [2022-03-16T06:50:11.953Z] [2022-03-16T06:50:11.953Z] #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-16T06:50:11.953Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-16T06:50:11.953Z] #45 ... [2022-03-16T06:50:11.953Z] [2022-03-16T06:50:11.953Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-16T06:50:11.953Z] #69 sha256:f5ccbbbcc080ff9f9f93016f84e9b68bc36c9003c23aef9944a8f5c7d6ffdea4 [2022-03-16T06:50:11.953Z] #69 DONE 0.2s [2022-03-16T06:50:11.953Z] [2022-03-16T06:50:11.953Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-16T06:50:11.953Z] #32 sha256:dcfbfd08a742bb0ab2ba363c42d4b53f58b408ede44d3170d8cd4fc4fb560c45 [2022-03-16T06:50:11.953Z] #32 DONE 0.2s [2022-03-16T06:50:12.211Z] [2022-03-16T06:50:12.211Z] #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-16T06:50:12.211Z] #33 sha256:6ac423df53e7affd355c510ee24445963b9d40d13abf212d5f328e59ce3c3c62 [2022-03-16T06:50:13.581Z] #33 1.384 + RM_GOPATH=0 [2022-03-16T06:50:13.581Z] #33 1.384 + TMP_GOPATH= [2022-03-16T06:50:13.581Z] #33 1.384 + : /build [2022-03-16T06:50:13.581Z] #33 1.384 + '[' -z '' ']' [2022-03-16T06:50:13.581Z] #33 1.384 ++ mktemp -d [2022-03-16T06:50:13.581Z] #33 1.386 + export GOPATH=/tmp/tmp.8hDPxziZQI [2022-03-16T06:50:13.581Z] #33 1.386 + GOPATH=/tmp/tmp.8hDPxziZQI [2022-03-16T06:50:13.581Z] #33 1.386 + RM_GOPATH=1 [2022-03-16T06:50:13.581Z] #33 1.386 + case "$(go env GOARCH)" in [2022-03-16T06:50:13.581Z] #33 1.387 ++ go env GOARCH [2022-03-16T06:50:13.581Z] #33 1.391 + export GO_BUILDMODE=-buildmode=pie [2022-03-16T06:50:13.581Z] #33 1.391 + GO_BUILDMODE=-buildmode=pie [2022-03-16T06:50:13.581Z] #33 1.392 ++ dirname /install.sh [2022-03-16T06:50:13.581Z] #33 1.392 + dir=/ [2022-03-16T06:50:13.581Z] #33 1.393 + bin=dockercli [2022-03-16T06:50:13.581Z] #33 1.393 + shift [2022-03-16T06:50:13.581Z] #33 1.393 + '[' '!' -f //dockercli.installer ']' [2022-03-16T06:50:13.581Z] #33 1.394 + . //dockercli.installer [2022-03-16T06:50:13.581Z] #33 1.394 ++ : stable [2022-03-16T06:50:13.581Z] #33 1.394 ++ : 17.06.2-ce [2022-03-16T06:50:13.581Z] #33 1.395 + install_dockercli [2022-03-16T06:50:13.581Z] #33 1.395 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-16T06:50:13.581Z] #33 1.395 Install docker/cli version 17.06.2-ce from stable [2022-03-16T06:50:13.581Z] #33 1.397 ++ uname -m [2022-03-16T06:50:13.581Z] #33 1.402 + arch=x86_64 [2022-03-16T06:50:13.581Z] #33 1.404 + '[' x86_64 '!=' x86_64 ']' [2022-03-16T06:50:13.581Z] #33 1.404 + url=https://download.docker.com/linux/static [2022-03-16T06:50:13.581Z] #33 1.404 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-16T06:50:13.581Z] #33 1.404 + tar -xz docker/docker [2022-03-16T06:50:14.023Z] #76 exporting layers 6.2s done [2022-03-16T06:50:14.023Z] #76 writing image sha256:65c6f07d392e9111660f6707d554a49faa7b21d59c44664315e1e723341a1c10 done [2022-03-16T06:50:14.023Z] #76 naming to docker.io/library/docker:087600309fefa4038c48ed2d73a2539a836934cb done [2022-03-16T06:50:14.023Z] #76 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-16T06:50:14.365Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=087600309fefa4038c48ed2d73a2539a836934cb -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:087600309fefa4038c48ed2d73a2539a836934cb hack/make.sh dynbinary test-integration [2022-03-16T06:50:14.624Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-16T06:50:14.624Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-16T06:50:14.624Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-16T06:50:14.624Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-16T06:50:14.624Z] 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-16T06:50:14.624Z] Detected virtualization docker. [2022-03-16T06:50:14.624Z] Detected architecture x86-64. [2022-03-16T06:50:14.624Z] Set hostname to <32780d24f266>. [2022-03-16T06:50:14.882Z] modprobe@configfs.service: Succeeded. [2022-03-16T06:50:14.882Z] modprobe@drm.service: Succeeded. [2022-03-16T06:50:14.882Z] modprobe@fuse.service: Succeeded. [2022-03-16T06:50:14.931Z] #60 149.9 # github.com/containerd/containerd/cmd/containerd [2022-03-16T06:50:14.931Z] #60 149.9 /usr/bin/ld: /tmp/go-link-2617051466/000019.o: in function `New': [2022-03-16T06:50:14.931Z] #60 149.9 /tmp/tmp.lkcbPwiZSd/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-16T06:50:14.931Z] #60 150.0 + bin/containerd-stress [2022-03-16T06:50:14.931Z] #60 151.2 + bin/containerd-shim [2022-03-16T06:50:15.140Z] + source /etc/docker-entrypoint-cmd [2022-03-16T06:50:15.140Z] ++ hack/make.sh dynbinary test-integration [2022-03-16T06:50:15.140Z] [2022-03-16T06:50:15.140Z] Removing bundles/ [2022-03-16T06:50:15.140Z] [2022-03-16T06:50:15.140Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-16T06:50:15.140Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-16T06:50:15.140Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T06:50:16.858Z] #33 4.575 + mkdir -p /build [2022-03-16T06:50:16.858Z] #33 4.578 + mv docker/docker /build/ [2022-03-16T06:50:16.858Z] #33 4.580 + rmdir docker [2022-03-16T06:50:16.858Z] #33 DONE 4.8s [2022-03-16T06:50:16.858Z] [2022-03-16T06:50:16.858Z] #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-16T06:50:16.858Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-16T06:50:16.858Z] #45 1.850 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-16T06:50:16.858Z] #45 1.850 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-16T06:50:16.858Z] #45 1.850 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-16T06:50:16.858Z] #45 2.158 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-16T06:50:16.858Z] #45 2.577 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-16T06:50:16.858Z] #45 3.040 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-16T06:50:16.858Z] #45 3.469 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-16T06:50:16.858Z] #45 4.020 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-16T06:50:16.858Z] #45 4.471 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-16T06:50:16.858Z] #45 4.475 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-16T06:50:16.858Z] #45 4.485 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-16T06:50:16.858Z] #45 4.487 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-16T06:50:16.858Z] #45 4.498 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-16T06:50:16.858Z] #45 4.949 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-16T06:50:16.858Z] #45 4.984 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-16T06:50:16.858Z] #45 4.984 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-16T06:50:16.858Z] #45 4.984 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-16T06:50:16.858Z] #45 4.984 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-16T06:50:19.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-16T06:50:20.132Z] #45 ... [2022-03-16T06:50:20.132Z] [2022-03-16T06:50:20.132Z] #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-16T06:50:20.132Z] #70 sha256:24e8c16cb8b322800cd310cdd19837be303a7bcb64bf70d4c0ba69338b6b5714 [2022-03-16T06:50:20.132Z] #70 1.274 + RM_GOPATH=0 [2022-03-16T06:50:20.132Z] #70 1.274 + TMP_GOPATH= [2022-03-16T06:50:20.132Z] #70 1.274 + : /build [2022-03-16T06:50:20.132Z] #70 1.274 + '[' -z '' ']' [2022-03-16T06:50:20.132Z] #70 1.274 ++ mktemp -d [2022-03-16T06:50:20.132Z] #70 1.277 + export GOPATH=/tmp/tmp.WHE0csHGcj [2022-03-16T06:50:20.132Z] #70 1.277 + GOPATH=/tmp/tmp.WHE0csHGcj [2022-03-16T06:50:20.132Z] #70 1.277 + RM_GOPATH=1 [2022-03-16T06:50:20.132Z] #70 1.277 + case "$(go env GOARCH)" in [2022-03-16T06:50:20.132Z] #70 1.277 ++ go env GOARCH [2022-03-16T06:50:20.132Z] #70 1.281 + export GO_BUILDMODE=-buildmode=pie [2022-03-16T06:50:20.132Z] #70 1.281 + GO_BUILDMODE=-buildmode=pie [2022-03-16T06:50:20.132Z] #70 1.281 ++ dirname /install.sh [2022-03-16T06:50:20.132Z] #70 1.284 + dir=/ [2022-03-16T06:50:20.132Z] #70 1.284 + bin=rootlesskit [2022-03-16T06:50:20.132Z] #70 1.284 + shift [2022-03-16T06:50:20.132Z] #70 1.284 + '[' '!' -f //rootlesskit.installer ']' [2022-03-16T06:50:20.132Z] #70 1.284 + . //rootlesskit.installer [2022-03-16T06:50:20.132Z] #70 1.284 ++ : v0.14.6 [2022-03-16T06:50:20.132Z] #70 1.284 + install_rootlesskit [2022-03-16T06:50:20.132Z] #70 1.284 + case "$1" in [2022-03-16T06:50:20.132Z] #70 1.284 + export CGO_ENABLED=0 [2022-03-16T06:50:20.132Z] #70 1.284 + CGO_ENABLED=0 [2022-03-16T06:50:20.132Z] #70 1.284 + _install_rootlesskit [2022-03-16T06:50:20.132Z] #70 1.285 + echo 'Install rootlesskit version v0.14.6' [2022-03-16T06:50:20.132Z] #70 1.285 Install rootlesskit version v0.14.6 [2022-03-16T06:50:20.132Z] #70 1.285 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-16T06:50:20.132Z] #70 1.285 + GOBIN=/build [2022-03-16T06:50:20.132Z] #70 1.285 + GO111MODULE=on [2022-03-16T06:50:20.132Z] #70 1.285 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-16T06:50:20.132Z] #70 1.661 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-16T06:50:20.132Z] #70 3.083 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-16T06:50:20.133Z] #70 3.104 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-16T06:50:20.133Z] #70 3.402 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-16T06:50:20.133Z] #70 4.334 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-16T06:50:20.133Z] #70 4.589 go: downloading github.com/google/uuid v1.3.0 [2022-03-16T06:50:20.133Z] #70 4.613 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-16T06:50:20.133Z] #70 4.994 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-16T06:50:20.133Z] #70 5.055 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-16T06:50:20.133Z] #70 5.149 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-16T06:50:20.133Z] #70 5.245 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-16T06:50:20.133Z] #70 5.476 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-16T06:50:20.133Z] #70 5.507 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-16T06:50:20.133Z] #70 5.562 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-16T06:50:20.133Z] #70 6.484 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-16T06:50:22.028Z] #70 ... [2022-03-16T06:50:22.028Z] [2022-03-16T06:50:22.028Z] #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-16T06:50:22.028Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-16T06:50:22.028Z] #65 1.781 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-16T06:50:22.028Z] #65 1.781 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-16T06:50:22.028Z] #65 1.781 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-16T06:50:22.028Z] #65 2.105 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-16T06:50:22.028Z] #65 2.456 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-16T06:50:22.028Z] #65 2.965 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-16T06:50:22.028Z] #65 3.411 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-16T06:50:22.028Z] #65 4.012 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-16T06:50:22.028Z] #65 4.535 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-16T06:50:22.028Z] #65 4.536 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-16T06:50:22.028Z] #65 4.551 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-16T06:50:22.028Z] #65 4.559 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-16T06:50:22.028Z] #65 4.562 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-16T06:50:22.028Z] #65 5.137 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-16T06:50:22.028Z] #65 5.151 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-16T06:50:22.028Z] #65 5.151 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-16T06:50:22.028Z] #65 5.151 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-16T06:50:22.028Z] #65 5.151 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-16T06:50:22.028Z] #65 ... [2022-03-16T06:50:22.028Z] [2022-03-16T06:50:22.028Z] #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-16T06:50:22.028Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-16T06:50:22.028Z] #20 1.690 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-16T06:50:22.028Z] #20 1.690 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-16T06:50:22.028Z] #20 1.690 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-16T06:50:22.028Z] #20 1.839 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-16T06:50:22.028Z] #20 2.151 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-16T06:50:22.028Z] #20 2.590 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-16T06:50:22.028Z] #20 3.049 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-16T06:50:22.028Z] #20 3.598 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-16T06:50:22.028Z] #20 4.058 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-16T06:50:22.028Z] #20 4.065 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-16T06:50:22.028Z] #20 4.070 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-16T06:50:22.028Z] #20 4.078 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-16T06:50:22.028Z] #20 4.085 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-16T06:50:22.028Z] #20 4.455 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-16T06:50:22.028Z] #20 4.463 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-16T06:50:22.028Z] #20 4.464 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-16T06:50:22.028Z] #20 4.469 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-16T06:50:22.028Z] #20 4.471 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-16T06:50:24.889Z] #60 161.3 + bin/containerd-shim-runc-v1 [2022-03-16T06:50:29.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-16T06:50:29.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-16T06:50:29.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-16T06:50:30.126Z] #20 18.19 Fetched 40.4 MB in 17s (2406 kB/s) [2022-03-16T06:50:30.144Z] #60 167.0 + bin/containerd-shim-runc-v2 [2022-03-16T06:50:30.383Z] #20 18.19 Reading package lists... [2022-03-16T06:50:30.383Z] #20 ... [2022-03-16T06:50:30.383Z] [2022-03-16T06:50:30.383Z] #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-16T06:50:30.383Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-16T06:50:30.383Z] #45 18.57 Fetched 40.4 MB in 17s (2378 kB/s) [2022-03-16T06:50:30.714Z] #60 167.7 + binaries [2022-03-16T06:50:30.715Z] #60 167.7 + install -D bin/containerd /build/containerd [2022-03-16T06:50:30.715Z] #60 167.7 + install -D bin/containerd-shim /build/containerd-shim [2022-03-16T06:50:30.715Z] #60 167.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-16T06:50:30.715Z] #60 167.7 + install -D bin/ctr /build/ctr [2022-03-16T06:50:30.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-16T06:50:31.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-16T06:50:31.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-16T06:50:33.231Z] #60 DONE 170.0s [2022-03-16T06:50:33.793Z] [2022-03-16T06:50:33.793Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-16T06:50:33.793Z] #61 sha256:1fb2793763e17e17d6a55463fdb15e40f8b66824d9bf578164eeb3d0f9672623 [2022-03-16T06:50:34.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-16T06:50:34.721Z] #61 DONE 1.0s [2022-03-16T06:50:34.721Z] [2022-03-16T06:50:34.721Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-16T06:50:34.721Z] #66 sha256:4348411b687f9148b0d7347a2b0ee81fc3360c8a4d3545082c44d4faee5bba43 [2022-03-16T06:50:34.978Z] #66 DONE 0.2s [2022-03-16T06:50:34.978Z] [2022-03-16T06:50:34.978Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-16T06:50:34.978Z] #71 sha256:223bcf1afd2e35218f8894212239f2c11f5d36f168a399d791f7beffaabb7bb5 [2022-03-16T06:50:35.234Z] #71 DONE 0.3s [2022-03-16T06:50:35.234Z] [2022-03-16T06:50:35.234Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-16T06:50:35.234Z] #72 sha256:c1c638abf9cfb76c738148208e72e8d6673bb3d2048d3e4b76fb8537cd0b11de [2022-03-16T06:50:35.234Z] #72 DONE 0.0s [2022-03-16T06:50:35.234Z] [2022-03-16T06:50:35.234Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-16T06:50:35.234Z] #73 sha256:30c719bc41aa83118ff4e47256196d9ccb2bfbc1a313c403277b372cfc090568 [2022-03-16T06:50:35.404Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-16T06:50:36.163Z] #73 DONE 0.9s [2022-03-16T06:50:36.163Z] [2022-03-16T06:50:36.163Z] #74 exporting to image [2022-03-16T06:50:36.163Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-16T06:50:36.163Z] #74 exporting layers [2022-03-16T06:50:36.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-16T06:50:36.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-16T06:50:37.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-16T06:50:38.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-16T06:50:38.483Z] #45 18.57 Reading package lists... [2022-03-16T06:50:38.483Z] #45 ... [2022-03-16T06:50:38.483Z] [2022-03-16T06:50:38.483Z] #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-16T06:50:38.483Z] #70 sha256:24e8c16cb8b322800cd310cdd19837be303a7bcb64bf70d4c0ba69338b6b5714 [2022-03-16T06:50:38.483Z] #70 25.83 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-16T06:50:38.483Z] #70 25.83 + GOBIN=/build [2022-03-16T06:50:38.483Z] #70 25.83 + GO111MODULE=on [2022-03-16T06:50:38.483Z] #70 25.83 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-16T06:50:39.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-16T06:50:40.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-16T06:50:40.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-16T06:50:41.017Z] #70 ... [2022-03-16T06:50:41.017Z] [2022-03-16T06:50:41.017Z] #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-16T06:50:41.017Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-16T06:50:41.017Z] #65 18.76 Fetched 40.4 MB in 17s (2344 kB/s) [2022-03-16T06:50:41.017Z] #65 18.76 Reading package lists... [2022-03-16T06:50:41.017Z] #65 27.45 Reading package lists... [2022-03-16T06:50:41.017Z] #65 ... [2022-03-16T06:50:41.017Z] [2022-03-16T06:50:41.017Z] #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-16T06:50:41.017Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-16T06:50:41.017Z] #20 18.19 Reading package lists... [2022-03-16T06:50:41.583Z] #20 27.49 Reading package lists... [2022-03-16T06:50:41.583Z] #20 ... [2022-03-16T06:50:41.583Z] [2022-03-16T06:50:41.583Z] #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-16T06:50:41.583Z] #70 sha256:24e8c16cb8b322800cd310cdd19837be303a7bcb64bf70d4c0ba69338b6b5714 [2022-03-16T06:50:41.583Z] #70 29.43 rootlesskit version 0.14.6 [2022-03-16T06:50:41.583Z] #70 29.44 Usage of /build/rootlesskit-docker-proxy: [2022-03-16T06:50:41.583Z] #70 29.44 -container-ip string [2022-03-16T06:50:41.583Z] #70 29.44 container ip [2022-03-16T06:50:41.583Z] #70 29.44 -container-port int [2022-03-16T06:50:41.583Z] #70 29.44 container port (default -1) [2022-03-16T06:50:41.583Z] #70 29.44 -host-ip string [2022-03-16T06:50:41.583Z] #70 29.44 host ip [2022-03-16T06:50:41.583Z] #70 29.44 -host-port int [2022-03-16T06:50:41.583Z] #70 29.44 host port (default -1) [2022-03-16T06:50:41.583Z] #70 29.44 -proto string [2022-03-16T06:50:41.583Z] #70 29.44 proxy protocol (default "tcp") [2022-03-16T06:50:41.583Z] #70 DONE 29.6s [2022-03-16T06:50:41.583Z] [2022-03-16T06:50:41.583Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-16T06:50:41.583Z] #71 sha256:280f4e81007a88d20286bd747e8df6d0c9c9b440ade2872b4df82619e1bf7c92 [2022-03-16T06:50:41.583Z] #71 DONE 0.0s [2022-03-16T06:50:41.841Z] [2022-03-16T06:50:41.841Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-16T06:50:41.841Z] #72 sha256:44d1eaec074b544cf3d5da8c7482b2a233587a0a57afbbc90437128b93c17574 [2022-03-16T06:50:41.841Z] #72 DONE 0.1s [2022-03-16T06:50:41.841Z] [2022-03-16T06:50:41.841Z] #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-16T06:50:41.841Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-16T06:50:41.841Z] #45 18.57 Reading package lists... [2022-03-16T06:50:41.868Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-16T06:50:41.868Z] Using test binary docker [2022-03-16T06:50:41.868Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-16T06:50:41.868Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-16T06:50:41.868Z] INFO: Waiting for daemon to start... [2022-03-16T06:50:41.868Z] Starting dockerd [2022-03-16T06:50:42.707Z] #74 exporting layers 5.8s done [2022-03-16T06:50:42.707Z] #74 writing image sha256:f31b81888beb45a4e775747c7afe795ad40d1cc80e3dd7bc7fe48bbfde573b5d done [2022-03-16T06:50:42.707Z] #74 naming to docker.io/library/docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 done [2022-03-16T06:50:42.707Z] #74 DONE 5.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-16T06:50:43.033Z] + trap exit INT TERM [2022-03-16T06:50:43.033Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-16T06:50:43.033Z] + CONTAINER_NAME=docker-pr3 [2022-03-16T06:50:43.033Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43372/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 -e DOCKER_GRAPHDRIVER docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 hack/make.sh dynbinary [2022-03-16T06:50:43.598Z] [2022-03-16T06:50:43.598Z] Removing bundles/ [2022-03-16T06:50:43.598Z] [2022-03-16T06:50:43.598Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-16T06:50:43.598Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-16T06:50:43.598Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T06:50:43.781Z] . [2022-03-16T06:50:43.782Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-16T06:50:43.782Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-16T06:50:44.038Z] Error: No such image: emptyfs [2022-03-16T06:50:44.038Z] Running integration-test (iteration 1) [2022-03-16T06:50:44.038Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-16T06:50:44.294Z] Loaded image: busybox:latest [2022-03-16T06:50:44.550Z] Loaded image: busybox:glibc [2022-03-16T06:50:45.916Z] Loaded image: debian:bullseye-slim [2022-03-16T06:50:45.916Z] Loaded image: hello-world:latest [2022-03-16T06:50:45.916Z] Loaded image: arm32v7/hello-world:latest [2022-03-16T06:50:45.916Z] INFO: Testing against a local daemon [2022-03-16T06:50:45.916Z] === RUN TestCgroupNamespacesBuild [2022-03-16T06:50:47.281Z] --- PASS: TestCgroupNamespacesBuild (1.14s) [2022-03-16T06:50:47.281Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-16T06:50:48.210Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s) [2022-03-16T06:50:48.210Z] === RUN TestBuildWithSession [2022-03-16T06:50:48.210Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T06:50:48.210Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-16T06:50:48.210Z] === RUN TestBuildSquashParent [2022-03-16T06:50:48.403Z] #45 27.42 Reading package lists... [2022-03-16T06:50:48.403Z] #45 ... [2022-03-16T06:50:48.403Z] [2022-03-16T06:50:48.403Z] #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-16T06:50:48.403Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-16T06:50:48.403Z] #65 27.45 Reading package lists... [2022-03-16T06:50:48.968Z] #65 35.55 Building dependency tree... [2022-03-16T06:50:48.968Z] #65 36.98 Reading state information... [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-16T06:50:50.121Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2022-03-16T06:50:50.121Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-16T06:50:50.121Z] ok github.com/docker/docker/api/server/router/swarm 0.029s coverage: 5.7% of statements [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-16T06:50:50.121Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2022-03-16T06:50:50.121Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-16T06:50:50.121Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2022-03-16T06:50:50.121Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/builder [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-16T06:50:50.121Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-16T06:50:50.121Z] ok github.com/docker/docker/builder/dockerfile 0.212s coverage: 49.3% of statements [2022-03-16T06:50:50.121Z] ok github.com/docker/docker/builder/remotecontext 0.106s coverage: 13.7% of statements [2022-03-16T06:50:50.338Z] #65 38.54 The following additional packages will be installed: [2022-03-16T06:50:50.338Z] #65 38.55 libbtrfs0 [2022-03-16T06:50:50.595Z] #65 38.70 The following NEW packages will be installed: [2022-03-16T06:50:50.595Z] #65 38.72 libbtrfs-dev libbtrfs0 [2022-03-16T06:50:50.687Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-16T06:50:51.159Z] #65 39.17 0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded. [2022-03-16T06:50:51.159Z] #65 39.17 Need to get 460 kB of archives. [2022-03-16T06:50:51.159Z] #65 39.17 After this operation, 1237 kB of additional disk space will be used. [2022-03-16T06:50:51.159Z] #65 39.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-16T06:50:51.159Z] #65 39.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-16T06:50:51.202Z] Running on azwin-2-a1aa80 in d:\jenkins\workspace\moby_PR-43372 [Pipeline] { [Pipeline] ws [2022-03-16T06:50:51.218Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-16T06:50:51.291Z] ok github.com/docker/docker/builder/remotecontext/git 1.081s coverage: 86.3% of statements [2022-03-16T06:50:51.291Z] ? github.com/docker/docker/cli [no test files] [2022-03-16T06:50:51.291Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-16T06:50:51.416Z] #65 39.62 debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T06:50:51.416Z] #65 39.78 Fetched 460 kB in 0s (1576 kB/s) [2022-03-16T06:50:51.674Z] #65 39.83 Selecting previously unselected package libbtrfs0:amd64. [2022-03-16T06:50:51.674Z] #65 39.83 (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-16T06:50:51.674Z] #65 39.89 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-16T06:50:51.674Z] #65 39.90 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-16T06:50:51.674Z] #65 39.96 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-16T06:50:51.674Z] #65 39.97 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-16T06:50:51.674Z] #65 39.97 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-16T06:50:51.936Z] #65 40.06 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-16T06:50:51.936Z] #65 40.07 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-16T06:50:51.936Z] #65 40.08 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-16T06:50:51.936Z] #65 DONE 40.2s [2022-03-16T06:50:51.936Z] [2022-03-16T06:50:51.936Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-16T06:50:51.936Z] #66 sha256:99eec4ad66b89b4ebc7d70e87f1ef105911e065dbabe4b639da337209469052f [2022-03-16T06:50:52.194Z] #66 DONE 0.1s [2022-03-16T06:50:52.194Z] [2022-03-16T06:50:52.194Z] #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-16T06:50:52.194Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-16T06:50:52.194Z] #45 35.55 Building dependency tree... [2022-03-16T06:50:52.194Z] #45 37.06 Reading state information... [2022-03-16T06:50:52.194Z] #45 38.53 The following additional packages will be installed: [2022-03-16T06:50:52.194Z] #45 38.57 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-03-16T06:50:52.194Z] #45 38.61 Suggested packages: [2022-03-16T06:50:52.194Z] #45 38.61 cmake-doc ninja-build lrzip [2022-03-16T06:50:52.194Z] #45 38.61 Recommended packages: [2022-03-16T06:50:52.194Z] #45 38.61 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-16T06:50:52.194Z] #45 39.02 The following NEW packages will be installed: [2022-03-16T06:50:52.194Z] #45 39.03 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-03-16T06:50:52.194Z] #45 39.37 0 upgraded, 8 newly installed, 0 to remove and 4 not upgraded. [2022-03-16T06:50:52.194Z] #45 39.37 Need to get 8418 kB of archives. [2022-03-16T06:50:52.194Z] #45 39.37 After this operation, 34.9 MB of additional disk space will be used. [2022-03-16T06:50:52.194Z] #45 39.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-16T06:50:52.194Z] #45 39.38 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-16T06:50:52.194Z] #45 39.38 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-16T06:50:52.194Z] #45 39.42 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-16T06:50:52.194Z] #45 39.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-16T06:50:52.194Z] #45 39.43 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-16T06:50:52.194Z] #45 39.43 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-16T06:50:52.194Z] #45 39.43 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-16T06:50:52.194Z] #45 39.91 debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T06:50:52.194Z] #45 40.07 Fetched 8418 kB in 0s (21.4 MB/s) [2022-03-16T06:50:52.194Z] #45 40.09 Selecting previously unselected package xxd. [2022-03-16T06:50:52.194Z] #45 40.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-16T06:50:52.194Z] #45 40.11 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-16T06:50:52.195Z] #45 40.11 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:50:52.195Z] #45 40.17 Selecting previously unselected package vim-common. [2022-03-16T06:50:52.195Z] #45 40.17 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-16T06:50:52.195Z] #45 40.19 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:50:52.195Z] #45 40.29 Selecting previously unselected package cmake-data. [2022-03-16T06:50:52.195Z] #45 40.30 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-16T06:50:52.195Z] #45 40.31 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-16T06:50:52.228Z] ok github.com/docker/docker/cmd/docker-proxy 0.339s coverage: 67.6% of statements [2022-03-16T06:50:52.863Z] The recommended git tool is: git [2022-03-16T06:50:53.128Z] #45 41.17 Selecting previously unselected package libarchive13:amd64. [2022-03-16T06:50:53.128Z] #45 41.19 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-16T06:50:53.128Z] #45 41.19 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-16T06:50:53.128Z] #45 41.27 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-16T06:50:53.128Z] #45 41.27 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-16T06:50:53.128Z] #45 41.28 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-16T06:50:53.128Z] #45 41.33 Selecting previously unselected package librhash0:amd64. [2022-03-16T06:50:53.128Z] #45 41.34 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-03-16T06:50:53.128Z] #45 41.34 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-16T06:50:53.128Z] #45 41.40 Selecting previously unselected package libuv1:amd64. [2022-03-16T06:50:53.386Z] #45 41.40 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-03-16T06:50:53.386Z] #45 41.41 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-16T06:50:53.386Z] #45 41.47 Selecting previously unselected package cmake. [2022-03-16T06:50:53.386Z] #45 41.47 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-16T06:50:53.386Z] #45 41.47 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-16T06:50:54.141Z] ok github.com/docker/docker/client 0.093s coverage: 75.7% of statements [2022-03-16T06:50:54.758Z] #45 42.69 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-16T06:50:54.758Z] #45 42.70 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:50:54.758Z] #45 42.72 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-16T06:50:54.758Z] #45 42.73 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:50:54.758Z] #45 42.76 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-16T06:50:54.758Z] #45 42.78 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-16T06:50:54.758Z] #45 42.79 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-16T06:50:54.758Z] #45 42.80 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-16T06:50:54.758Z] #45 42.82 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-16T06:50:55.015Z] #45 DONE 43.1s [2022-03-16T06:50:55.015Z] [2022-03-16T06:50:55.015Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-16T06:50:55.015Z] #46 sha256:2fd98c35e56cb0f89bbd2e57460fc77f033d1570e99dd03aa91c8c2b7eed83b2 [2022-03-16T06:50:55.272Z] #46 DONE 0.1s [2022-03-16T06:50:55.272Z] [2022-03-16T06:50:55.272Z] #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-16T06:50:55.272Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-16T06:50:55.272Z] #20 27.49 Reading package lists... [2022-03-16T06:50:55.272Z] #20 36.02 Building dependency tree... [2022-03-16T06:50:55.272Z] #20 37.62 Reading state information... [2022-03-16T06:50:55.272Z] #20 38.97 The following additional packages will be installed: [2022-03-16T06:50:55.272Z] #20 38.97 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-16T06:50:55.272Z] #20 38.97 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-16T06:50:55.272Z] #20 38.97 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-16T06:50:55.272Z] #20 38.97 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-16T06:50:55.272Z] #20 38.98 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-16T06:50:55.272Z] #20 38.98 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-16T06:50:55.272Z] #20 38.98 mingw-w64-common mingw-w64-x86-64-dev [2022-03-16T06:50:55.272Z] #20 39.00 Suggested packages: [2022-03-16T06:50:55.272Z] #20 39.00 gcc-10-locales seccomp wine64 [2022-03-16T06:50:55.272Z] #20 39.38 The following NEW packages will be installed: [2022-03-16T06:50:55.272Z] #20 39.38 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-16T06:50:55.272Z] #20 39.38 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-16T06:50:55.272Z] #20 39.38 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-16T06:50:55.272Z] #20 39.38 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-16T06:50:55.272Z] #20 39.38 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-16T06:50:55.272Z] #20 39.38 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-16T06:50:55.272Z] #20 39.39 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-16T06:50:55.272Z] #20 39.39 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-16T06:50:55.272Z] #20 39.39 mingw-w64-x86-64-dev [2022-03-16T06:50:55.272Z] #20 39.77 0 upgraded, 30 newly installed, 0 to remove and 4 not upgraded. [2022-03-16T06:50:55.272Z] #20 39.77 Need to get 115 MB of archives. [2022-03-16T06:50:55.272Z] #20 39.77 After this operation, 645 MB of additional disk space will be used. [2022-03-16T06:50:55.272Z] #20 39.77 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-16T06:50:55.272Z] #20 39.81 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-16T06:50:55.272Z] #20 39.85 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-16T06:50:55.272Z] #20 39.86 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-16T06:50:55.272Z] #20 39.87 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-16T06:50:55.272Z] #20 39.87 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-16T06:50:55.272Z] #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-16T06:50:55.272Z] #20 40.53 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-16T06:50:55.272Z] #20 40.54 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-16T06:50:55.272Z] #20 40.77 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-16T06:50:55.272Z] #20 41.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-16T06:50:55.272Z] #20 41.30 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-16T06:50:55.272Z] #20 41.41 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-16T06:50:55.272Z] #20 41.67 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-16T06:50:55.272Z] #20 41.81 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-16T06:50:55.272Z] #20 41.81 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-16T06:50:55.272Z] #20 41.82 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-16T06:50:55.272Z] #20 41.82 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-16T06:50:55.272Z] #20 41.82 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-16T06:50:55.272Z] #20 41.83 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-16T06:50:55.272Z] #20 41.83 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-16T06:50:55.272Z] #20 41.83 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-16T06:50:55.272Z] #20 41.84 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-16T06:50:55.272Z] #20 41.85 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-16T06:50:55.272Z] #20 41.85 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-16T06:50:55.272Z] #20 41.85 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-16T06:50:55.272Z] #20 41.87 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-16T06:50:55.272Z] #20 41.87 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-16T06:50:55.272Z] #20 41.87 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-16T06:50:55.272Z] #20 41.87 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-16T06:50:55.272Z] #20 42.45 debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T06:50:55.272Z] #20 42.67 Fetched 115 MB in 2s (48.1 MB/s) [2022-03-16T06:50:55.272Z] #20 42.71 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-16T06:50:55.272Z] #20 42.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-16T06:50:55.272Z] #20 42.73 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-16T06:50:55.272Z] #20 42.73 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-16T06:50:55.272Z] #20 43.45 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-16T06:50:55.272Z] #20 43.46 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-16T06:50:55.272Z] #20 43.46 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-16T06:50:55.836Z] #20 ... [2022-03-16T06:50:55.836Z] [2022-03-16T06:50:55.836Z] #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-16T06:50:55.836Z] #47 sha256:486178f8adad38ded4a1be72f7782f6531f5ddcfe2b93f7fe59a21384e943a72 [2022-03-16T06:50:55.836Z] #47 0.629 + RM_GOPATH=0 [2022-03-16T06:50:55.836Z] #47 0.629 + TMP_GOPATH= [2022-03-16T06:50:55.836Z] #47 0.629 + : /build [2022-03-16T06:50:55.836Z] #47 0.629 + '[' -z '' ']' [2022-03-16T06:50:55.836Z] #47 0.629 ++ mktemp -d [2022-03-16T06:50:55.836Z] #47 0.630 + export GOPATH=/tmp/tmp.pNT6qFcfCU [2022-03-16T06:50:55.836Z] #47 0.630 + GOPATH=/tmp/tmp.pNT6qFcfCU [2022-03-16T06:50:55.836Z] #47 0.631 + RM_GOPATH=1 [2022-03-16T06:50:55.836Z] #47 0.631 + case "$(go env GOARCH)" in [2022-03-16T06:50:55.836Z] #47 0.631 ++ go env GOARCH [2022-03-16T06:50:55.836Z] #47 0.637 + export GO_BUILDMODE=-buildmode=pie [2022-03-16T06:50:55.836Z] #47 0.637 + GO_BUILDMODE=-buildmode=pie [2022-03-16T06:50:55.836Z] #47 0.638 ++ dirname /install.sh [2022-03-16T06:50:55.836Z] #47 0.639 + dir=/ [2022-03-16T06:50:55.836Z] #47 0.639 + bin=tini [2022-03-16T06:50:55.836Z] #47 0.639 + shift [2022-03-16T06:50:55.836Z] #47 0.639 + '[' '!' -f //tini.installer ']' [2022-03-16T06:50:55.836Z] #47 0.640 + . //tini.installer [2022-03-16T06:50:55.836Z] #47 0.640 ++ : v0.19.0 [2022-03-16T06:50:55.836Z] #47 0.640 + install_tini [2022-03-16T06:50:55.836Z] #47 0.640 + echo 'Install tini version v0.19.0' [2022-03-16T06:50:55.836Z] #47 0.640 Install tini version v0.19.0 [2022-03-16T06:50:55.836Z] #47 0.641 + git clone https://github.com/krallin/tini.git /tmp/tmp.pNT6qFcfCU/tini [2022-03-16T06:50:55.836Z] #47 0.646 Cloning into '/tmp/tmp.pNT6qFcfCU/tini'... [2022-03-16T06:50:56.093Z] #47 1.032 + cd /tmp/tmp.pNT6qFcfCU/tini [2022-03-16T06:50:56.093Z] #47 1.032 + git checkout -q v0.19.0 [2022-03-16T06:50:56.093Z] #47 1.042 + cmake . [2022-03-16T06:50:56.292Z] --- PASS: TestBuildSquashParent (6.80s) [2022-03-16T06:50:56.292Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-16T06:50:56.292Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:50:56.292Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:50:56.292Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:50:56.292Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:50:56.292Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:50:56.292Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:50:56.292Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:50:56.292Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:50:56.292Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:50:56.292Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:50:56.292Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:50:56.292Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:50:56.292Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:50:56.292Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:50:56.351Z] #47 1.173 -- The C compiler identification is GNU 10.2.1 [2022-03-16T06:50:56.351Z] #47 1.201 -- Detecting C compiler ABI info [2022-03-16T06:50:56.351Z] #47 1.387 -- Detecting C compiler ABI info - done [2022-03-16T06:50:56.608Z] #47 1.422 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-16T06:50:56.608Z] #47 1.424 -- Detecting C compile features [2022-03-16T06:50:56.608Z] #47 1.425 -- Detecting C compile features - done [2022-03-16T06:50:56.608Z] #47 1.435 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-16T06:50:56.608Z] #47 1.491 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-16T06:50:56.608Z] #47 1.516 -- Configuring done [2022-03-16T06:50:56.608Z] #47 1.523 -- Generating done [2022-03-16T06:50:56.608Z] #47 1.526 -- Build files have been written to: /tmp/tmp.pNT6qFcfCU/tini [2022-03-16T06:50:56.608Z] #47 1.529 + make tini-static [2022-03-16T06:50:56.608Z] #47 1.606 Scanning dependencies of target tini-static [2022-03-16T06:50:56.854Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:50:56.854Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:50:56.865Z] #47 1.626 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-16T06:50:57.122Z] #47 2.052 [100%] Linking C executable tini-static [2022-03-16T06:50:57.379Z] #47 2.358 [100%] Built target tini-static [2022-03-16T06:50:57.380Z] #47 2.384 + mkdir -p /build [2022-03-16T06:50:57.380Z] #47 2.386 + cp tini-static /build/docker-init [2022-03-16T06:50:57.636Z] #47 DONE 2.6s [2022-03-16T06:50:57.636Z] [2022-03-16T06:50:57.636Z] #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-16T06:50:57.636Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-16T06:50:57.636Z] #20 44.32 Selecting previously unselected package binutils-mingw-w64. [2022-03-16T06:50:57.636Z] #20 44.33 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-16T06:50:57.636Z] #20 44.33 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-16T06:50:57.636Z] #20 44.40 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-16T06:50:57.636Z] #20 44.40 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-16T06:50:57.636Z] #20 44.41 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-16T06:50:57.636Z] #20 44.50 Selecting previously unselected package dmsetup. [2022-03-16T06:50:57.636Z] #20 44.50 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-16T06:50:57.636Z] #20 44.50 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-16T06:50:57.636Z] #20 44.57 Selecting previously unselected package mingw-w64-common. [2022-03-16T06:50:57.636Z] #20 44.57 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-16T06:50:57.636Z] #20 44.57 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-16T06:50:58.488Z] #20 46.46 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-16T06:50:58.488Z] #20 46.47 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-16T06:50:58.488Z] #20 46.48 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-16T06:50:58.743Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:50:58.743Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:51:00.424Z] #20 48.37 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-16T06:51:00.424Z] #20 48.37 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-16T06:51:00.424Z] #20 48.38 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-16T06:51:00.424Z] #20 48.43 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-16T06:51:00.424Z] #20 48.43 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-16T06:51:00.424Z] #20 48.44 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-16T06:51:01.261Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-16T06:51:01.261Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.74s) [2022-03-16T06:51:01.261Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.83s) [2022-03-16T06:51:01.261Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.01s) [2022-03-16T06:51:01.261Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.12s) [2022-03-16T06:51:01.261Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.90s) [2022-03-16T06:51:01.261Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.94s) [2022-03-16T06:51:01.261Z] === RUN TestBuildMultiStageCopy [2022-03-16T06:51:01.261Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-16T06:51:02.314Z] #20 ... [2022-03-16T06:51:02.314Z] [2022-03-16T06:51:02.314Z] #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-16T06:51:02.314Z] #67 sha256:89af54001ecdf5e313d1146ddbd7c9aa40b76d7a9b17074ec0a868b1b15416e6 [2022-03-16T06:51:02.314Z] #67 0.766 + RM_GOPATH=0 [2022-03-16T06:51:02.314Z] #67 0.766 + TMP_GOPATH= [2022-03-16T06:51:02.314Z] #67 0.766 + : /build [2022-03-16T06:51:02.314Z] #67 0.766 + '[' -z '' ']' [2022-03-16T06:51:02.314Z] #67 0.766 ++ mktemp -d [2022-03-16T06:51:02.314Z] #67 0.771 + export GOPATH=/tmp/tmp.OXJPWzUqct [2022-03-16T06:51:02.314Z] #67 0.771 + GOPATH=/tmp/tmp.OXJPWzUqct [2022-03-16T06:51:02.314Z] #67 0.771 + RM_GOPATH=1 [2022-03-16T06:51:02.314Z] #67 0.772 + case "$(go env GOARCH)" in [2022-03-16T06:51:02.314Z] #67 0.772 ++ go env GOARCH [2022-03-16T06:51:02.314Z] #67 0.778 + export GO_BUILDMODE=-buildmode=pie [2022-03-16T06:51:02.314Z] #67 0.778 + GO_BUILDMODE=-buildmode=pie [2022-03-16T06:51:02.314Z] #67 0.778 ++ dirname /install.sh [2022-03-16T06:51:02.314Z] #67 0.779 + dir=/ [2022-03-16T06:51:02.314Z] #67 0.779 + bin=containerd [2022-03-16T06:51:02.314Z] #67 0.779 + shift [2022-03-16T06:51:02.314Z] #67 0.779 + '[' '!' -f //containerd.installer ']' [2022-03-16T06:51:02.314Z] #67 0.779 + . //containerd.installer [2022-03-16T06:51:02.314Z] #67 0.779 ++ set -e [2022-03-16T06:51:02.314Z] #67 0.779 ++ : v1.6.1 [2022-03-16T06:51:02.314Z] #67 0.779 + install_containerd [2022-03-16T06:51:02.314Z] #67 0.780 + echo 'Install containerd version v1.6.1' [2022-03-16T06:51:02.314Z] #67 0.780 Install containerd version v1.6.1 [2022-03-16T06:51:02.314Z] #67 0.780 + git clone https://github.com/containerd/containerd.git /tmp/tmp.OXJPWzUqct/src/github.com/containerd/containerd [2022-03-16T06:51:02.314Z] #67 0.785 Cloning into '/tmp/tmp.OXJPWzUqct/src/github.com/containerd/containerd'... [2022-03-16T06:51:02.314Z] #67 ... [2022-03-16T06:51:02.314Z] [2022-03-16T06:51:02.314Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-16T06:51:02.314Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-16T06:51:02.314Z] #20 50.35 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-16T06:51:02.314Z] #20 50.35 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-16T06:51:02.314Z] #20 50.35 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-16T06:51:04.526Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-16T06:51:05.089Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-16T06:51:06.456Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-16T06:51:06.490Z] #20 54.06 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-16T06:51:06.490Z] #20 54.07 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-16T06:51:06.490Z] #20 54.07 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-16T06:51:07.393Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-16T06:51:07.861Z] #20 55.75 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-16T06:51:07.861Z] #20 55.76 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-16T06:51:07.861Z] #20 55.76 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-16T06:51:08.320Z] --- PASS: TestBuildMultiStageCopy (7.36s) [2022-03-16T06:51:08.320Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.36s) [2022-03-16T06:51:08.320Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-16T06:51:08.320Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-16T06:51:08.320Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-03-16T06:51:08.320Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-03-16T06:51:08.320Z] === RUN TestBuildMultiStageParentConfig [2022-03-16T06:51:09.755Z] #20 57.77 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-16T06:51:09.755Z] #20 57.78 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-16T06:51:09.755Z] #20 57.79 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-16T06:51:13.563Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-03-16T06:51:13.563Z] === RUN TestBuildLabelWithTargets [2022-03-16T06:51:13.930Z] #20 61.43 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-16T06:51:13.930Z] #20 61.44 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-16T06:51:13.930Z] #20 61.44 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-16T06:51:14.494Z] #20 ... [2022-03-16T06:51:14.494Z] [2022-03-16T06:51:14.494Z] #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-16T06:51:14.494Z] #67 sha256:89af54001ecdf5e313d1146ddbd7c9aa40b76d7a9b17074ec0a868b1b15416e6 [2022-03-16T06:51:14.494Z] #67 12.18 + cd /tmp/tmp.OXJPWzUqct/src/github.com/containerd/containerd [2022-03-16T06:51:14.494Z] #67 12.18 + git checkout -q v1.6.1 [2022-03-16T06:51:14.494Z] #67 12.42 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-16T06:51:14.494Z] #67 12.42 + BUILDTAGS='netgo osusergo static_build' [2022-03-16T06:51:14.494Z] #67 12.42 + export EXTRA_FLAGS=-buildmode=pie [2022-03-16T06:51:14.494Z] #67 12.42 + EXTRA_FLAGS=-buildmode=pie [2022-03-16T06:51:14.494Z] #67 12.42 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-16T06:51:14.494Z] #67 12.42 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-16T06:51:14.494Z] #67 12.42 + '[' '' = dynamic ']' [2022-03-16T06:51:14.494Z] #67 12.42 + make [2022-03-16T06:51:14.494Z] #67 13.36 + bin/ctr [2022-03-16T06:51:15.057Z] #67 ... [2022-03-16T06:51:15.057Z] [2022-03-16T06:51:15.057Z] #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-16T06:51:15.057Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-16T06:51:15.057Z] #20 63.11 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-16T06:51:15.057Z] #20 63.11 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-16T06:51:15.057Z] #20 63.12 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-16T06:51:15.057Z] #20 63.18 Selecting previously unselected package libapparmor1:amd64. [2022-03-16T06:51:15.057Z] #20 63.18 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-16T06:51:15.057Z] #20 63.19 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-16T06:51:15.057Z] #20 63.24 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-16T06:51:15.057Z] #20 63.24 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-16T06:51:15.057Z] #20 63.25 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-16T06:51:15.313Z] #20 63.34 Selecting previously unselected package libbtrfs0:amd64. [2022-03-16T06:51:15.313Z] #20 63.34 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-16T06:51:15.313Z] #20 63.34 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-16T06:51:15.313Z] #20 63.41 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-16T06:51:15.313Z] #20 63.41 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-16T06:51:15.313Z] #20 63.41 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-16T06:51:15.313Z] #20 63.49 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-16T06:51:15.313Z] #20 63.50 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-16T06:51:15.313Z] #20 63.50 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-16T06:51:15.313Z] #20 63.54 Selecting previously unselected package libudev-dev:amd64. [2022-03-16T06:51:15.313Z] #20 63.54 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-16T06:51:15.313Z] #20 63.55 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-16T06:51:15.313Z] #20 63.61 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-16T06:51:15.570Z] #20 63.61 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-16T06:51:15.570Z] #20 63.62 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-16T06:51:15.570Z] #20 63.74 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-16T06:51:15.570Z] #20 63.75 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-16T06:51:15.570Z] #20 63.76 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-16T06:51:15.570Z] #20 63.84 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-16T06:51:15.570Z] #20 63.84 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-16T06:51:15.570Z] #20 63.85 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-16T06:51:15.826Z] #20 63.93 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-16T06:51:15.826Z] #20 63.94 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-16T06:51:15.826Z] #20 63.95 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-16T06:51:15.826Z] #20 63.99 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-16T06:51:15.826Z] #20 63.99 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-16T06:51:15.826Z] #20 64.00 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-16T06:51:16.083Z] #20 64.14 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-16T06:51:16.083Z] #20 64.15 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-16T06:51:16.083Z] #20 64.15 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-16T06:51:16.083Z] #20 64.27 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-16T06:51:16.083Z] #20 64.28 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-16T06:51:16.083Z] #20 64.28 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-16T06:51:16.083Z] #20 64.33 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-16T06:51:16.083Z] #20 64.33 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-16T06:51:16.083Z] #20 64.34 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-16T06:51:16.340Z] #20 64.40 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-16T06:51:16.340Z] #20 64.40 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-16T06:51:16.340Z] #20 64.41 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-16T06:51:16.340Z] #20 64.62 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-16T06:51:16.340Z] #20 64.63 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-16T06:51:16.340Z] #20 64.65 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-16T06:51:16.597Z] #20 64.66 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-16T06:51:16.597Z] #20 64.67 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-16T06:51:16.597Z] #20 64.68 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-16T06:51:16.597Z] #20 64.69 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-16T06:51:16.597Z] #20 64.71 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-16T06:51:16.597Z] #20 64.72 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-16T06:51:16.597Z] #20 64.73 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-16T06:51:16.597Z] #20 64.74 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-16T06:51:16.597Z] #20 64.75 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-16T06:51:16.597Z] #20 64.76 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-16T06:51:16.597Z] #20 64.77 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-16T06:51:16.597Z] #20 64.79 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-16T06:51:16.597Z] #20 64.80 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-16T06:51:16.597Z] #20 64.81 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-16T06:51:16.597Z] #20 64.82 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-16T06:51:16.597Z] #20 64.83 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-16T06:51:16.597Z] #20 64.84 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-16T06:51:16.597Z] #20 64.86 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-16T06:51:16.597Z] #20 64.87 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-16T06:51:16.854Z] #20 64.88 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-16T06:51:16.854Z] #20 64.89 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-16T06:51:16.854Z] #20 64.89 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-16T06:51:16.854Z] #20 64.91 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-16T06:51:16.854Z] #20 64.92 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-16T06:51:16.854Z] #20 64.93 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-16T06:51:16.854Z] #20 64.94 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-16T06:51:16.854Z] #20 64.96 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-16T06:51:16.854Z] #20 64.97 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-16T06:51:16.854Z] #20 64.98 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-16T06:51:16.854Z] #20 64.99 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-16T06:51:16.854Z] #20 65.00 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-16T06:51:17.419Z] #20 DONE 65.5s [2022-03-16T06:51:17.419Z] [2022-03-16T06:51:17.419Z] #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-16T06:51:17.419Z] #21 sha256:db75bd3b135fe2d1bd4cb661fe8f3bb76feaaa7f57437ececffd905ad46fd13d [2022-03-16T06:51:18.787Z] #21 1.245 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-16T06:51:18.787Z] #21 1.245 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-16T06:51:18.787Z] #21 1.246 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-16T06:51:20.790Z] using credential docker-jenkins-github-credentials [2022-03-16T06:51:20.879Z] Cloning the remote Git repository [2022-03-16T06:51:20.879Z] Cloning with configured refspecs honoured and without tags [2022-03-16T06:51:21.097Z] Cloning repository https://github.com/moby/moby.git [2022-03-16T06:51:21.296Z] 8f616e6e9eec: Pull complete [2022-03-16T06:51:21.664Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-16T06:51:21.664Z] === RUN TestBuildWithEmptyLayers [2022-03-16T06:51:21.549Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-16T06:51:22.463Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:51:22.463Z] > git --version # timeout=10 [2022-03-16T06:51:22.535Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-16T06:51:22.536Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:51:22.539Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:51:24.181Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-03-16T06:51:24.181Z] === RUN TestBuildMultiStageOnBuild [2022-03-16T06:51:24.296Z] #21 1.786 Reading package lists... [2022-03-16T06:51:28.473Z] #21 6.535 Reading package lists... [2022-03-16T06:51:29.424Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2022-03-16T06:51:29.424Z] === RUN TestBuildUncleanTarFilenames [2022-03-16T06:51:29.680Z] --- PASS: TestBuildUncleanTarFilenames (0.61s) [2022-03-16T06:51:29.680Z] === RUN TestBuildMultiStageLayerLeak [2022-03-16T06:51:29.843Z] #21 11.21 Building dependency tree... [2022-03-16T06:51:29.843Z] #21 12.31 Reading state information... [2022-03-16T06:51:30.779Z] #21 13.51 The following additional packages will be installed: [2022-03-16T06:51:30.779Z] #21 13.51 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-16T06:51:30.779Z] #21 13.51 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-16T06:51:30.779Z] #21 13.51 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-16T06:51:30.779Z] #21 13.51 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-16T06:51:30.779Z] #21 13.51 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-16T06:51:30.779Z] #21 13.51 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-03-16T06:51:30.779Z] #21 13.52 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-03-16T06:51:30.779Z] #21 13.53 Suggested packages: [2022-03-16T06:51:30.779Z] #21 13.53 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-03-16T06:51:30.779Z] #21 13.53 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-03-16T06:51:30.779Z] #21 13.53 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-03-16T06:51:30.779Z] #21 13.53 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-03-16T06:51:30.779Z] #21 13.53 seccomp:ppc64el seccomp:s390x [2022-03-16T06:51:30.779Z] #21 13.53 Recommended packages: [2022-03-16T06:51:31.035Z] #21 13.53 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-03-16T06:51:31.035Z] #21 13.53 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-03-16T06:51:31.035Z] #21 13.53 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-03-16T06:51:31.035Z] #21 13.53 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-03-16T06:51:31.292Z] #21 14.00 The following NEW packages will be installed: [2022-03-16T06:51:31.292Z] #21 14.00 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-16T06:51:31.292Z] #21 14.00 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-03-16T06:51:31.292Z] #21 14.00 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-03-16T06:51:31.292Z] #21 14.00 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-16T06:51:31.292Z] #21 14.00 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-16T06:51:31.292Z] #21 14.00 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-16T06:51:31.292Z] #21 14.00 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-16T06:51:31.292Z] #21 14.01 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-03-16T06:51:31.292Z] #21 14.01 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-03-16T06:51:31.292Z] #21 14.01 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-03-16T06:51:31.292Z] #21 14.01 libseccomp2:ppc64el libseccomp2:s390x [2022-03-16T06:51:31.854Z] #21 14.53 0 upgraded, 40 newly installed, 0 to remove and 4 not upgraded. [2022-03-16T06:51:31.854Z] #21 14.53 Need to get 15.9 MB of archives. [2022-03-16T06:51:31.854Z] #21 14.53 After this operation, 73.0 MB of additional disk space will be used. [2022-03-16T06:51:31.854Z] #21 14.53 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-03-16T06:51:32.111Z] #21 14.81 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-03-16T06:51:32.369Z] #21 14.93 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-03-16T06:51:32.369Z] #21 14.93 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-03-16T06:51:32.369Z] #21 14.93 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-03-16T06:51:32.369Z] #21 14.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-03-16T06:51:32.369Z] #21 15.10 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-03-16T06:51:32.627Z] #21 15.36 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-03-16T06:51:32.627Z] #21 15.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-03-16T06:51:32.627Z] #21 15.46 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-03-16T06:51:32.850Z] ok github.com/docker/docker/cmd/dockerd 0.047s coverage: 29.3% of statements [2022-03-16T06:51:32.850Z] ok github.com/docker/docker/container 0.116s coverage: 34.6% of statements [2022-03-16T06:51:32.850Z] ok github.com/docker/docker/cmd/dockerd/trap 2.402s coverage: 0.0% of statements [2022-03-16T06:51:32.850Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-16T06:51:32.850Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-16T06:51:32.850Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-16T06:51:32.850Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-16T06:51:32.850Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-16T06:51:32.885Z] #21 15.58 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-03-16T06:51:32.885Z] #21 15.58 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-03-16T06:51:33.142Z] #21 15.84 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-03-16T06:51:33.142Z] #21 15.88 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-03-16T06:51:33.399Z] #21 16.03 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-03-16T06:51:33.399Z] #21 16.15 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-03-16T06:51:33.399Z] #21 16.24 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-03-16T06:51:33.784Z] ok github.com/docker/docker/daemon/cluster 0.073s coverage: 0.5% of statements [2022-03-16T06:51:33.964Z] #21 16.51 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-03-16T06:51:33.964Z] #21 16.69 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-03-16T06:51:33.964Z] #21 16.80 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-03-16T06:51:34.527Z] #21 17.00 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-03-16T06:51:34.527Z] #21 17.02 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-03-16T06:51:34.527Z] #21 17.23 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-03-16T06:51:34.784Z] #21 17.27 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-16T06:51:34.784Z] #21 17.27 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-16T06:51:34.784Z] #21 17.33 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-03-16T06:51:34.784Z] #21 17.33 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-03-16T06:51:34.784Z] #21 17.33 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-03-16T06:51:34.784Z] #21 17.42 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-03-16T06:51:34.784Z] #21 17.52 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-03-16T06:51:34.923Z] --- PASS: TestBuildMultiStageLayerLeak (4.37s) [2022-03-16T06:51:34.923Z] === RUN TestBuildWithHugeFile [2022-03-16T06:51:35.041Z] #21 17.77 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-03-16T06:51:35.041Z] #21 17.82 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-16T06:51:35.298Z] #21 17.99 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-03-16T06:51:35.555Z] #21 18.16 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-16T06:51:35.555Z] #21 18.18 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-03-16T06:51:35.555Z] #21 18.18 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-16T06:51:35.555Z] #21 18.18 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-03-16T06:51:35.811Z] #21 18.35 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-16T06:51:36.080Z] #21 18.61 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-03-16T06:51:36.080Z] #21 18.63 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-16T06:51:36.314Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2022-03-16T06:51:36.337Z] #21 19.13 debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T06:51:36.593Z] #21 19.30 Fetched 15.9 MB in 5s (3494 kB/s) [2022-03-16T06:51:36.593Z] #21 19.34 Selecting previously unselected package gcc-10-base:armel. [2022-03-16T06:51:36.593Z] #21 19.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-03-16T06:51:36.593Z] #21 19.36 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-03-16T06:51:36.593Z] #21 19.37 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-03-16T06:51:36.593Z] #21 19.41 Selecting previously unselected package gcc-10-base:armhf. [2022-03-16T06:51:36.849Z] #21 19.42 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-03-16T06:51:36.850Z] #21 19.43 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-03-16T06:51:36.850Z] #21 19.47 Selecting previously unselected package gcc-10-base:ppc64el. [2022-03-16T06:51:36.850Z] #21 19.48 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-03-16T06:51:36.850Z] #21 19.48 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-16T06:51:36.850Z] #21 19.53 Selecting previously unselected package gcc-10-base:s390x. [2022-03-16T06:51:36.850Z] #21 19.53 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-03-16T06:51:36.850Z] #21 19.54 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-03-16T06:51:36.850Z] #21 19.59 Selecting previously unselected package gcc-10-base:arm64. [2022-03-16T06:51:36.850Z] #21 19.59 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-03-16T06:51:36.850Z] #21 19.59 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-03-16T06:51:36.850Z] #21 19.66 Selecting previously unselected package libgcc-s1:armel. [2022-03-16T06:51:36.850Z] #21 19.66 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-03-16T06:51:37.106Z] #21 19.67 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-03-16T06:51:37.106Z] #21 19.72 Selecting previously unselected package libcrypt1:armel. [2022-03-16T06:51:37.106Z] #21 19.73 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-03-16T06:51:37.106Z] #21 19.73 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-03-16T06:51:37.364Z] #21 19.81 Selecting previously unselected package libc6:armel. [2022-03-16T06:51:37.364Z] #21 19.82 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-03-16T06:51:37.364Z] #21 20.00 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-03-16T06:51:37.621Z] #21 20.38 Selecting previously unselected package libapparmor1:armel. [2022-03-16T06:51:37.689Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-03-16T06:51:37.878Z] #21 20.39 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-03-16T06:51:37.878Z] #21 20.39 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-03-16T06:51:37.878Z] #21 20.43 Selecting previously unselected package libapparmor-dev:armel. [2022-03-16T06:51:37.878Z] #21 20.44 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-03-16T06:51:37.878Z] #21 20.45 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-03-16T06:51:37.878Z] #21 20.53 Selecting previously unselected package libgcc-s1:arm64. [2022-03-16T06:51:37.878Z] #21 20.53 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-03-16T06:51:37.878Z] #21 20.53 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-03-16T06:51:37.878Z] #21 20.57 Selecting previously unselected package libcrypt1:arm64. [2022-03-16T06:51:37.878Z] #21 20.58 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-03-16T06:51:37.878Z] #21 20.58 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-16T06:51:38.135Z] #21 20.66 Selecting previously unselected package libc6:arm64. [2022-03-16T06:51:38.135Z] #21 20.66 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-03-16T06:51:38.135Z] #21 20.89 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-03-16T06:51:38.700Z] #21 21.32 Selecting previously unselected package libapparmor1:arm64. [2022-03-16T06:51:38.700Z] #21 21.32 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-16T06:51:38.700Z] #21 21.33 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-16T06:51:38.700Z] #21 21.38 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-16T06:51:38.700Z] #21 21.38 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-16T06:51:38.700Z] #21 21.39 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-16T06:51:38.700Z] #21 21.45 Selecting previously unselected package libgcc-s1:s390x. [2022-03-16T06:51:38.700Z] #21 21.45 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-03-16T06:51:38.700Z] #21 21.46 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-03-16T06:51:38.700Z] #21 21.50 Selecting previously unselected package libcrypt1:s390x. [2022-03-16T06:51:38.957Z] #21 21.50 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-03-16T06:51:38.957Z] #21 21.50 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-03-16T06:51:38.957Z] #21 21.59 Selecting previously unselected package libc6:s390x. [2022-03-16T06:51:38.957Z] #21 21.60 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-03-16T06:51:39.216Z] #21 21.77 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-03-16T06:51:39.780Z] #21 22.21 Selecting previously unselected package libapparmor1:s390x. [2022-03-16T06:51:39.780Z] #21 22.22 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-03-16T06:51:39.780Z] #21 22.23 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-03-16T06:51:39.780Z] #21 22.27 Selecting previously unselected package libapparmor-dev:s390x. [2022-03-16T06:51:39.780Z] #21 22.28 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-03-16T06:51:39.780Z] #21 22.29 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-03-16T06:51:39.780Z] #21 22.36 Selecting previously unselected package libgcc-s1:armhf. [2022-03-16T06:51:39.780Z] #21 22.37 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-03-16T06:51:39.780Z] #21 22.37 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-03-16T06:51:39.780Z] #21 22.42 Selecting previously unselected package libcrypt1:armhf. [2022-03-16T06:51:39.780Z] #21 22.42 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-03-16T06:51:39.780Z] #21 22.43 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-03-16T06:51:40.038Z] #21 22.52 Selecting previously unselected package libc6:armhf. [2022-03-16T06:51:40.038Z] #21 22.53 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-03-16T06:51:40.038Z] #21 22.71 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-03-16T06:51:40.371Z] 037d5740b404: Pull complete [2022-03-16T06:51:40.371Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-16T06:51:40.371Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T06:51:40.371Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T06:51:40.371Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-16T06:51:40.371Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-16T06:51:40.371Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-16T06:51:40.371Z] INFO: Docker version of control daemon [2022-03-16T06:51:40.371Z] [2022-03-16T06:51:40.371Z] Client: [2022-03-16T06:51:40.371Z] Version: 20.10.9 [2022-03-16T06:51:40.371Z] API version: 1.41 [2022-03-16T06:51:40.371Z] Go version: go1.16.8 [2022-03-16T06:51:40.371Z] Git commit: c2ea9bc [2022-03-16T06:51:40.371Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-16T06:51:40.371Z] OS/Arch: windows/amd64 [2022-03-16T06:51:40.371Z] Context: default [2022-03-16T06:51:40.371Z] Experimental: true [2022-03-16T06:51:40.371Z] [2022-03-16T06:51:40.371Z] Server: Docker Engine - Community [2022-03-16T06:51:40.371Z] Engine: [2022-03-16T06:51:40.371Z] Version: 20.10.9 [2022-03-16T06:51:40.371Z] API version: 1.41 (minimum version 1.24) [2022-03-16T06:51:40.371Z] Go version: go1.16.8 [2022-03-16T06:51:40.371Z] Git commit: 79ea9d3 [2022-03-16T06:51:40.371Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-16T06:51:40.371Z] OS/Arch: windows/amd64 [2022-03-16T06:51:40.371Z] Experimental: true [2022-03-16T06:51:40.371Z] [2022-03-16T06:51:40.371Z] INFO: Docker info of control daemon [2022-03-16T06:51:40.371Z] [2022-03-16T06:51:40.371Z] Client: [2022-03-16T06:51:40.371Z] Context: default [2022-03-16T06:51:40.371Z] Debug Mode: false [2022-03-16T06:51:40.371Z] [2022-03-16T06:51:40.371Z] Server: [2022-03-16T06:51:40.371Z] Containers: 0 [2022-03-16T06:51:40.371Z] Running: 0 [2022-03-16T06:51:40.371Z] Paused: 0 [2022-03-16T06:51:40.371Z] Stopped: 0 [2022-03-16T06:51:40.371Z] Images: 1 [2022-03-16T06:51:40.371Z] Server Version: 20.10.9 [2022-03-16T06:51:40.371Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-03-16T06:51:40.371Z] LCOW: [2022-03-16T06:51:40.371Z] Windows: [2022-03-16T06:51:40.371Z] Logging Driver: json-file [2022-03-16T06:51:40.371Z] Plugins: [2022-03-16T06:51:40.371Z] Volume: local [2022-03-16T06:51:40.371Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T06:51:40.371Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T06:51:40.371Z] Swarm: inactive [2022-03-16T06:51:40.371Z] Default Isolation: process [2022-03-16T06:51:40.371Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-16T06:51:40.371Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-16T06:51:40.371Z] OSType: windows [2022-03-16T06:51:40.371Z] Architecture: x86_64 [2022-03-16T06:51:40.371Z] CPUs: 4 [2022-03-16T06:51:40.371Z] Total Memory: 32GiB [2022-03-16T06:51:40.371Z] Name: azwin-2-916840 [2022-03-16T06:51:40.371Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-16T06:51:40.371Z] Docker Root Dir: D:\docker [2022-03-16T06:51:40.371Z] Debug Mode: false [2022-03-16T06:51:40.371Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:51:40.371Z] Labels: [2022-03-16T06:51:40.371Z] Experimental: true [2022-03-16T06:51:40.371Z] Insecure Registries: [2022-03-16T06:51:40.371Z] 10.0.0.4:5000 [2022-03-16T06:51:40.371Z] 127.0.0.0/8 [2022-03-16T06:51:40.371Z] Registry Mirrors: [2022-03-16T06:51:40.371Z] http://10.0.0.4:5000/ [2022-03-16T06:51:40.371Z] Live Restore Enabled: false [2022-03-16T06:51:40.371Z] Product License: Community Engine [2022-03-16T06:51:40.371Z] [2022-03-16T06:51:40.371Z] [2022-03-16T06:51:40.371Z] INFO: Commit hash is 327bb38f99 [2022-03-16T06:51:40.371Z] INFO: Nuke-Everything... [2022-03-16T06:51:40.371Z] INFO: Container count on control daemon to delete is 0 [2022-03-16T06:51:40.371Z] INFO: Nuking d:\CI [2022-03-16T06:51:40.371Z] INFO: Zapped successfully [2022-03-16T06:51:40.371Z] INFO: Location for testing is d:\CI\PR-43372\3 [2022-03-16T06:51:40.371Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-16T06:51:40.371Z] [2022-03-16T06:51:40.371Z] [2022-03-16T06:51:40.371Z] INFO: Building the image from Dockerfile.windows at 03/16/2022 06:51:40... [2022-03-16T06:51:40.371Z] [2022-03-16T06:51:40.551Z] #21 23.10 Selecting previously unselected package libapparmor1:armhf. [2022-03-16T06:51:40.551Z] #21 23.11 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-03-16T06:51:40.551Z] #21 23.12 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-03-16T06:51:40.551Z] #21 23.16 Selecting previously unselected package libapparmor-dev:armhf. [2022-03-16T06:51:40.551Z] #21 23.17 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-03-16T06:51:40.551Z] #21 23.17 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-03-16T06:51:40.551Z] #21 23.24 Selecting previously unselected package libgcc-s1:ppc64el. [2022-03-16T06:51:40.551Z] #21 23.25 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-03-16T06:51:40.551Z] #21 23.25 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-16T06:51:40.551Z] #21 23.30 Selecting previously unselected package libcrypt1:ppc64el. [2022-03-16T06:51:40.551Z] #21 23.31 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-03-16T06:51:40.551Z] #21 23.31 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-16T06:51:40.808Z] #21 23.39 Selecting previously unselected package libc6:ppc64el. [2022-03-16T06:51:40.808Z] #21 23.40 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-03-16T06:51:41.065Z] #21 23.59 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-16T06:51:41.628Z] #21 24.21 Selecting previously unselected package libapparmor1:ppc64el. [2022-03-16T06:51:41.628Z] #21 24.22 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-03-16T06:51:41.628Z] #21 24.23 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-03-16T06:51:41.628Z] #21 24.28 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-03-16T06:51:41.628Z] #21 24.29 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-03-16T06:51:41.628Z] #21 24.29 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-16T06:51:41.628Z] #21 24.36 Selecting previously unselected package libseccomp2:s390x. [2022-03-16T06:51:41.628Z] #21 24.36 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-03-16T06:51:41.628Z] #21 24.37 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-16T06:51:41.751Z] Fetching without tags [2022-03-16T06:51:41.885Z] #21 24.41 Selecting previously unselected package libseccomp-dev:s390x. [2022-03-16T06:51:41.885Z] #21 24.42 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-03-16T06:51:41.885Z] #21 24.42 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-16T06:51:41.885Z] #21 24.49 Selecting previously unselected package libseccomp2:ppc64el. [2022-03-16T06:51:41.885Z] #21 24.50 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-16T06:51:41.885Z] #21 24.51 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-16T06:51:41.885Z] #21 24.56 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-03-16T06:51:41.885Z] #21 24.56 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-16T06:51:41.885Z] #21 24.56 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-16T06:51:41.885Z] #21 24.63 Selecting previously unselected package libseccomp2:armhf. [2022-03-16T06:51:41.885Z] #21 24.63 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-03-16T06:51:42.142Z] #21 24.64 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-16T06:51:42.142Z] #21 24.68 Selecting previously unselected package libseccomp-dev:armhf. [2022-03-16T06:51:42.142Z] #21 24.69 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-03-16T06:51:42.142Z] #21 24.69 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-16T06:51:42.142Z] #21 24.75 Selecting previously unselected package libseccomp2:armel. [2022-03-16T06:51:42.142Z] #21 24.76 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-03-16T06:51:42.142Z] #21 24.76 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-16T06:51:42.142Z] #21 24.80 Selecting previously unselected package libseccomp-dev:armel. [2022-03-16T06:51:42.142Z] #21 24.80 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-03-16T06:51:42.142Z] #21 24.81 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-16T06:51:42.142Z] #21 24.87 Selecting previously unselected package libseccomp2:arm64. [2022-03-16T06:51:42.399Z] #21 24.88 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-03-16T06:51:42.399Z] #21 24.89 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-16T06:51:42.399Z] #21 24.93 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-16T06:51:42.399Z] #21 24.93 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-16T06:51:42.399Z] #21 24.94 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-16T06:51:42.399Z] #21 25.02 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-03-16T06:51:42.399Z] #21 25.03 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-03-16T06:51:42.399Z] #21 25.05 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-03-16T06:51:42.399Z] #21 25.06 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-16T06:51:42.399Z] #21 25.08 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-03-16T06:51:42.399Z] #21 25.09 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-16T06:51:42.399Z] #21 25.10 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-03-16T06:51:42.399Z] #21 25.11 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-03-16T06:51:42.399Z] #21 25.13 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-16T06:51:42.546Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 98f027813f97da0a49513feda41bedb6986ffdb3 [2022-03-16T06:51:42.656Z] #21 25.14 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-03-16T06:51:42.656Z] #21 25.15 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-03-16T06:51:42.656Z] #21 25.16 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-03-16T06:51:42.656Z] #21 25.17 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-03-16T06:51:42.656Z] #21 25.18 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-16T06:51:42.656Z] #21 25.19 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-03-16T06:51:42.656Z] #21 25.21 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-03-16T06:51:41.378Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:51:41.446Z] > git config --add remote.origin.fetch +refs/pull/43372/head:refs/remotes/origin/PR-43372 # timeout=10 [2022-03-16T06:51:41.501Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:51:41.646Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-16T06:51:41.790Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-16T06:51:41.790Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:51:41.795Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43372/head:refs/remotes/origin/PR-43372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-16T06:51:42.668Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:51:42.728Z] > git checkout -f 98f027813f97da0a49513feda41bedb6986ffdb3 # timeout=10 [2022-03-16T06:51:43.589Z] #21 26.44 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-03-16T06:51:44.248Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.441s coverage: 13.8% of statements [2022-03-16T06:51:44.960Z] #21 27.64 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-03-16T06:51:45.182Z] ok github.com/docker/docker/daemon/config 0.036s coverage: 81.0% of statements [2022-03-16T06:51:45.758Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-16T06:51:46.324Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-16T06:51:46.327Z] #21 28.85 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-16T06:51:45.972Z] > git remote # timeout=10 [2022-03-16T06:51:46.050Z] > git config --get remote.origin.url # timeout=10 [2022-03-16T06:51:46.108Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-16T06:51:46.110Z] > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10 [2022-03-16T06:51:46.927Z] Merge succeeded, producing ce65b459abf7829aec36af3ff47d1cc0decb68f6 [2022-03-16T06:51:46.927Z] Checking out Revision ce65b459abf7829aec36af3ff47d1cc0decb68f6 (PR-43372) [2022-03-16T06:51:47.258Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.007s coverage: 4.2% of statements [2022-03-16T06:51:47.516Z] ok github.com/docker/docker/daemon 10.099s coverage: 17.2% of statements [2022-03-16T06:51:47.516Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-16T06:51:47.516Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-16T06:51:47.516Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-16T06:51:47.516Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-16T06:51:47.619Z] Sending build context to Docker daemon 64.28MB [2022-03-16T06:51:47.619Z] [2022-03-16T06:51:47.619Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-16T06:51:47.619Z] ---> 02f938cacc3b [2022-03-16T06:51:47.619Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-16T06:51:47.619Z] ---> Running in f86e9562c6cd [2022-03-16T06:51:47.696Z] #21 30.06 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-03-16T06:51:48.097Z] Removing intermediate container f86e9562c6cd [2022-03-16T06:51:48.097Z] ---> ec4964233291 [2022-03-16T06:51:48.097Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-16T06:51:48.097Z] ---> Running in 501dc71438b7 [2022-03-16T06:51:48.452Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.256s coverage: 56.2% of statements [2022-03-16T06:51:48.577Z] Removing intermediate container 501dc71438b7 [2022-03-16T06:51:48.577Z] ---> 4d607d64dd40 [2022-03-16T06:51:48.577Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.1 [2022-03-16T06:51:48.577Z] ---> Running in 5a44b656777e [2022-03-16T06:51:48.627Z] #21 31.31 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-16T06:51:48.627Z] #21 31.32 Setting up libapparmor1:armel (2.13.6-10) ... [2022-03-16T06:51:48.627Z] #21 31.33 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-03-16T06:51:48.627Z] #21 31.34 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-03-16T06:51:48.627Z] #21 31.35 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-03-16T06:51:48.627Z] #21 31.36 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-16T06:51:48.627Z] #21 31.37 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-16T06:51:48.627Z] #21 31.38 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-16T06:51:48.627Z] #21 31.40 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-16T06:51:48.627Z] #21 31.41 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-16T06:51:48.627Z] #21 31.42 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-16T06:51:48.627Z] #21 31.43 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-03-16T06:51:48.627Z] #21 31.44 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-03-16T06:51:48.627Z] #21 31.45 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-16T06:51:48.886Z] #21 31.46 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-03-16T06:51:48.886Z] #21 31.48 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-16T06:51:48.886Z] #21 31.49 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-16T06:51:48.886Z] #21 31.50 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-16T06:51:48.886Z] #21 31.51 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-16T06:51:48.886Z] #21 31.52 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-16T06:51:48.886Z] #21 31.53 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-16T06:51:49.021Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-03-16T06:51:49.055Z] Removing intermediate container 5a44b656777e [2022-03-16T06:51:49.055Z] ---> c49094606ce8 [2022-03-16T06:51:49.055Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-16T06:51:49.055Z] ---> Running in 2ee58e142678 [2022-03-16T06:51:49.055Z] Removing intermediate container 2ee58e142678 [2022-03-16T06:51:49.055Z] ---> 13a11ea0c448 [2022-03-16T06:51:49.055Z] 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-16T06:51:49.055Z] ---> Running in b3a1b9921cd5 [2022-03-16T06:51:49.451Z] #21 DONE 32.1s [2022-03-16T06:51:49.451Z] [2022-03-16T06:51:49.451Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-16T06:51:49.451Z] #22 sha256:049910e928085381c0242f32aad2fd6a9c72d163e636c7a2fccc1360c0dc0548 [2022-03-16T06:51:49.533Z] Removing intermediate container b3a1b9921cd5 [2022-03-16T06:51:49.533Z] ---> 60028ecb62e2 [2022-03-16T06:51:49.533Z] 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-16T06:51:49.533Z] ---> Running in b7fc33685aa3 [2022-03-16T06:51:49.708Z] #22 ... [2022-03-16T06:51:49.708Z] [2022-03-16T06:51:49.708Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-16T06:51:49.708Z] #62 sha256:e2f6276b13ee3d4e533d7d75b96aed4a255d9d4dc7103234cf4bb596cf44a9b2 [2022-03-16T06:51:49.708Z] #62 DONE 0.1s [2022-03-16T06:51:49.708Z] [2022-03-16T06:51:49.708Z] #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-16T06:51:49.708Z] #63 sha256:27406fee2e6086dec467cbdbd8fde119f7108bd86aff3a44dccb7c5f0e6af07b [2022-03-16T06:51:46.828Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-16T06:51:46.965Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T06:51:47.019Z] > git checkout -f ce65b459abf7829aec36af3ff47d1cc0decb68f6 # timeout=10 [2022-03-16T06:51:50.396Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2022-03-16T06:51:50.639Z] #63 1.129 + RM_GOPATH=0 [2022-03-16T06:51:50.896Z] #63 ... [2022-03-16T06:51:50.896Z] [2022-03-16T06:51:50.896Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-16T06:51:50.896Z] #22 sha256:049910e928085381c0242f32aad2fd6a9c72d163e636c7a2fccc1360c0dc0548 [2022-03-16T06:51:50.896Z] #22 DONE 1.3s [2022-03-16T06:51:50.896Z] [2022-03-16T06:51:50.896Z] #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-16T06:51:50.896Z] #63 sha256:27406fee2e6086dec467cbdbd8fde119f7108bd86aff3a44dccb7c5f0e6af07b [2022-03-16T06:51:50.896Z] #63 1.130 + TMP_GOPATH= [2022-03-16T06:51:50.896Z] #63 1.130 + : /build [2022-03-16T06:51:50.896Z] #63 1.130 + '[' -z '' ']' [2022-03-16T06:51:50.896Z] #63 1.132 ++ mktemp -d [2022-03-16T06:51:50.896Z] #63 1.134 + export GOPATH=/tmp/tmp.rwfqMpaY7Q [2022-03-16T06:51:50.896Z] #63 1.134 + GOPATH=/tmp/tmp.rwfqMpaY7Q [2022-03-16T06:51:50.896Z] #63 1.134 + RM_GOPATH=1 [2022-03-16T06:51:50.896Z] #63 1.134 + case "$(go env GOARCH)" in [2022-03-16T06:51:50.896Z] #63 1.135 ++ go env GOARCH [2022-03-16T06:51:50.896Z] #63 1.158 + export GO_BUILDMODE=-buildmode=pie [2022-03-16T06:51:50.896Z] #63 1.158 + GO_BUILDMODE=-buildmode=pie [2022-03-16T06:51:50.896Z] #63 1.158 ++ dirname /install.sh [2022-03-16T06:51:50.896Z] #63 1.158 + dir=/ [2022-03-16T06:51:50.896Z] #63 1.158 + bin=runc [2022-03-16T06:51:50.896Z] #63 1.158 + shift [2022-03-16T06:51:50.896Z] #63 1.158 + '[' '!' -f //runc.installer ']' [2022-03-16T06:51:50.896Z] #63 1.158 + . //runc.installer [2022-03-16T06:51:50.896Z] #63 1.158 ++ set -e [2022-03-16T06:51:50.896Z] #63 1.158 ++ : v1.1.0 [2022-03-16T06:51:50.896Z] #63 1.158 + install_runc [2022-03-16T06:51:50.896Z] #63 1.158 + RUNC_BUILDTAGS=seccomp [2022-03-16T06:51:50.896Z] #63 1.158 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-16T06:51:50.896Z] #63 1.158 Install runc version v1.1.0 (build tags: seccomp) [2022-03-16T06:51:50.896Z] #63 1.158 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.rwfqMpaY7Q/src/github.com/opencontainers/runc [2022-03-16T06:51:50.896Z] #63 1.168 Cloning into '/tmp/tmp.rwfqMpaY7Q/src/github.com/opencontainers/runc'... [2022-03-16T06:51:51.778Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.161s coverage: 50.5% of statements [2022-03-16T06:51:51.827Z] #63 ... [2022-03-16T06:51:51.827Z] [2022-03-16T06:51:51.827Z] #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-16T06:51:51.827Z] #23 sha256:08ef7aab0ae1c051ee5514bf7661a991d1f1c86a87327c5fa71e369ed4370d6a [2022-03-16T06:51:51.827Z] #23 DONE 0.9s [2022-03-16T06:51:51.827Z] [2022-03-16T06:51:51.828Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-16T06:51:51.828Z] #24 sha256:57c943574319571dc37b4c12cf80791bbd2382fc4b8f8d5e6a767a99787cda50 [2022-03-16T06:51:52.759Z] #24 1.152 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-16T06:51:52.759Z] #24 DONE 1.2s [2022-03-16T06:51:52.759Z] [2022-03-16T06:51:52.759Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-16T06:51:52.759Z] #25 sha256:c79e1e4a6eeaa399b796a413950280c15dcd45913219f685865b0df00db85412 [2022-03-16T06:51:53.152Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.010s coverage: 46.2% of statements [2022-03-16T06:51:53.152Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-16T06:51:53.692Z] #25 DONE 0.9s [2022-03-16T06:51:53.692Z] [2022-03-16T06:51:53.692Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-16T06:51:53.692Z] #26 sha256:d326afb01be0f9fa2354eaf00d23e7439b881216a41668b7ebc2270a7f9867b1 [2022-03-16T06:51:54.086Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.869s coverage: 58.0% of statements [2022-03-16T06:51:54.086Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-16T06:51:54.086Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-16T06:51:54.086Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.8% of statements [2022-03-16T06:51:54.676Z] #26 DONE 0.9s [2022-03-16T06:51:54.676Z] [2022-03-16T06:51:54.676Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-16T06:51:54.676Z] #27 sha256:31b8876c5768dd12c94844f6e4b385a2f5b2c66122305733c479327e231acf32 [2022-03-16T06:51:55.463Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.013s coverage: 2.9% of statements [2022-03-16T06:51:55.500Z] [2022-03-16T06:51:55.500Z] SUCCESS: Specified value was saved. [2022-03-16T06:51:55.500Z] INFO: Downloading git... [2022-03-16T06:51:55.634Z] #27 DONE 1.0s [2022-03-16T06:51:55.634Z] [2022-03-16T06:51:55.634Z] #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-16T06:51:55.634Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-16T06:51:55.721Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2022-03-16T06:51:56.289Z] ok github.com/docker/docker/daemon/images 0.028s coverage: 6.8% of statements [2022-03-16T06:51:56.289Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-16T06:51:56.289Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-16T06:51:57.005Z] #28 1.168 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-16T06:51:57.006Z] #28 1.169 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-16T06:51:57.006Z] #28 1.374 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-16T06:51:57.006Z] #28 1.441 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-16T06:51:57.100Z] INFO: Downloading go... [2022-03-16T06:51:57.225Z] ok github.com/docker/docker/daemon/logger 0.228s coverage: 43.0% of statements [2022-03-16T06:51:57.262Z] #28 1.658 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-16T06:51:57.483Z] ok github.com/docker/docker/daemon/logger/awslogs 0.145s coverage: 79.9% of statements [2022-03-16T06:51:57.520Z] #28 1.892 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-16T06:51:57.777Z] #28 2.121 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-16T06:51:58.034Z] #28 2.398 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-16T06:51:58.051Z] ok github.com/docker/docker/daemon/logger/fluentd 0.005s coverage: 33.6% of statements [2022-03-16T06:51:58.051Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-16T06:51:58.051Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 67.0% of statements [2022-03-16T06:51:58.291Z] #28 2.735 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-16T06:51:58.291Z] #28 2.735 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-16T06:51:58.291Z] #28 2.735 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-16T06:51:58.291Z] #28 2.736 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-16T06:51:58.291Z] #28 2.736 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-16T06:51:58.616Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2022-03-16T06:51:58.856Z] #28 3.126 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-16T06:51:58.856Z] #28 3.129 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-16T06:51:58.856Z] #28 3.130 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-16T06:51:58.856Z] #28 3.131 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-16T06:51:58.856Z] #28 3.132 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-16T06:51:58.874Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2022-03-16T06:51:58.874Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.006s coverage: 69.9% of statements [2022-03-16T06:51:59.014Z] Commit message: "Merge commit '5e330ad4da5ed3fa7f28b68851588b8c2b497f12' into HEAD" [2022-03-16T06:51:59.168Z] First time build. Skipping changelog. [2022-03-16T06:51:59.361Z] INFO: Downloading compiler 1 of 3... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-16T06:51:59.809Z] ok github.com/docker/docker/daemon/logger/local 0.032s coverage: 78.7% of statements [2022-03-16T06:51:59.809Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-16T06:52:00.067Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.048s coverage: 54.9% of statements [2022-03-16T06:52:00.326Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.024s coverage: 31.5% of statements [2022-03-16T06:52:00.371Z] INFO: Downloading compiler 2 of 3... [2022-03-16T06:52:01.264Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 46.8% of statements [2022-03-16T06:52:01.522Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2022-03-16T06:51:59.053Z] > git rev-list --no-walk 8a7ac7502f3ab575f4bd80c67ac75725ced09f9d # timeout=10 [2022-03-16T06:52:02.090Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-16T06:52:02.659Z] ok github.com/docker/docker/daemon/logger/splunk 1.551s coverage: 82.5% of statements [2022-03-16T06:52:02.659Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-16T06:52:02.659Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-16T06:52:02.778Z] + docker version [2022-03-16T06:52:03.594Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2022-03-16T06:52:04.160Z] ok github.com/docker/docker/distribution 0.604s coverage: 28.4% of statements [2022-03-16T06:52:04.160Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-16T06:52:04.727Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-03-16T06:52:05.336Z] ok github.com/docker/docker/image 0.027s coverage: 86.9% of statements [2022-03-16T06:52:05.408Z] #28 ... [2022-03-16T06:52:05.408Z] [2022-03-16T06:52:05.408Z] #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-16T06:52:05.408Z] #63 sha256:27406fee2e6086dec467cbdbd8fde119f7108bd86aff3a44dccb7c5f0e6af07b [2022-03-16T06:52:05.408Z] #63 5.403 + cd /tmp/tmp.rwfqMpaY7Q/src/github.com/opencontainers/runc [2022-03-16T06:52:05.408Z] #63 5.403 + git checkout -q v1.1.0 [2022-03-16T06:52:05.408Z] #63 5.575 + '[' -z '' ']' [2022-03-16T06:52:05.408Z] #63 5.575 + target=static [2022-03-16T06:52:05.408Z] #63 5.575 + make BUILDTAGS=seccomp static [2022-03-16T06:52:05.408Z] #63 5.803 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-16T06:52:05.927Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-16T06:52:06.210Z] ok github.com/docker/docker/distribution/xfer 1.924s coverage: 84.9% of statements [2022-03-16T06:52:06.210Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-16T06:52:06.473Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-16T06:52:06.600Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-16T06:52:06.600Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-16T06:52:06.600Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T06:52:06.600Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-16T06:52:06.600Z] [2022-03-16T06:52:06.600Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-16T06:52:06.600Z] DOCKER_SYSTEMD=1 [2022-03-16T06:52:06.600Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-16T06:52:06.600Z] HOSTNAME=32780d24f266 [2022-03-16T06:52:06.600Z] DEST=bundles/test-integration [2022-03-16T06:52:06.600Z] PWD=/go/src/github.com/docker/docker [2022-03-16T06:52:06.600Z] DOCKER_GITCOMMIT=087600309fefa4038c48ed2d73a2539a836934cb [2022-03-16T06:52:06.600Z] container=docker [2022-03-16T06:52:06.600Z] HOME=/root [2022-03-16T06:52:06.600Z] LANG=C.UTF-8 [2022-03-16T06:52:06.600Z] INVOCATION_ID=768939ed3484473f869992f3ec69730d [2022-03-16T06:52:06.600Z] GOLANG_VERSION=1.17.8 [2022-03-16T06:52:06.600Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-16T06:52:06.600Z] VALIDATE_BRANCH=master [2022-03-16T06:52:06.600Z] TERM=xterm [2022-03-16T06:52:06.600Z] DOCKER_PKG=github.com/docker/docker [2022-03-16T06:52:06.600Z] SHLVL=3 [2022-03-16T06:52:06.600Z] TIMEOUT=120m [2022-03-16T06:52:06.600Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-16T06:52:06.600Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-16T06:52:06.600Z] GO111MODULE=off [2022-03-16T06:52:06.600Z] DOCKER_EXPERIMENTAL=1 [2022-03-16T06:52:06.600Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-16T06:52:06.600Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-16T06:52:06.600Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-16T06:52:06.600Z] GOPATH=/go [2022-03-16T06:52:06.600Z] PKG_CONFIG=pkg-config [2022-03-16T06:52:06.600Z] _=/usr/bin/env [2022-03-16T06:52:06.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-16T06:52:06.778Z] #63 ... [2022-03-16T06:52:06.778Z] [2022-03-16T06:52:06.778Z] #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-16T06:52:06.778Z] #67 sha256:89af54001ecdf5e313d1146ddbd7c9aa40b76d7a9b17074ec0a868b1b15416e6 [2022-03-16T06:52:06.778Z] #67 64.38 + bin/containerd [2022-03-16T06:52:07.039Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2022-03-16T06:52:07.039Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-16T06:52:07.297Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-03-16T06:52:07.710Z] #67 ... [2022-03-16T06:52:07.710Z] [2022-03-16T06:52:07.710Z] #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-16T06:52:07.710Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-16T06:52:07.710Z] #28 12.08 Fetched 40.4 MB in 11s (3615 kB/s) [2022-03-16T06:52:08.231Z] ok github.com/docker/docker/oci 0.007s coverage: 43.3% of statements [2022-03-16T06:52:08.797Z] ok github.com/docker/docker/opts 0.020s coverage: 67.4% of statements [2022-03-16T06:52:08.797Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-16T06:52:10.154Z] Client: [2022-03-16T06:52:10.154Z] Version: 20.10.9 [2022-03-16T06:52:10.154Z] API version: 1.41 [2022-03-16T06:52:10.154Z] Go version: go1.16.8 [2022-03-16T06:52:10.154Z] Git commit: c2ea9bc [2022-03-16T06:52:10.154Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-16T06:52:10.154Z] OS/Arch: windows/amd64 [2022-03-16T06:52:10.154Z] Context: default [2022-03-16T06:52:10.154Z] Experimental: true [2022-03-16T06:52:10.154Z] [2022-03-16T06:52:10.154Z] Server: Docker Engine - Community [2022-03-16T06:52:10.154Z] Engine: [2022-03-16T06:52:10.154Z] Version: 20.10.9 [2022-03-16T06:52:10.154Z] API version: 1.41 (minimum version 1.24) [2022-03-16T06:52:10.154Z] Go version: go1.16.8 [2022-03-16T06:52:10.154Z] Git commit: 79ea9d3 [2022-03-16T06:52:10.154Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-16T06:52:10.154Z] OS/Arch: windows/amd64 [2022-03-16T06:52:10.154Z] Experimental: true [2022-03-16T06:52:10.178Z] ok github.com/docker/docker/pkg/archive 0.275s coverage: 82.2% of statements [Pipeline] sh [2022-03-16T06:52:11.113Z] ok github.com/docker/docker/pkg/authorization 0.462s coverage: 68.3% of statements [2022-03-16T06:52:11.372Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-03-16T06:52:11.631Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-16T06:52:11.881Z] + docker info [2022-03-16T06:52:12.979Z] INFO: Downloading compiler 3 of 3... [2022-03-16T06:52:12.979Z] INFO: Extracting git... [2022-03-16T06:52:14.257Z] #28 12.08 Reading package lists... [2022-03-16T06:52:14.910Z] ok github.com/docker/docker/pkg/chrootarchive 2.529s coverage: 43.5% of statements [2022-03-16T06:52:14.910Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-16T06:52:15.170Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-03-16T06:52:15.170Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2022-03-16T06:52:16.103Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-16T06:52:16.103Z] ok github.com/docker/docker/layer 7.892s coverage: 69.0% of statements [2022-03-16T06:52:16.103Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-16T06:52:16.103Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-16T06:52:16.103Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-16T06:52:16.103Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-16T06:52:16.103Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-16T06:52:16.103Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-16T06:52:16.361Z] ok github.com/docker/docker/pkg/fileutils 0.015s coverage: 87.2% of statements [2022-03-16T06:52:16.619Z] ok github.com/docker/docker/pkg/fsutils 0.174s coverage: 85.1% of statements [2022-03-16T06:52:16.619Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-03-16T06:52:17.554Z] ok github.com/docker/docker/pkg/idtools 0.416s coverage: 69.5% of statements [2022-03-16T06:52:17.554Z] ok github.com/docker/docker/pkg/ioutils 0.365s coverage: 71.5% of statements [2022-03-16T06:52:17.812Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2022-03-16T06:52:17.812Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-03-16T06:52:17.812Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-16T06:52:18.070Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2022-03-16T06:52:18.070Z] ok github.com/docker/docker/pkg/parsers 0.008s coverage: 97.0% of statements [2022-03-16T06:52:18.328Z] ok github.com/docker/docker/pkg/parsers/kernel 0.011s coverage: 60.0% of statements [2022-03-16T06:52:18.587Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2022-03-16T06:52:18.587Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-03-16T06:52:18.587Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-16T06:52:18.587Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-16T06:52:19.154Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2022-03-16T06:52:19.412Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-16T06:52:19.670Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-16T06:52:19.928Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2022-03-16T06:52:20.062Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-16T06:52:20.626Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-16T06:52:20.626Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T06:52:20.816Z] #28 18.56 Reading package lists... [2022-03-16T06:52:20.882Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-16T06:52:21.139Z] [2022-03-16T06:52:21.301Z] ok github.com/docker/docker/pkg/pubsub 1.044s coverage: 75.0% of statements [2022-03-16T06:52:21.301Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-16T06:52:21.559Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-16T06:52:21.559Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-03-16T06:52:21.716Z] + TEST_INTEGRATION_DEST=1 [2022-03-16T06:52:21.716Z] + CONTAINER_NAME=docker-pr3-1 [2022-03-16T06:52:21.716Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-16T06:52:21.716Z] + run_tests test-integration-flaky [2022-03-16T06:52:21.716Z] + '[' -n 0 ']' [2022-03-16T06:52:21.716Z] + rm= [2022-03-16T06:52:21.716Z] + c=0 [2022-03-16T06:52:21.716Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43372/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43372/.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=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 hack/make.sh test-integration-flaky test-integration [2022-03-16T06:52:21.716Z] + TEST_INTEGRATION_DEST=3 [2022-03-16T06:52:21.716Z] + CONTAINER_NAME=docker-pr3-3 [2022-03-16T06:52:21.716Z] + TEST_SKIP_INTEGRATION=1 [2022-03-16T06:52:21.716Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-16T06:52:21.716Z] + run_tests [2022-03-16T06:52:21.716Z] + '[' -n 0 ']' [2022-03-16T06:52:21.716Z] + rm= [2022-03-16T06:52:21.716Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43372/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43372/.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=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 hack/make.sh '' test-integration [2022-03-16T06:52:21.716Z] ++ jobs -p [2022-03-16T06:52:21.716Z] + TEST_INTEGRATION_DEST=2 [2022-03-16T06:52:21.716Z] + for job in $(jobs -p) [2022-03-16T06:52:21.716Z] + CONTAINER_NAME=docker-pr3-2 [2022-03-16T06:52:21.716Z] + TEST_SKIP_INTEGRATION=1 [2022-03-16T06:52:21.716Z] + wait 14775 [2022-03-16T06:52:21.716Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-16T06:52:21.716Z] + run_tests [2022-03-16T06:52:21.716Z] + '[' -n 0 ']' [2022-03-16T06:52:21.716Z] + rm= [2022-03-16T06:52:21.716Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43372/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43372/.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=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 hack/make.sh '' test-integration [2022-03-16T06:52:21.816Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-16T06:52:22.075Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-16T06:52:22.183Z] #28 24.86 Building dependency tree... [2022-03-16T06:52:22.183Z] #28 26.46 Reading state information... [2022-03-16T06:52:22.641Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 53.3% of statements [2022-03-16T06:52:22.648Z] [2022-03-16T06:52:22.648Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-16T06:52:22.899Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-16T06:52:22.904Z] [2022-03-16T06:52:22.904Z] [2022-03-16T06:52:22.904Z] No new tests added to integration. [2022-03-16T06:52:22.904Z] [2022-03-16T06:52:22.904Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-16T06:52:22.904Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-16T06:52:22.904Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-16T06:52:22.904Z] HOSTNAME=6c327a00cdc6 [2022-03-16T06:52:22.904Z] TEST_SKIP_INTEGRATION=1 [2022-03-16T06:52:22.904Z] TESTDEBUG=0 [2022-03-16T06:52:22.904Z] DEST=bundles/test-integration [2022-03-16T06:52:22.904Z] PWD=/go/src/github.com/docker/docker [2022-03-16T06:52:22.904Z] KEEPBUNDLE=1 [2022-03-16T06:52:22.904Z] DOCKER_GITCOMMIT=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 [2022-03-16T06:52:22.904Z] container=docker [2022-03-16T06:52:22.904Z] HOME=/root [2022-03-16T06:52:22.904Z] GOLANG_VERSION=1.17.8 [2022-03-16T06:52:22.904Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-16T06:52:22.904Z] VALIDATE_BRANCH=master [2022-03-16T06:52:22.904Z] TERM=xterm [2022-03-16T06:52:22.904Z] DOCKER_PKG=github.com/docker/docker [2022-03-16T06:52:22.904Z] SHLVL=1 [2022-03-16T06:52:22.904Z] TIMEOUT=120m [2022-03-16T06:52:22.904Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-16T06:52:22.904Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-16T06:52:22.904Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-16T06:52:22.904Z] GO111MODULE=off [2022-03-16T06:52:22.904Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-16T06:52:22.904Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-16T06:52:22.904Z] GOPATH=/go [2022-03-16T06:52:22.904Z] PKG_CONFIG=pkg-config [2022-03-16T06:52:22.904Z] _=/usr/bin/env [2022-03-16T06:52:22.904Z] Building test suite binary ./integration-cli/test.main [2022-03-16T06:52:22.904Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-16T06:52:22.904Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-16T06:52:22.904Z] HOSTNAME=95b652c1fcff [2022-03-16T06:52:22.904Z] TEST_SKIP_INTEGRATION=1 [2022-03-16T06:52:22.904Z] TESTDEBUG=0 [2022-03-16T06:52:22.904Z] DEST=bundles/test-integration [2022-03-16T06:52:22.904Z] PWD=/go/src/github.com/docker/docker [2022-03-16T06:52:22.904Z] KEEPBUNDLE=1 [2022-03-16T06:52:22.904Z] DOCKER_GITCOMMIT=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 [2022-03-16T06:52:22.904Z] container=docker [2022-03-16T06:52:22.904Z] HOME=/root [2022-03-16T06:52:22.904Z] GOLANG_VERSION=1.17.8 [2022-03-16T06:52:22.904Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-16T06:52:22.904Z] VALIDATE_BRANCH=master [2022-03-16T06:52:22.904Z] TERM=xterm [2022-03-16T06:52:22.904Z] DOCKER_PKG=github.com/docker/docker [2022-03-16T06:52:22.904Z] SHLVL=1 [2022-03-16T06:52:22.904Z] TIMEOUT=120m [2022-03-16T06:52:22.904Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-16T06:52:22.904Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-16T06:52:22.904Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-16T06:52:22.904Z] GO111MODULE=off [2022-03-16T06:52:22.904Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-16T06:52:22.904Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-16T06:52:22.904Z] GOPATH=/go [2022-03-16T06:52:22.904Z] PKG_CONFIG=pkg-config [2022-03-16T06:52:22.904Z] _=/usr/bin/env [2022-03-16T06:52:22.904Z] Building test suite binary ./integration-cli/test.main [2022-03-16T06:52:23.157Z] ok github.com/docker/docker/pkg/tailfile 0.043s coverage: 88.6% of statements [2022-03-16T06:52:23.553Z] #28 27.82 bzip2 is already the newest version (1.0.8-4). [2022-03-16T06:52:23.553Z] #28 27.82 patch is already the newest version (2.7.6-7). [2022-03-16T06:52:23.553Z] #28 27.82 xz-utils is already the newest version (5.2.5-2). [2022-03-16T06:52:23.553Z] #28 27.82 The following additional packages will be installed: [2022-03-16T06:52:23.553Z] #28 27.83 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-16T06:52:23.553Z] #28 27.83 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-03-16T06:52:23.553Z] #28 27.84 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-16T06:52:23.553Z] #28 27.84 python3-pkg-resources vim-runtime xxd [2022-03-16T06:52:23.553Z] #28 27.86 Suggested packages: [2022-03-16T06:52:23.553Z] #28 27.86 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-03-16T06:52:23.553Z] #28 27.86 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-03-16T06:52:23.553Z] #28 27.86 Recommended packages: [2022-03-16T06:52:23.553Z] #28 27.86 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-16T06:52:23.723Z] ok github.com/docker/docker/pkg/tarsum 0.052s coverage: 89.3% of statements [2022-03-16T06:52:23.982Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-16T06:52:23.982Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-16T06:52:24.240Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-16T06:52:24.272Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-16T06:52:24.272Z] HOSTNAME=94e7b4043d26 [2022-03-16T06:52:24.272Z] TESTDEBUG=0 [2022-03-16T06:52:24.272Z] DEST=bundles/test-integration [2022-03-16T06:52:24.272Z] PWD=/go/src/github.com/docker/docker [2022-03-16T06:52:24.272Z] KEEPBUNDLE=1 [2022-03-16T06:52:24.272Z] DOCKER_GITCOMMIT=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 [2022-03-16T06:52:24.272Z] container=docker [2022-03-16T06:52:24.272Z] HOME=/root [2022-03-16T06:52:24.272Z] GOLANG_VERSION=1.17.8 [2022-03-16T06:52:24.272Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-16T06:52:24.272Z] VALIDATE_BRANCH=master [2022-03-16T06:52:24.272Z] TERM=xterm [2022-03-16T06:52:24.272Z] DOCKER_PKG=github.com/docker/docker [2022-03-16T06:52:24.272Z] SHLVL=1 [2022-03-16T06:52:24.272Z] TIMEOUT=120m [2022-03-16T06:52:24.272Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-16T06:52:24.272Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-16T06:52:24.272Z] GO111MODULE=off [2022-03-16T06:52:24.272Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-16T06:52:24.272Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-16T06:52:24.272Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-16T06:52:24.272Z] GOPATH=/go [2022-03-16T06:52:24.272Z] PKG_CONFIG=pkg-config [2022-03-16T06:52:24.272Z] _=/usr/bin/env [2022-03-16T06:52:24.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-16T06:52:24.664Z] Client: [2022-03-16T06:52:24.664Z] Context: default [2022-03-16T06:52:24.664Z] Debug Mode: false [2022-03-16T06:52:24.664Z] Plugins: [2022-03-16T06:52:24.664Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-16T06:52:24.664Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-16T06:52:24.664Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-16T06:52:24.664Z] [2022-03-16T06:52:24.664Z] Server: [2022-03-16T06:52:24.664Z] Containers: 0 [2022-03-16T06:52:24.664Z] Running: 0 [2022-03-16T06:52:24.664Z] Paused: 0 [2022-03-16T06:52:24.664Z] Stopped: 0 [2022-03-16T06:52:24.664Z] Images: 0 [2022-03-16T06:52:24.664Z] Server Version: 20.10.9 [2022-03-16T06:52:24.664Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-03-16T06:52:24.664Z] LCOW: [2022-03-16T06:52:24.664Z] Windows: [2022-03-16T06:52:24.664Z] Logging Driver: json-file [2022-03-16T06:52:24.664Z] Plugins: [2022-03-16T06:52:24.664Z] Volume: local [2022-03-16T06:52:24.664Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T06:52:24.664Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T06:52:24.664Z] Swarm: inactive [2022-03-16T06:52:24.664Z] Default Isolation: process [2022-03-16T06:52:24.664Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-16T06:52:24.664Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-16T06:52:24.664Z] OSType: windows [2022-03-16T06:52:24.664Z] Architecture: x86_64 [2022-03-16T06:52:24.664Z] CPUs: 4 [2022-03-16T06:52:24.664Z] Total Memory: 32GiB [2022-03-16T06:52:24.664Z] Name: azwin-2-a1aa80 [2022-03-16T06:52:24.664Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-16T06:52:24.664Z] Docker Root Dir: D:\docker [2022-03-16T06:52:24.664Z] Debug Mode: false [2022-03-16T06:52:24.664Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:52:24.664Z] Labels: [2022-03-16T06:52:24.664Z] Experimental: true [2022-03-16T06:52:24.664Z] Insecure Registries: [2022-03-16T06:52:24.664Z] 10.0.0.4:5000 [2022-03-16T06:52:24.664Z] 127.0.0.0/8 [2022-03-16T06:52:24.664Z] Registry Mirrors: [2022-03-16T06:52:24.664Z] http://10.0.0.4:5000/ [2022-03-16T06:52:24.664Z] Live Restore Enabled: false [2022-03-16T06:52:24.664Z] Product License: Community Engine [2022-03-16T06:52:24.664Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-16T06:52:24.934Z] #28 29.35 The following NEW packages will be installed: [2022-03-16T06:52:24.934Z] #28 29.36 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-03-16T06:52:24.934Z] #28 29.36 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-16T06:52:24.934Z] #28 29.36 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-03-16T06:52:24.934Z] #28 29.37 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-03-16T06:52:24.934Z] #28 29.37 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-03-16T06:52:24.934Z] #28 29.38 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-03-16T06:52:24.934Z] #28 29.38 vim-common vim-runtime xfsprogs xxd zip zstd [2022-03-16T06:52:25.498Z] #28 29.80 0 upgraded, 44 newly installed, 0 to remove and 4 not upgraded. [2022-03-16T06:52:25.498Z] #28 29.80 Need to get 18.6 MB of archives. [2022-03-16T06:52:25.498Z] #28 29.80 After this operation, 71.4 MB of additional disk space will be used. [2022-03-16T06:52:25.498Z] #28 29.80 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-16T06:52:25.498Z] #28 29.80 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-16T06:52:25.498Z] #28 29.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-16T06:52:25.498Z] #28 29.81 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-16T06:52:25.498Z] #28 29.81 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-16T06:52:25.498Z] #28 29.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-16T06:52:25.498Z] #28 29.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-16T06:52:25.498Z] #28 29.82 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-16T06:52:25.498Z] #28 29.83 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-16T06:52:25.498Z] #28 29.84 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-16T06:52:25.498Z] #28 29.84 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-16T06:52:25.498Z] #28 29.85 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-16T06:52:25.498Z] #28 29.87 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-16T06:52:25.498Z] #28 29.87 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-16T06:52:25.498Z] #28 29.88 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-16T06:52:25.498Z] #28 29.88 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-16T06:52:25.498Z] #28 29.90 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-16T06:52:25.498Z] #28 29.90 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-16T06:52:25.498Z] #28 29.90 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-16T06:52:25.498Z] #28 29.91 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-16T06:52:25.498Z] #28 29.91 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-16T06:52:25.498Z] #28 29.92 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-16T06:52:25.498Z] #28 29.92 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-16T06:52:25.755Z] #28 30.07 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-16T06:52:25.755Z] #28 30.09 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-16T06:52:25.755Z] #28 30.09 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-16T06:52:25.755Z] #28 30.09 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-16T06:52:25.755Z] #28 30.09 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-16T06:52:25.755Z] #28 30.09 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-16T06:52:25.755Z] #28 30.10 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-16T06:52:25.755Z] #28 30.13 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-16T06:52:25.755Z] #28 30.14 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-16T06:52:25.755Z] #28 30.14 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-16T06:52:25.755Z] #28 30.15 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-16T06:52:25.755Z] #28 30.16 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-16T06:52:25.755Z] #28 30.16 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-16T06:52:25.755Z] #28 30.16 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-16T06:52:25.755Z] #28 30.19 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-16T06:52:25.755Z] #28 30.19 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-16T06:52:25.755Z] #28 30.20 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-16T06:52:26.012Z] #28 30.32 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-16T06:52:26.012Z] #28 30.34 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-16T06:52:26.012Z] #28 30.36 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-16T06:52:26.012Z] #28 30.36 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-16T06:52:26.141Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-03-16T06:52:26.399Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-16T06:52:26.575Z] #28 31.02 debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T06:52:26.662Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-03-16T06:52:26.831Z] #28 31.28 Fetched 18.6 MB in 1s (21.3 MB/s) [2022-03-16T06:52:27.088Z] #28 31.34 Selecting previously unselected package pigz. [2022-03-16T06:52:27.088Z] #28 31.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-03-16T06:52:27.088Z] #28 31.43 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-16T06:52:27.088Z] #28 31.43 Unpacking pigz (2.6-1) ... [2022-03-16T06:52:27.088Z] #28 31.50 Selecting previously unselected package libelf1:amd64. [2022-03-16T06:52:27.088Z] #28 31.50 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-16T06:52:27.088Z] #28 31.51 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-16T06:52:27.088Z] #28 31.62 Selecting previously unselected package libbpf0:amd64. [2022-03-16T06:52:27.345Z] #28 31.62 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-16T06:52:27.345Z] #28 31.63 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-16T06:52:27.345Z] #28 31.71 Selecting previously unselected package libcap2:amd64. [2022-03-16T06:52:27.345Z] #28 31.71 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-16T06:52:27.345Z] #28 31.71 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-16T06:52:27.601Z] #28 31.78 Selecting previously unselected package libmnl0:amd64. [2022-03-16T06:52:27.601Z] #28 31.78 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-16T06:52:27.601Z] #28 31.79 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-16T06:52:27.601Z] #28 31.84 Selecting previously unselected package libxtables12:amd64. [2022-03-16T06:52:27.601Z] #28 31.85 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-16T06:52:27.601Z] #28 31.86 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-16T06:52:27.601Z] #28 31.91 Selecting previously unselected package libcap2-bin. [2022-03-16T06:52:27.601Z] #28 31.92 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-16T06:52:27.601Z] #28 31.93 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-16T06:52:27.601Z] #28 32.00 Selecting previously unselected package iproute2. [2022-03-16T06:52:27.601Z] #28 32.01 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-16T06:52:27.601Z] #28 32.02 Unpacking iproute2 (5.10.0-4) ... [2022-03-16T06:52:28.038Z] ok github.com/docker/docker/quota 0.233s coverage: 71.4% of statements [2022-03-16T06:52:28.040Z] INFO: Expanding go... [2022-03-16T06:52:28.115Z] #28 32.31 Selecting previously unselected package xxd. [2022-03-16T06:52:28.115Z] #28 32.32 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-16T06:52:28.115Z] #28 32.32 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:52:28.115Z] #28 32.43 Selecting previously unselected package vim-common. [2022-03-16T06:52:28.115Z] #28 32.44 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-16T06:52:28.115Z] #28 32.46 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:52:28.115Z] #28 32.58 Selecting previously unselected package bash-completion. [2022-03-16T06:52:28.296Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-16T06:52:28.372Z] #28 32.58 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-16T06:52:29.231Z] ok github.com/docker/docker/registry 0.086s coverage: 58.3% of statements [2022-03-16T06:52:29.303Z] #28 33.74 Unpacking bash-completion (1:2.11-2) ... [2022-03-16T06:52:29.560Z] #28 33.98 Selecting previously unselected package apparmor. [2022-03-16T06:52:29.560Z] #28 33.99 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-03-16T06:52:29.797Z] ok github.com/docker/docker/registry/resumable 0.022s coverage: 100.0% of statements [2022-03-16T06:52:29.797Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-03-16T06:52:29.817Z] #28 34.05 Unpacking apparmor (2.13.6-10) ... [2022-03-16T06:52:30.074Z] #28 34.41 Selecting previously unselected package inetutils-ping. [2022-03-16T06:52:30.074Z] #28 34.43 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-16T06:52:30.074Z] #28 34.43 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-16T06:52:30.074Z] #28 34.53 Selecting previously unselected package libip4tc2:amd64. [2022-03-16T06:52:30.331Z] #28 34.53 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-16T06:52:30.331Z] #28 34.54 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-16T06:52:30.331Z] #28 34.59 Selecting previously unselected package libip6tc2:amd64. [2022-03-16T06:52:30.331Z] #28 34.60 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-16T06:52:30.331Z] #28 34.60 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-16T06:52:30.331Z] #28 34.66 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-16T06:52:30.331Z] #28 34.66 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-16T06:52:30.331Z] #28 34.67 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-16T06:52:30.331Z] #28 34.72 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-16T06:52:30.331Z] #28 34.73 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-16T06:52:30.331Z] #28 34.74 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-16T06:52:30.331Z] #28 34.80 Selecting previously unselected package libnftnl11:amd64. [2022-03-16T06:52:30.364Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-03-16T06:52:30.364Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-16T06:52:30.588Z] #28 34.80 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-16T06:52:30.588Z] #28 34.81 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-16T06:52:30.588Z] #28 34.87 Selecting previously unselected package iptables. [2022-03-16T06:52:30.588Z] #28 34.88 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-03-16T06:52:30.588Z] #28 34.89 Unpacking iptables (1.8.7-1) ... [2022-03-16T06:52:30.588Z] #28 35.09 Selecting previously unselected package libonig5:amd64. [2022-03-16T06:52:30.845Z] #28 35.10 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-16T06:52:30.846Z] #28 35.11 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-16T06:52:30.846Z] #28 35.21 Selecting previously unselected package libjq1:amd64. [2022-03-16T06:52:30.846Z] #28 35.21 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-03-16T06:52:30.846Z] #28 35.22 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-16T06:52:30.846Z] #28 35.30 Selecting previously unselected package jq. [2022-03-16T06:52:30.846Z] #28 35.30 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-03-16T06:52:30.846Z] #28 35.31 Unpacking jq (1.6-2.1) ... [2022-03-16T06:52:31.103Z] #28 35.36 Selecting previously unselected package libaio1:amd64. [2022-03-16T06:52:31.103Z] #28 35.37 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-03-16T06:52:31.103Z] #28 35.38 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-16T06:52:31.103Z] #28 35.44 Selecting previously unselected package libgpm2:amd64. [2022-03-16T06:52:31.103Z] #28 35.44 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-03-16T06:52:31.103Z] #28 35.45 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-16T06:52:31.103Z] #28 35.50 Selecting previously unselected package libinih1:amd64. [2022-03-16T06:52:31.103Z] #28 35.50 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-03-16T06:52:31.103Z] #28 35.51 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-16T06:52:31.103Z] #28 35.56 Selecting previously unselected package libnet1:amd64. [2022-03-16T06:52:31.105Z] --- PASS: TestBuildWithHugeFile (50.33s) [2022-03-16T06:52:31.105Z] === RUN TestBuildWCOWSandboxSize [2022-03-16T06:52:31.105Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T06:52:31.105Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-16T06:52:31.105Z] === RUN TestBuildWithEmptyDockerfile [2022-03-16T06:52:31.105Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T06:52:31.105Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T06:52:31.105Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T06:52:31.105Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T06:52:31.105Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T06:52:31.105Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T06:52:31.105Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T06:52:31.105Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T06:52:31.105Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T06:52:31.105Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-16T06:52:31.105Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-03-16T06:52:31.105Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-03-16T06:52:31.105Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-16T06:52:31.105Z] === RUN TestBuildPreserveOwnership [2022-03-16T06:52:31.105Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-16T06:52:31.105Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-16T06:52:31.360Z] #28 35.56 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-16T06:52:31.360Z] #28 35.58 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-16T06:52:31.360Z] #28 35.65 Selecting previously unselected package libnl-3-200:amd64. [2022-03-16T06:52:31.360Z] #28 35.66 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-16T06:52:31.360Z] #28 35.67 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-16T06:52:31.360Z] #28 35.73 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-16T06:52:31.360Z] #28 35.73 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-16T06:52:31.360Z] #28 35.74 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-16T06:52:31.360Z] #28 35.79 Selecting previously unselected package net-tools. [2022-03-16T06:52:31.617Z] #28 35.79 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-16T06:52:31.617Z] #28 35.79 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-16T06:52:31.617Z] #28 35.92 Selecting previously unselected package python-pip-whl. [2022-03-16T06:52:31.617Z] #28 35.92 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-03-16T06:52:31.617Z] #28 35.93 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-16T06:52:31.874Z] #28 36.30 Selecting previously unselected package python3-lib2to3. [2022-03-16T06:52:31.874Z] #28 36.32 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-16T06:52:32.132Z] #28 36.33 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-16T06:52:32.132Z] #28 36.41 Selecting previously unselected package python3-distutils. [2022-03-16T06:52:32.132Z] #28 36.43 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-03-16T06:52:32.132Z] #28 36.43 Unpacking python3-distutils (3.9.2-1) ... [2022-03-16T06:52:32.132Z] #28 36.50 Selecting previously unselected package python3-pkg-resources. [2022-03-16T06:52:32.132Z] #28 36.51 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-16T06:52:32.132Z] #28 36.51 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-16T06:52:32.391Z] #28 36.60 Selecting previously unselected package python3-setuptools. [2022-03-16T06:52:32.391Z] #28 36.61 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-03-16T06:52:32.391Z] #28 36.61 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-16T06:52:32.391Z] #28 36.74 Selecting previously unselected package python3-wheel. [2022-03-16T06:52:32.391Z] #28 36.74 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-03-16T06:52:32.391Z] #28 36.75 Unpacking python3-wheel (0.34.2-1) ... [2022-03-16T06:52:32.391Z] #28 36.81 Selecting previously unselected package python3-pip. [2022-03-16T06:52:32.391Z] #28 36.82 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-03-16T06:52:32.391Z] #28 36.82 Unpacking python3-pip (20.3.4-4) ... [2022-03-16T06:52:32.657Z] #28 37.10 Selecting previously unselected package sudo. [2022-03-16T06:52:32.657Z] #28 37.10 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-03-16T06:52:32.657Z] #28 37.12 Unpacking sudo (1.9.5p2-3) ... [2022-03-16T06:52:32.893Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-16T06:52:32.915Z] #28 37.45 Selecting previously unselected package thin-provisioning-tools. [2022-03-16T06:52:33.171Z] #28 37.46 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-16T06:52:33.171Z] #28 37.47 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-16T06:52:33.429Z] #28 37.63 Selecting previously unselected package uidmap. [2022-03-16T06:52:33.429Z] #28 37.63 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-16T06:52:33.429Z] #28 37.64 Unpacking uidmap (1:4.8.1-1) ... [2022-03-16T06:52:33.429Z] #28 37.73 Selecting previously unselected package vim-runtime. [2022-03-16T06:52:33.429Z] #28 37.74 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-16T06:52:33.429Z] #28 37.76 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-16T06:52:33.429Z] #28 37.79 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-16T06:52:33.429Z] #28 37.80 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:52:33.827Z] ok github.com/docker/docker/volume/local 0.082s coverage: 76.4% of statements [2022-03-16T06:52:34.085Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-03-16T06:52:35.271Z] --- PASS: TestBuildPreserveOwnership (10.39s) [2022-03-16T06:52:35.271Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.38s) [2022-03-16T06:52:35.271Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-03-16T06:52:35.271Z] === RUN TestBuildPlatformInvalid [2022-03-16T06:52:35.271Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-16T06:52:35.271Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-16T06:52:35.271Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-16T06:52:35.271Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-16T06:52:35.271Z] PASS [2022-03-16T06:52:35.271Z] [2022-03-16T06:52:35.271Z] === Skipped [2022-03-16T06:52:35.271Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-16T06:52:35.271Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T06:52:35.271Z] [2022-03-16T06:52:35.271Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-16T06:52:35.271Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T06:52:35.271Z] [2022-03-16T06:52:35.272Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-16T06:52:35.272Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-16T06:52:35.272Z] [2022-03-16T06:52:35.272Z] DONE 34 tests, 3 skipped in 111.182s [2022-03-16T06:52:35.272Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-16T06:52:35.272Z] INFO: Testing against a local daemon [2022-03-16T06:52:35.272Z] === RUN TestConfigInspect [2022-03-16T06:52:35.272Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.272Z] --- SKIP: TestConfigInspect (0.02s) [2022-03-16T06:52:35.272Z] === RUN TestConfigList [2022-03-16T06:52:35.272Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.327Z] #28 39.47 Selecting previously unselected package vim. [2022-03-16T06:52:35.327Z] #28 39.47 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-16T06:52:35.327Z] #28 39.49 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:52:35.527Z] --- SKIP: TestConfigList (0.02s) [2022-03-16T06:52:35.527Z] === RUN TestConfigsCreateAndDelete [2022-03-16T06:52:35.527Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.527Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2022-03-16T06:52:35.527Z] === RUN TestConfigsUpdate [2022-03-16T06:52:35.527Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.527Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-03-16T06:52:35.527Z] === RUN TestTemplatedConfig [2022-03-16T06:52:35.527Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.527Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-16T06:52:35.527Z] === RUN TestConfigCreateResolve [2022-03-16T06:52:35.527Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.527Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-16T06:52:35.527Z] PASS [2022-03-16T06:52:35.527Z] [2022-03-16T06:52:35.527Z] === Skipped [2022-03-16T06:52:35.527Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-03-16T06:52:35.527Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.527Z] [2022-03-16T06:52:35.527Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2022-03-16T06:52:35.527Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.527Z] [2022-03-16T06:52:35.527Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2022-03-16T06:52:35.527Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.527Z] [2022-03-16T06:52:35.527Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-03-16T06:52:35.527Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.527Z] [2022-03-16T06:52:35.527Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-16T06:52:35.527Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.527Z] [2022-03-16T06:52:35.527Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-16T06:52:35.527Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:52:35.527Z] [2022-03-16T06:52:35.527Z] DONE 6 tests, 6 skipped in 0.158s [2022-03-16T06:52:35.527Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-16T06:52:35.527Z] INFO: Testing against a local daemon [2022-03-16T06:52:35.527Z] === RUN TestCheckpoint [2022-03-16T06:52:35.527Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T06:52:35.527Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-16T06:52:35.527Z] === RUN TestContainerInvalidJSON [2022-03-16T06:52:35.527Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T06:52:35.527Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T06:52:35.527Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-16T06:52:35.527Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-16T06:52:35.527Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T06:52:35.527Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-16T06:52:35.527Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-16T06:52:35.527Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-16T06:52:35.527Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-16T06:52:35.527Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-16T06:52:35.585Z] #28 39.80 Selecting previously unselected package xfsprogs. [2022-03-16T06:52:35.585Z] #28 39.80 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-16T06:52:35.585Z] #28 39.81 Unpacking xfsprogs (5.10.0-4) ... [2022-03-16T06:52:35.585Z] #28 40.07 Selecting previously unselected package zip. [2022-03-16T06:52:35.634Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2022-03-16T06:52:35.784Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-03-16T06:52:35.784Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-16T06:52:35.784Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-16T06:52:35.784Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-16T06:52:35.784Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-16T06:52:35.784Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-16T06:52:35.784Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-16T06:52:35.784Z] === RUN TestCopyFromContainer [2022-03-16T06:52:35.842Z] #28 40.08 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-03-16T06:52:35.842Z] #28 40.08 Unpacking zip (3.0-12) ... [2022-03-16T06:52:35.842Z] #28 40.18 Selecting previously unselected package zstd. [2022-03-16T06:52:35.842Z] #28 40.19 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-16T06:52:35.842Z] #28 40.19 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-16T06:52:36.099Z] #28 40.44 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-16T06:52:36.663Z] #28 41.00 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-16T06:52:36.663Z] #28 41.01 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-16T06:52:36.663Z] #28 41.03 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-16T06:52:36.663Z] #28 41.04 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-16T06:52:36.663Z] #28 41.05 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-16T06:52:36.663Z] #28 41.06 Setting up uidmap (1:4.8.1-1) ... [2022-03-16T06:52:36.663Z] #28 41.07 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-16T06:52:36.663Z] #28 41.08 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-16T06:52:36.663Z] #28 41.09 Setting up python3-wheel (0.34.2-1) ... [2022-03-16T06:52:37.227Z] #28 41.50 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:52:37.227Z] #28 41.51 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-16T06:52:37.227Z] #28 41.52 Setting up libcap2-bin (1:2.44-1) ... [2022-03-16T06:52:37.227Z] #28 41.54 Setting up apparmor (2.13.6-10) ... [2022-03-16T06:52:38.159Z] #28 42.55 Setting up zip (3.0-12) ... [2022-03-16T06:52:38.159Z] #28 42.56 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:52:38.159Z] #28 42.59 Setting up bash-completion (1:2.11-2) ... [2022-03-16T06:52:39.070Z] === RUN TestCopyFromContainer// [2022-03-16T06:52:39.326Z] === RUN TestCopyFromContainer//bar/root [2022-03-16T06:52:39.326Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-16T06:52:39.326Z] === RUN TestCopyFromContainer/bar/quux [2022-03-16T06:52:39.326Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-16T06:52:39.530Z] #28 43.82 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-16T06:52:39.530Z] #28 43.83 Setting up sudo (1.9.5p2-3) ... [2022-03-16T06:52:39.530Z] #28 43.90 invoke-rc.d: could not determine current runlevel [2022-03-16T06:52:39.530Z] #28 43.91 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-16T06:52:39.530Z] #28 43.92 Setting up xfsprogs (5.10.0-4) ... [2022-03-16T06:52:39.584Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-16T06:52:39.584Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-16T06:52:39.584Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-16T06:52:39.584Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-16T06:52:39.584Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-16T06:52:39.788Z] #28 43.93 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-16T06:52:39.788Z] #28 43.94 Setting up inetutils-ping (2:2.0-1) ... [2022-03-16T06:52:39.788Z] #28 43.95 Setting up pigz (2.6-1) ... [2022-03-16T06:52:39.788Z] #28 43.96 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-16T06:52:39.788Z] #28 43.97 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-16T06:52:39.788Z] #28 43.99 Setting up python-pip-whl (20.3.4-4) ... [2022-03-16T06:52:39.788Z] #28 44.00 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:52:39.840Z] --- PASS: TestCopyFromContainer (3.97s) [2022-03-16T06:52:39.840Z] --- PASS: TestCopyFromContainer// (0.09s) [2022-03-16T06:52:39.840Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-16T06:52:39.840Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-16T06:52:39.840Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-16T06:52:39.840Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-03-16T06:52:39.840Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-16T06:52:39.840Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-16T06:52:39.840Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-16T06:52:39.840Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-16T06:52:39.840Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-03-16T06:52:39.840Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-16T06:52:39.840Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T06:52:39.840Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T06:52:39.840Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T06:52:39.840Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T06:52:39.840Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T06:52:39.840Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T06:52:39.840Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T06:52:39.840Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T06:52:39.840Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T06:52:39.840Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-16T06:52:39.840Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-16T06:52:39.840Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-16T06:52:39.840Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-16T06:52:39.840Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-16T06:52:39.840Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-16T06:52:39.840Z] === RUN TestCreateWithInvalidEnv [2022-03-16T06:52:39.840Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-16T06:52:39.840Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-16T06:52:39.840Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-16T06:52:39.840Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-16T06:52:39.840Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-16T06:52:39.840Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-16T06:52:39.840Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-16T06:52:39.840Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-16T06:52:39.840Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-16T06:52:39.840Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-16T06:52:39.840Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-16T06:52:39.840Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-16T06:52:39.840Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-16T06:52:39.840Z] === RUN TestCreateTmpfsMountsTarget [2022-03-16T06:52:39.840Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-16T06:52:39.840Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-16T06:52:40.303Z] #28 44.52 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-16T06:52:40.303Z] #28 44.53 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-16T06:52:40.560Z] #28 44.80 Setting up libelf1:amd64 (0.183-1) ... [2022-03-16T06:52:40.560Z] #28 44.82 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-16T06:52:40.560Z] #28 44.83 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-16T06:52:40.560Z] #28 44.84 Setting up python3-distutils (3.9.2-1) ... [2022-03-16T06:52:40.816Z] #28 45.17 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-16T06:52:40.816Z] #28 45.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-16T06:52:40.816Z] #28 45.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-16T06:52:40.816Z] #28 45.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-16T06:52:40.816Z] #28 45.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-16T06:52:40.816Z] #28 45.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-16T06:52:41.073Z] #28 45.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-16T06:52:41.073Z] #28 45.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-16T06:52:41.073Z] #28 45.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-16T06:52:41.073Z] #28 45.26 Setting up python3-setuptools (52.0.0-4) ... [2022-03-16T06:52:41.208Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s) [2022-03-16T06:52:41.208Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-16T06:52:42.001Z] #28 46.12 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-16T06:52:42.001Z] #28 46.13 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-16T06:52:42.001Z] #28 46.15 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-16T06:52:42.001Z] #28 46.16 Setting up python3-pip (20.3.4-4) ... [2022-03-16T06:52:42.136Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s) [2022-03-16T06:52:42.136Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-16T06:52:42.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T06:52:42.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T06:52:42.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T06:52:42.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T06:52:42.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T06:52:42.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T06:52:42.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T06:52:42.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T06:52:42.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T06:52:42.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T06:52:42.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T06:52:42.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T06:52:42.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T06:52:42.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T06:52:42.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T06:52:42.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-16T06:52:42.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-16T06:52:42.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-16T06:52:42.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-16T06:52:42.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-16T06:52:42.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-16T06:52:42.136Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-16T06:52:42.565Z] #28 46.93 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-16T06:52:42.565Z] #28 46.95 Setting up jq (1.6-2.1) ... [2022-03-16T06:52:42.565Z] #28 46.96 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-16T06:52:42.698Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2022-03-16T06:52:42.698Z] === RUN TestCreateDifferentPlatform [2022-03-16T06:52:42.699Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-16T06:52:42.699Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-16T06:52:42.699Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-16T06:52:42.699Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-16T06:52:42.699Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-16T06:52:42.699Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-16T06:52:42.699Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-16T06:52:42.699Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-16T06:52:42.699Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-16T06:52:42.699Z] === RUN TestContainerStartOnDaemonRestart [2022-03-16T06:52:42.699Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-16T06:52:42.699Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-16T06:52:42.699Z] === RUN TestDaemonRestartIpcMode [2022-03-16T06:52:42.699Z] === PAUSE TestDaemonRestartIpcMode [2022-03-16T06:52:42.699Z] === RUN TestDaemonHostGatewayIP [2022-03-16T06:52:42.699Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:52:42.699Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-16T06:52:42.699Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-16T06:52:42.699Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-16T06:52:42.699Z] === RUN TestContainerKillOnDaemonStart [2022-03-16T06:52:42.699Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-16T06:52:42.699Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-16T06:52:42.699Z] === RUN TestDiff [2022-03-16T06:52:42.822Z] #28 46.97 Setting up iptables (1.8.7-1) ... [2022-03-16T06:52:42.822Z] #28 46.98 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-16T06:52:42.822Z] #28 46.99 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-16T06:52:42.822Z] #28 46.99 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-16T06:52:42.822Z] #28 47.00 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-16T06:52:42.822Z] #28 47.00 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-16T06:52:42.822Z] #28 47.01 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-16T06:52:42.822Z] #28 47.01 Setting up iproute2 (5.10.0-4) ... [2022-03-16T06:52:43.080Z] #28 47.25 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-16T06:52:43.262Z] --- PASS: TestDiff (0.40s) [2022-03-16T06:52:43.262Z] === RUN TestExecWithCloseStdin [2022-03-16T06:52:43.519Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-03-16T06:52:43.519Z] === RUN TestExec [2022-03-16T06:52:43.646Z] #28 DONE 47.9s [2022-03-16T06:52:43.646Z] [2022-03-16T06:52:43.646Z] #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-16T06:52:43.646Z] #29 sha256:794e2ac80c419903b645c774457fa107aa2162387b6113b98c83e52653cf009e [2022-03-16T06:52:44.080Z] --- PASS: TestExec (0.48s) [2022-03-16T06:52:44.080Z] === RUN TestExecUser [2022-03-16T06:52:44.211Z] #29 0.801 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-16T06:52:44.211Z] #29 0.805 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-16T06:52:44.468Z] #29 0.808 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-16T06:52:44.468Z] #29 DONE 0.8s [2022-03-16T06:52:44.468Z] [2022-03-16T06:52:44.468Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-16T06:52:44.468Z] #30 sha256:43f2de394cf5ff2009356a6f1eb2c6da94e2e71bace4303f63c2f369b35b4b1c [2022-03-16T06:52:44.643Z] --- PASS: TestExecUser (0.44s) [2022-03-16T06:52:44.643Z] === RUN TestExportContainerAndImportImage [2022-03-16T06:52:45.205Z] --- PASS: TestExportContainerAndImportImage (0.59s) [2022-03-16T06:52:45.206Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-16T06:52:45.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-16T06:52:45.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-16T06:52:46.572Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2022-03-16T06:52:46.572Z] === RUN TestHealthCheckWorkdir [2022-03-16T06:52:46.828Z] --- PASS: TestHealthCheckWorkdir (0.49s) [2022-03-16T06:52:46.828Z] === RUN TestHealthKillContainer [2022-03-16T06:52:52.563Z] #30 7.588 Collecting yamllint==1.26.1 [2022-03-16T06:52:53.125Z] #30 8.646 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-16T06:52:53.688Z] #30 9.332 Collecting pathspec>=0.5.3 [2022-03-16T06:52:53.688Z] #30 9.338 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-16T06:52:53.703Z] ok github.com/docker/docker/pkg/plugins 33.634s coverage: 76.3% of statements [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/rootless [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/volume [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-16T06:52:53.703Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === Skipped [2022-03-16T06:52:53.703Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-16T06:52:53.703Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-16T06:52:53.703Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-16T06:52:53.703Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-16T06:52:53.703Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.703Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-16T06:52:53.703Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.703Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.703Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.704Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.704Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.704Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.704Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.704Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.704Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.704Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.704Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.704Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-16T06:52:53.704Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.704Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:47Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-16T06:52:53.704Z] aufs_test.go:37: driver not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:71: No driver to put! [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-16T06:52:53.704Z] time="2022-03-16T06:51:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:71: No driver to put! [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-16T06:52:53.704Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-16T06:52:53.704Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-16T06:52:53.704Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T06:52:53.704Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-16T06:52:53.704Z] graphtest_unix.go:71: No driver to put! [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-16T06:52:53.704Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-16T06:52:53.704Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-16T06:52:53.704Z] [2022-03-16T06:52:53.704Z] DONE 2323 tests, 53 skipped in 206.330s [2022-03-16T06:52:53.704Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/config [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/idm [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/ns [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/options [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/osl [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T06:52:53.704Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-16T06:52:53.704Z] + 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-16T06:52:53.946Z] #30 9.541 Collecting pyyaml [2022-03-16T06:52:53.946Z] #30 9.552 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-16T06:52:53.946Z] #30 9.586 Building wheels for collected packages: yamllint [2022-03-16T06:52:53.946Z] #30 9.587 Building wheel for yamllint (setup.py): started [2022-03-16T06:52:54.510Z] #30 10.11 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-16T06:52:54.510Z] #30 10.11 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=633e936d2859a804d417a4b080a8fc3be3590335d059d9a357ac54db882c1aa0 [2022-03-16T06:52:54.510Z] #30 10.11 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-16T06:52:54.510Z] #30 10.11 Successfully built yamllint [2022-03-16T06:52:54.510Z] #30 10.12 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-16T06:52:54.767Z] #30 10.35 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-16T06:52:54.913Z] --- PASS: TestHealthKillContainer (7.86s) [2022-03-16T06:52:54.913Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-16T06:52:54.913Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-16T06:52:54.913Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-16T06:52:54.913Z] === RUN TestIpcModeNone [2022-03-16T06:52:55.023Z] #30 DONE 10.6s [2022-03-16T06:52:55.023Z] [2022-03-16T06:52:55.023Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-16T06:52:55.023Z] #34 sha256:b23edd131df3d92a66a96851662126240d21e6ddb88f63b50df0fd439514a7b2 [2022-03-16T06:52:55.169Z] --- PASS: TestIpcModeNone (0.42s) [2022-03-16T06:52:55.169Z] === RUN TestIpcModePrivate [2022-03-16T06:52:55.280Z] #34 DONE 0.2s [2022-03-16T06:52:55.280Z] [2022-03-16T06:52:55.280Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-16T06:52:55.280Z] #39 sha256:6d27b194c85d677c676fcc5df5f49a72b2e3c942a0ff5a3928ae1eeb933d0930 [2022-03-16T06:52:55.425Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-03-16T06:52:55.536Z] #39 DONE 0.3s [2022-03-16T06:52:55.536Z] [2022-03-16T06:52:55.536Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-16T06:52:55.536Z] #42 sha256:c67711d4b1bea744ea180bc77234a8a12605841aefd41eabce91bad8ca6fcc11 [2022-03-16T06:52:55.536Z] #42 DONE 0.1s [2022-03-16T06:52:55.536Z] [2022-03-16T06:52:55.536Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-16T06:52:55.536Z] #44 sha256:d9a8d803c62bf292aa10bc52b67c12f6fbb4627977b2d540dc4ed5172465f384 [2022-03-16T06:52:55.536Z] #44 DONE 0.1s [2022-03-16T06:52:55.536Z] [2022-03-16T06:52:55.536Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-16T06:52:55.536Z] #48 sha256:2d3e3b25def189a8f8059b1b21fca17e3d4513d2a03dd91a98af48f2e8d87872 [2022-03-16T06:52:55.682Z] --- PASS: TestIpcModePrivate (0.42s) [2022-03-16T06:52:55.682Z] === RUN TestIpcModeShareable [2022-03-16T06:52:55.682Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-16T06:52:55.682Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-16T06:52:55.682Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-16T06:52:55.793Z] #48 DONE 0.1s [2022-03-16T06:52:55.793Z] [2022-03-16T06:52:55.793Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-16T06:52:55.793Z] #51 sha256:33d303e3cc32a6a3ef8a9d545643d5bdcca3158a6e4b092ed11a714ce5a82437 [2022-03-16T06:52:55.982Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-16T06:52:55.982Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-629cf1b5\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-16T06:52:55.982Z] ---------------------------------------------------------------------------- [2022-03-16T06:52:55.982Z] [2022-03-16T06:52:55.982Z] INFO: executeCI.ps1 starting at Wed Mar 16 06:52:52 CUT 2022 [2022-03-16T06:52:55.982Z] [2022-03-16T06:52:55.982Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-16T06:52:55.982Z] INFO: Running git version 2.24.1.windows.2 [2022-03-16T06:52:55.982Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-16T06:52:55.982Z] INFO: Environment variables: [2022-03-16T06:52:55.982Z] [2022-03-16T06:52:55.982Z] Name Value [2022-03-16T06:52:55.982Z] ---- ----- [2022-03-16T06:52:55.982Z] ALLUSERSPROFILE C:\ProgramData [2022-03-16T06:52:55.982Z] amd64 true [2022-03-16T06:52:55.982Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-16T06:52:55.982Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-16T06:52:55.982Z] arm64 true [2022-03-16T06:52:55.982Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-16T06:52:55.982Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-16T06:52:55.982Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-16T06:52:55.982Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-16T06:52:55.982Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-16T06:52:55.982Z] BRANCH_NAME PR-43372 [2022-03-16T06:52:55.982Z] BUILD_DISPLAY_NAME #3 [2022-03-16T06:52:55.982Z] BUILD_ID 3 [2022-03-16T06:52:55.982Z] BUILD_NUMBER 3 [2022-03-16T06:52:55.982Z] BUILD_TAG jenkins-moby-PR-43372-3 [2022-03-16T06:52:55.982Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/ [2022-03-16T06:52:55.982Z] cgroup2 true [2022-03-16T06:52:55.982Z] CHANGE_AUTHOR fussybeaver [2022-03-16T06:52:55.982Z] CHANGE_AUTHOR_DISPLAY_NAME Niel Drummond [2022-03-16T06:52:55.982Z] CHANGE_AUTHOR_EMAIL niel@drummond.lu [2022-03-16T06:52:55.982Z] CHANGE_BRANCH 43292-swagger-add-ipamconfig [2022-03-16T06:52:55.982Z] CHANGE_FORK fussybeaver [2022-03-16T06:52:55.982Z] CHANGE_ID 43372 [2022-03-16T06:52:55.982Z] CHANGE_TARGET master [2022-03-16T06:52:55.982Z] CHANGE_TITLE api: swagger: add IPAMConfig on IPAM [2022-03-16T06:52:55.982Z] CHANGE_URL https://github.com/moby/moby/pull/43372 [2022-03-16T06:52:55.982Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-16T06:52:55.982Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-16T06:52:55.982Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-16T06:52:55.982Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-16T06:52:55.982Z] COMPUTERNAME azwin-2-a1aa80 [2022-03-16T06:52:55.982Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-16T06:52:55.982Z] ConfigSequenceNumber 0 [2022-03-16T06:52:55.982Z] dco true [2022-03-16T06:52:55.982Z] DOCKER_BUILDKIT 0 [2022-03-16T06:52:55.982Z] DOCKER_DUT_DEBUG 1 [2022-03-16T06:52:55.982Z] DOCKER_EXPERIMENTAL 1 [2022-03-16T06:52:55.982Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-16T06:52:55.982Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-16T06:52:55.982Z] EXECUTOR_NUMBER 0 [2022-03-16T06:52:55.982Z] FQDN azwin-2-a1aa80.westus.cloudapp.azure.com [2022-03-16T06:52:55.982Z] GIT_BRANCH PR-43372 [2022-03-16T06:52:55.982Z] GIT_COMMIT ce65b459abf7829aec36af3ff47d1cc0decb68f6 [2022-03-16T06:52:55.982Z] GIT_PREVIOUS_COMMIT 235a8352df886bf667c5d1490404dd84345139ec [2022-03-16T06:52:55.982Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 235a8352df886bf667c5d1490404dd84345139ec [2022-03-16T06:52:55.982Z] GIT_URL https://github.com/moby/moby.git [2022-03-16T06:52:55.982Z] HUDSON_COOKIE 09867c79-5b07-4011-b357-b03dec7755f7 [2022-03-16T06:52:55.982Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-16T06:52:55.982Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-16T06:52:55.982Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-16T06:52:55.982Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-16T06:52:55.982Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-16T06:52:55.982Z] JENKINS_NODE_COOKIE 37d20831-bfa1-460e-8071-5a535b6d63fc [2022-03-16T06:52:55.982Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-16T06:52:55.982Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-16T06:52:55.982Z] JOB_BASE_NAME PR-43372 [2022-03-16T06:52:55.982Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/display/redirect [2022-03-16T06:52:55.982Z] JOB_NAME moby/PR-43372 [2022-03-16T06:52:55.982Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/ [2022-03-16T06:52:55.982Z] library.jps.version master [2022-03-16T06:52:55.983Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-16T06:52:55.983Z] NODE_LABELS amd64 azure azwin-2-a1aa80 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-16T06:52:55.983Z] NODE_NAME azwin-2-a1aa80 [2022-03-16T06:52:55.983Z] NUMBER_OF_PROCESSORS 4 [2022-03-16T06:52:55.983Z] OS Windows_NT [2022-03-16T06:52:55.983Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-16T06:52:55.983Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-16T06:52:55.983Z] ppc64le false [2022-03-16T06:52:55.983Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-16T06:52:55.983Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-16T06:52:55.983Z] PROCESSOR_LEVEL 6 [2022-03-16T06:52:55.983Z] PROCESSOR_REVISION 4f01 [2022-03-16T06:52:55.983Z] ProgramData C:\ProgramData [2022-03-16T06:52:55.983Z] ProgramFiles C:\Program Files [2022-03-16T06:52:55.983Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-16T06:52:55.983Z] ProgramW6432 C:\Program Files [2022-03-16T06:52:55.983Z] PROMPT $P$G [2022-03-16T06:52:55.983Z] PSExecutionPolicyPreference Bypass [2022-03-16T06:52:55.983Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-16T06:52:55.983Z] PUBLIC C:\Users\Public [2022-03-16T06:52:55.983Z] rootless true [2022-03-16T06:52:55.983Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect?page=artif... [2022-03-16T06:52:55.983Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect?page=changes [2022-03-16T06:52:55.983Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect [2022-03-16T06:52:55.983Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43372/3/display/redirect?page=tests [2022-03-16T06:52:55.983Z] s390x false [2022-03-16T06:52:55.983Z] SKIP_VALIDATION_TESTS 1 [2022-03-16T06:52:55.983Z] SOURCES_DRIVE d [2022-03-16T06:52:55.983Z] SOURCES_SUBDIR gopath [2022-03-16T06:52:55.983Z] STAGE_NAME Run tests [2022-03-16T06:52:55.983Z] SystemDrive C: [2022-03-16T06:52:55.983Z] SystemRoot C:\Windows [2022-03-16T06:52:55.983Z] TEMP C:\Windows\TEMP [2022-03-16T06:52:55.983Z] TESTDEBUG 0 [2022-03-16T06:52:55.983Z] TESTRUN_DRIVE d [2022-03-16T06:52:55.983Z] TESTRUN_SUBDIR CI [2022-03-16T06:52:55.983Z] TIMEOUT 120m [2022-03-16T06:52:55.983Z] TMP C:\Windows\TEMP [2022-03-16T06:52:55.983Z] unit_validate true [2022-03-16T06:52:55.983Z] USERDOMAIN WORKGROUP [2022-03-16T06:52:55.983Z] USERNAME azwin-2-a1aa80$ [2022-03-16T06:52:55.983Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-16T06:52:55.983Z] validate_force false [2022-03-16T06:52:55.983Z] windir C:\Windows [2022-03-16T06:52:55.983Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-16T06:52:55.983Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-16T06:52:55.983Z] windows2022 true [2022-03-16T06:52:55.983Z] windows2022containerd true [2022-03-16T06:52:55.983Z] windowsRS5 true [2022-03-16T06:52:55.983Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-16T06:52:55.983Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-16T06:52:55.983Z] [2022-03-16T06:52:55.983Z] [2022-03-16T06:52:55.983Z] [2022-03-16T06:52:55.983Z] INFO: Sources under d:\gopath\... [2022-03-16T06:52:55.983Z] INFO: Test run under d:\CI\... [2022-03-16T06:52:55.983Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-16T06:52:55.983Z] INFO: docker/docker repository was found [2022-03-16T06:52:55.983Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-03-16T06:52:55.983Z] ltsc2019: Pulling from windows/servercore [2022-03-16T06:52:55.983Z] 4612f6d0b889: Pulling fs layer [2022-03-16T06:52:55.983Z] 0a6173b79e25: Pulling fs layer [2022-03-16T06:52:56.051Z] #51 DONE 0.1s [2022-03-16T06:52:56.051Z] [2022-03-16T06:52:56.051Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-16T06:52:56.051Z] #55 sha256:c43ad419c32b2c4e313770ff5b55bd65871e5f34f86f41f2933314ddb7743482 [2022-03-16T06:52:56.051Z] #55 DONE 0.1s [2022-03-16T06:52:56.051Z] [2022-03-16T06:52:56.051Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-16T06:52:56.051Z] #57 sha256:d92cce4b7f5567fdc555cac96bb2c270df73f11ffbc07ae793705259336bdfbf [2022-03-16T06:52:56.051Z] #57 DONE 0.1s [2022-03-16T06:52:56.051Z] [2022-03-16T06:52:56.051Z] #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-16T06:52:56.051Z] #63 sha256:27406fee2e6086dec467cbdbd8fde119f7108bd86aff3a44dccb7c5f0e6af07b [2022-03-16T06:52:56.051Z] #63 ... [2022-03-16T06:52:56.051Z] [2022-03-16T06:52:56.051Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-16T06:52:56.051Z] #59 sha256:231520b4f33296790af8303609a4ff1bdd90cff308e6a1b425e6598d05d48f19 [2022-03-16T06:52:56.308Z] #59 DONE 0.2s [2022-03-16T06:52:56.308Z] [2022-03-16T06:52:56.308Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-16T06:52:56.308Z] #61 sha256:e1a131fa8072f9b908034cbacf701cb2e8d3c4a45af1f2064c70ea2626d955be [2022-03-16T06:52:56.308Z] #61 DONE 0.1s [2022-03-16T06:52:56.308Z] [2022-03-16T06:52:56.308Z] #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-16T06:52:56.308Z] #67 sha256:89af54001ecdf5e313d1146ddbd7c9aa40b76d7a9b17074ec0a868b1b15416e6 [2022-03-16T06:52:57.048Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s) [2022-03-16T06:52:57.048Z] === RUN TestAPIIpcModeHost [2022-03-16T06:52:57.048Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-16T06:52:57.048Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-16T06:52:57.048Z] === RUN TestDaemonIpcModeShareable [2022-03-16T06:52:57.048Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-16T06:52:57.048Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-16T06:52:57.048Z] === RUN TestDaemonIpcModePrivate [2022-03-16T06:52:57.978Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-03-16T06:52:57.978Z] --- PASS: TestDaemonIpcModePrivate (1.14s) [2022-03-16T06:52:57.978Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-16T06:52:57.978Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-16T06:52:57.978Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-16T06:52:57.978Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-16T06:52:57.978Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-16T06:52:57.978Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-16T06:52:57.978Z] === RUN TestIpcModeOlderClient [2022-03-16T06:52:57.978Z] === PAUSE TestIpcModeOlderClient [2022-03-16T06:52:57.978Z] === RUN TestKillContainerInvalidSignal [2022-03-16T06:52:58.382Z] INFO: Expanding compiler 1 of 3... [2022-03-16T06:52:58.382Z] INFO: Expanding compiler 2 of 3... [2022-03-16T06:52:58.541Z] --- PASS: TestKillContainerInvalidSignal (0.47s) [2022-03-16T06:52:58.541Z] === RUN TestKillContainer [2022-03-16T06:52:58.541Z] === RUN TestKillContainer/no_signal [2022-03-16T06:52:59.104Z] === RUN TestKillContainer/non_killing_signal [2022-03-16T06:52:59.104Z] === RUN TestKillContainer/killing_signal [2022-03-16T06:52:59.665Z] --- PASS: TestKillContainer (1.20s) [2022-03-16T06:52:59.665Z] --- PASS: TestKillContainer/no_signal (0.37s) [2022-03-16T06:52:59.665Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-03-16T06:52:59.665Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-03-16T06:52:59.665Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-16T06:52:59.665Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-16T06:53:00.226Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-16T06:53:00.483Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.77s) [2022-03-16T06:53:00.483Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-03-16T06:53:00.483Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2022-03-16T06:53:00.483Z] === RUN TestKillStoppedContainer [2022-03-16T06:53:00.483Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-16T06:53:00.483Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-16T06:53:00.483Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-16T06:53:00.483Z] === RUN TestKillDifferentUserContainer [2022-03-16T06:53:01.047Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2022-03-16T06:53:01.047Z] === RUN TestInspectOomKilledTrue [2022-03-16T06:53:01.047Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:01.047Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-16T06:53:01.047Z] === RUN TestInspectOomKilledFalse [2022-03-16T06:53:01.047Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T06:53:01.047Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-16T06:53:01.047Z] === RUN TestLinksEtcHostsContentMatch [2022-03-16T06:53:01.047Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-16T06:53:01.047Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-16T06:53:01.047Z] === RUN TestLinksContainerNames [2022-03-16T06:53:01.974Z] --- PASS: TestLinksContainerNames (0.79s) [2022-03-16T06:53:01.974Z] === RUN TestLogsFollowTailEmpty [2022-03-16T06:53:02.231Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-03-16T06:53:02.231Z] === RUN TestContainerNetworkMountsNoChown [2022-03-16T06:53:02.234Z] INFO: Expanding compiler 3 of 3... [2022-03-16T06:53:02.793Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/default [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/default [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/private [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/private [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rprivate [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/slave [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/slave [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rslave [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/shared [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/shared [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rshared [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/default [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rprivate [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/private [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/shared [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rshared [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rslave [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/slave [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-16T06:53:02.793Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-16T06:53:02.793Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-16T06:53:02.793Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-16T06:53:02.910Z] #67 ... [2022-03-16T06:53:02.910Z] [2022-03-16T06:53:02.910Z] #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-16T06:53:02.910Z] #63 sha256:27406fee2e6086dec467cbdbd8fde119f7108bd86aff3a44dccb7c5f0e6af07b [2022-03-16T06:53:02.910Z] #63 72.91 + mkdir -p /build [2022-03-16T06:53:02.910Z] #63 72.91 + cp runc /build/runc [2022-03-16T06:53:02.910Z] #63 DONE 73.1s [2022-03-16T06:53:02.910Z] [2022-03-16T06:53:02.910Z] #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-16T06:53:02.910Z] #67 sha256:89af54001ecdf5e313d1146ddbd7c9aa40b76d7a9b17074ec0a868b1b15416e6 [2022-03-16T06:53:03.050Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T06:53:03.050Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-16T06:53:03.050Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-16T06:53:03.050Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-16T06:53:03.050Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.01s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.01s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.01s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.03s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.01s) [2022-03-16T06:53:03.050Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s) [2022-03-16T06:53:03.050Z] === RUN TestContainerBindMountNonRecursive [2022-03-16T06:53:03.050Z] 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-16T06:53:03.050Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-03-16T06:53:03.050Z] === RUN TestContainerVolumesMountedAsShared [2022-03-16T06:53:03.050Z] 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-16T06:53:03.050Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-16T06:53:03.050Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-16T06:53:03.050Z] 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-16T06:53:03.050Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-16T06:53:03.050Z] === RUN TestNetworkNat [2022-03-16T06:53:03.255Z] INFO: Removing downloaded files... [2022-03-16T06:53:03.255Z] INFO: Downloading containerd [2022-03-16T06:53:03.612Z] --- PASS: TestNetworkNat (0.49s) [2022-03-16T06:53:03.612Z] === RUN TestNetworkLocalhostTCPNat [2022-03-16T06:53:03.869Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-16T06:53:03.869Z] === RUN TestNetworkLoopbackNat [2022-03-16T06:53:04.276Z] #67 ... [2022-03-16T06:53:04.277Z] [2022-03-16T06:53:04.277Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-16T06:53:04.277Z] #64 sha256:61a60a094eb2a84f26001f3c9109b56b5941bceaad59a8fff88c796f1a1f5601 [2022-03-16T06:53:04.277Z] #64 DONE 0.1s [2022-03-16T06:53:04.277Z] [2022-03-16T06:53:04.277Z] #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-16T06:53:04.277Z] #67 sha256:89af54001ecdf5e313d1146ddbd7c9aa40b76d7a9b17074ec0a868b1b15416e6 [2022-03-16T06:53:06.411Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2022-03-16T06:53:06.411Z] === RUN TestPause [2022-03-16T06:53:06.411Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:06.411Z] --- SKIP: TestPause (0.00s) [2022-03-16T06:53:06.411Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-16T06:53:06.411Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-16T06:53:06.411Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-16T06:53:06.411Z] === RUN TestPauseStopPausedContainer [2022-03-16T06:53:06.411Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:06.411Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-03-16T06:53:06.411Z] === RUN TestPidHost [2022-03-16T06:53:07.330Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-16T06:53:07.337Z] --- PASS: TestPidHost (0.88s) [2022-03-16T06:53:07.337Z] === RUN TestPsFilter [2022-03-16T06:53:07.337Z] --- PASS: TestPsFilter (0.09s) [2022-03-16T06:53:07.337Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-16T06:53:07.899Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2022-03-16T06:53:07.899Z] === RUN TestRemoveContainerWithVolume [2022-03-16T06:53:08.155Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-03-16T06:53:08.155Z] === RUN TestRemoveContainerRunning [2022-03-16T06:53:08.716Z] --- PASS: TestRemoveContainerRunning (0.39s) [2022-03-16T06:53:08.716Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-16T06:53:08.795Z] 0a6173b79e25: Verifying Checksum [2022-03-16T06:53:08.795Z] 0a6173b79e25: Download complete [2022-03-16T06:53:08.972Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-03-16T06:53:08.972Z] === RUN TestRemoveInvalidContainer [2022-03-16T06:53:08.972Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-16T06:53:08.972Z] === RUN TestRenameLinkedContainer [2022-03-16T06:53:10.864Z] --- PASS: TestRenameLinkedContainer (1.58s) [2022-03-16T06:53:10.864Z] === RUN TestRenameStoppedContainer [2022-03-16T06:53:11.120Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-03-16T06:53:11.120Z] === RUN TestRenameRunningContainerAndReuse [2022-03-16T06:53:12.047Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2022-03-16T06:53:12.047Z] === RUN TestRenameInvalidName [2022-03-16T06:53:12.303Z] --- PASS: TestRenameInvalidName (0.40s) [2022-03-16T06:53:12.303Z] === RUN TestRenameAnonymousContainer [2022-03-16T06:53:13.668Z] --- PASS: TestRenameAnonymousContainer (1.42s) [2022-03-16T06:53:13.668Z] === RUN TestRenameContainerWithSameName [2022-03-16T06:53:13.891Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-16T06:53:13.924Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-16T06:53:13.924Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-16T06:53:13.931Z] [2022-03-16T06:53:13.931Z] Name Version Source Summary [2022-03-16T06:53:13.931Z] ---- ------- ------ ------- [2022-03-16T06:53:13.931Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-16T06:53:14.850Z] --- PASS: TestRenameContainerWithLinkedContainer (0.78s) [2022-03-16T06:53:14.850Z] === RUN TestResize [2022-03-16T06:53:15.108Z] --- PASS: TestResize (0.40s) [2022-03-16T06:53:15.108Z] === RUN TestResizeWithInvalidSize [2022-03-16T06:53:15.564Z] [2022-03-16T06:53:15.564Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-16T06:53:15.564Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-16T06:53:15.564Z] PSChildName : containerd [2022-03-16T06:53:15.564Z] PSDrive : C [2022-03-16T06:53:15.564Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-16T06:53:15.564Z] PSIsContainer : True [2022-03-16T06:53:15.564Z] Name : containerd [2022-03-16T06:53:15.564Z] FullName : C:\containerd [2022-03-16T06:53:15.564Z] Parent : [2022-03-16T06:53:15.564Z] Exists : True [2022-03-16T06:53:15.564Z] Root : C:\ [2022-03-16T06:53:15.564Z] Extension : [2022-03-16T06:53:15.564Z] CreationTime : 3/16/2022 6:53:14 AM [2022-03-16T06:53:15.564Z] CreationTimeUtc : 3/16/2022 6:53:14 AM [2022-03-16T06:53:15.564Z] LastAccessTime : 3/16/2022 6:53:14 AM [2022-03-16T06:53:15.564Z] LastAccessTimeUtc : 3/16/2022 6:53:14 AM [2022-03-16T06:53:15.564Z] LastWriteTime : 3/16/2022 6:53:14 AM [2022-03-16T06:53:15.564Z] LastWriteTimeUtc : 3/16/2022 6:53:14 AM [2022-03-16T06:53:15.564Z] Attributes : Directory [2022-03-16T06:53:15.564Z] Mode : d----- [2022-03-16T06:53:15.564Z] BaseName : containerd [2022-03-16T06:53:15.564Z] Target : {} [2022-03-16T06:53:15.564Z] LinkType : [2022-03-16T06:53:15.564Z] [2022-03-16T06:53:15.670Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2022-03-16T06:53:15.670Z] === RUN TestResizeWhenContainerNotStarted [2022-03-16T06:53:15.926Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-03-16T06:53:15.926Z] === RUN TestDaemonRestartKillContainers [2022-03-16T06:53:15.926Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-16T06:53:15.926Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-16T06:53:15.926Z] === RUN TestCgroupNamespacesRun [2022-03-16T06:53:17.195Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-16T06:53:17.195Z] INFO: Configuring git core.autocrlf... [2022-03-16T06:53:17.195Z] [2022-03-16T06:53:17.195Z] [2022-03-16T06:53:17.293Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-03-16T06:53:17.293Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-16T06:53:17.708Z] 4612f6d0b889: Verifying Checksum [2022-03-16T06:53:17.708Z] 4612f6d0b889: Download complete [2022-03-16T06:53:17.717Z] 037d5740b404: Pull complete [2022-03-16T06:53:17.717Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-16T06:53:17.717Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T06:53:17.717Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T06:53:17.717Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-16T06:53:17.717Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-16T06:53:17.717Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-16T06:53:17.717Z] INFO: Docker version of control daemon [2022-03-16T06:53:17.717Z] [2022-03-16T06:53:17.717Z] Client: [2022-03-16T06:53:17.717Z] Version: 20.10.9 [2022-03-16T06:53:17.717Z] API version: 1.41 [2022-03-16T06:53:17.717Z] Go version: go1.16.8 [2022-03-16T06:53:17.717Z] Git commit: c2ea9bc [2022-03-16T06:53:17.717Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-16T06:53:17.717Z] OS/Arch: windows/amd64 [2022-03-16T06:53:17.717Z] Context: default [2022-03-16T06:53:17.717Z] Experimental: true [2022-03-16T06:53:17.717Z] [2022-03-16T06:53:17.717Z] Server: Docker Engine - Community [2022-03-16T06:53:17.717Z] Engine: [2022-03-16T06:53:17.717Z] Version: 20.10.9 [2022-03-16T06:53:17.717Z] API version: 1.41 (minimum version 1.24) [2022-03-16T06:53:17.717Z] Go version: go1.16.8 [2022-03-16T06:53:17.717Z] Git commit: 79ea9d3 [2022-03-16T06:53:17.717Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-16T06:53:17.717Z] OS/Arch: windows/amd64 [2022-03-16T06:53:17.717Z] Experimental: true [2022-03-16T06:53:17.717Z] [2022-03-16T06:53:17.717Z] INFO: Docker info of control daemon [2022-03-16T06:53:17.717Z] [2022-03-16T06:53:17.717Z] Client: [2022-03-16T06:53:17.717Z] Context: default [2022-03-16T06:53:17.717Z] Debug Mode: false [2022-03-16T06:53:17.717Z] [2022-03-16T06:53:17.717Z] Server: [2022-03-16T06:53:17.717Z] Containers: 0 [2022-03-16T06:53:17.717Z] Running: 0 [2022-03-16T06:53:17.717Z] Paused: 0 [2022-03-16T06:53:17.717Z] Stopped: 0 [2022-03-16T06:53:17.717Z] Images: 1 [2022-03-16T06:53:17.717Z] Server Version: 20.10.9 [2022-03-16T06:53:17.717Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-16T06:53:17.717Z] Windows: [2022-03-16T06:53:17.717Z] LCOW: [2022-03-16T06:53:17.717Z] Logging Driver: json-file [2022-03-16T06:53:17.717Z] Plugins: [2022-03-16T06:53:17.717Z] Volume: local [2022-03-16T06:53:17.717Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T06:53:17.717Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T06:53:17.717Z] Swarm: inactive [2022-03-16T06:53:17.717Z] Default Isolation: process [2022-03-16T06:53:17.717Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-16T06:53:17.717Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-16T06:53:17.717Z] OSType: windows [2022-03-16T06:53:17.717Z] Architecture: x86_64 [2022-03-16T06:53:17.717Z] CPUs: 4 [2022-03-16T06:53:17.717Z] Total Memory: 32GiB [2022-03-16T06:53:17.717Z] Name: azwin-2-916841 [2022-03-16T06:53:17.717Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-16T06:53:17.717Z] Docker Root Dir: D:\docker [2022-03-16T06:53:17.717Z] Debug Mode: false [2022-03-16T06:53:17.717Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:53:17.717Z] Labels: [2022-03-16T06:53:17.717Z] Experimental: true [2022-03-16T06:53:17.717Z] Insecure Registries: [2022-03-16T06:53:17.717Z] 10.0.0.4:5000 [2022-03-16T06:53:17.717Z] 127.0.0.0/8 [2022-03-16T06:53:17.717Z] Registry Mirrors: [2022-03-16T06:53:17.717Z] http://10.0.0.4:5000/ [2022-03-16T06:53:17.717Z] Live Restore Enabled: false [2022-03-16T06:53:17.717Z] Product License: Community Engine [2022-03-16T06:53:17.717Z] [2022-03-16T06:53:17.717Z] [2022-03-16T06:53:17.717Z] INFO: Commit hash is b18882bc78 [2022-03-16T06:53:17.717Z] INFO: Nuke-Everything... [2022-03-16T06:53:17.717Z] INFO: Container count on control daemon to delete is 0 [2022-03-16T06:53:17.717Z] INFO: Nuking d:\CI [2022-03-16T06:53:17.717Z] INFO: Zapped successfully [2022-03-16T06:53:17.717Z] INFO: Location for testing is d:\CI\PR-43372\3 [2022-03-16T06:53:17.717Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-16T06:53:17.717Z] [2022-03-16T06:53:17.717Z] [2022-03-16T06:53:17.717Z] INFO: Building the image from Dockerfile.windows at 03/16/2022 06:53:05... [2022-03-16T06:53:17.717Z] [2022-03-16T06:53:17.717Z] Sending build context to Docker daemon 64.28MB [2022-03-16T06:53:17.717Z] [2022-03-16T06:53:17.717Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-16T06:53:17.717Z] ---> 02f938cacc3b [2022-03-16T06:53:17.717Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-16T06:53:17.717Z] ---> Running in c159115046d6 [2022-03-16T06:53:17.717Z] Removing intermediate container c159115046d6 [2022-03-16T06:53:17.717Z] ---> 30bb6a42245f [2022-03-16T06:53:17.717Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-16T06:53:17.717Z] ---> Running in cd7670e33a3a [2022-03-16T06:53:17.718Z] Removing intermediate container cd7670e33a3a [2022-03-16T06:53:17.718Z] ---> e91760c77ad7 [2022-03-16T06:53:17.718Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.1 [2022-03-16T06:53:17.718Z] ---> Running in 1abb37f0fa05 [2022-03-16T06:53:17.718Z] Removing intermediate container 1abb37f0fa05 [2022-03-16T06:53:17.718Z] ---> f6c357b33ce2 [2022-03-16T06:53:17.718Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-16T06:53:17.718Z] ---> Running in fa901c94442e [2022-03-16T06:53:17.718Z] Removing intermediate container fa901c94442e [2022-03-16T06:53:17.718Z] ---> c4358858b7df [2022-03-16T06:53:17.718Z] 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-16T06:53:17.718Z] ---> Running in 84aa92777b3b [2022-03-16T06:53:17.718Z] Removing intermediate container 84aa92777b3b [2022-03-16T06:53:17.718Z] ---> 26dc4c8865df [2022-03-16T06:53:17.718Z] 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-16T06:53:17.718Z] ---> Running in 916b70a05562 [2022-03-16T06:53:18.223Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2022-03-16T06:53:18.223Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-16T06:53:19.589Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-03-16T06:53:19.589Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-16T06:53:20.518Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-03-16T06:53:20.518Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-16T06:53:21.554Z] [2022-03-16T06:53:21.554Z] SUCCESS: Specified value was saved. [2022-03-16T06:53:21.884Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s) [2022-03-16T06:53:21.884Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-16T06:53:22.547Z] INFO: Downloading git... [2022-03-16T06:53:22.812Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s) [2022-03-16T06:53:22.812Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-16T06:53:23.738Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-03-16T06:53:23.738Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-16T06:53:23.865Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-16T06:53:23.865Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-16T06:53:24.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-16T06:53:24.166Z] INFO: Downloading go... [2022-03-16T06:53:24.667Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-03-16T06:53:24.668Z] === RUN TestNISDomainname [2022-03-16T06:53:24.668Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-16T06:53:24.668Z] --- SKIP: TestNISDomainname (0.00s) [2022-03-16T06:53:24.668Z] === RUN TestHostnameDnsResolution [2022-03-16T06:53:25.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-16T06:53:25.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-16T06:53:25.229Z] --- PASS: TestHostnameDnsResolution (0.66s) [2022-03-16T06:53:25.229Z] === RUN TestUnprivilegedPortsAndPing [2022-03-16T06:53:25.229Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-16T06:53:25.229Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-16T06:53:25.229Z] === RUN TestStats [2022-03-16T06:53:25.229Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:25.229Z] --- SKIP: TestStats (0.00s) [2022-03-16T06:53:25.229Z] === RUN TestStopContainerWithTimeout [2022-03-16T06:53:25.229Z] === RUN TestStopContainerWithTimeout/0 [2022-03-16T06:53:25.229Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-16T06:53:25.229Z] === RUN TestStopContainerWithTimeout/1 [2022-03-16T06:53:25.229Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-16T06:53:25.229Z] === RUN TestStopContainerWithTimeout/3 [2022-03-16T06:53:25.229Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-16T06:53:25.229Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-16T06:53:25.229Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-16T06:53:25.229Z] === CONT TestStopContainerWithTimeout/0 [2022-03-16T06:53:25.229Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-16T06:53:25.939Z] INFO: Downloading compiler 1 of 3... [2022-03-16T06:53:25.998Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-16T06:53:26.157Z] === CONT TestStopContainerWithTimeout/3 [2022-03-16T06:53:26.177Z] #67 153.5 # github.com/containerd/containerd/cmd/containerd [2022-03-16T06:53:26.177Z] #67 153.5 /usr/bin/ld: /tmp/go-link-2819983073/000019.o: in function `New': [2022-03-16T06:53:26.177Z] #67 153.5 /tmp/tmp.OXJPWzUqct/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-16T06:53:26.177Z] #67 153.6 + bin/containerd-stress [2022-03-16T06:53:26.409Z] INFO: Downloading compiler 2 of 3... [2022-03-16T06:53:26.409Z] INFO: Downloading compiler 3 of 3... [2022-03-16T06:53:26.409Z] INFO: Extracting git... [2022-03-16T06:53:27.106Z] #67 154.8 + bin/containerd-shim [2022-03-16T06:53:28.059Z] === CONT TestStopContainerWithTimeout/1 [2022-03-16T06:53:28.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-16T06:53:29.432Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-16T06:53:29.432Z] --- PASS: TestStopContainerWithTimeout/0 (0.58s) [2022-03-16T06:53:29.432Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2022-03-16T06:53:29.432Z] --- PASS: TestStopContainerWithTimeout/3 (2.39s) [2022-03-16T06:53:29.432Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-03-16T06:53:29.432Z] === RUN TestDeleteDevicemapper [2022-03-16T06:53:29.432Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-16T06:53:29.432Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-16T06:53:29.432Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-16T06:53:29.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-16T06:53:30.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-16T06:53:31.043Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-16T06:53:31.324Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.98s) [2022-03-16T06:53:31.324Z] === RUN TestUpdateMemory [2022-03-16T06:53:31.324Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:31.324Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-16T06:53:31.324Z] === RUN TestUpdateCPUQuota [2022-03-16T06:53:31.324Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:31.324Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-16T06:53:31.324Z] === RUN TestUpdatePidsLimit [2022-03-16T06:53:31.324Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:31.324Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-16T06:53:31.324Z] === RUN TestUpdateRestartPolicy [2022-03-16T06:53:31.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-16T06:53:32.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-16T06:53:33.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-16T06:53:34.787Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-16T06:53:35.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-16T06:53:36.293Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-16T06:53:36.293Z] Using test binary docker [2022-03-16T06:53:36.293Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-16T06:53:36.293Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-16T06:53:36.293Z] Starting dockerd [2022-03-16T06:53:36.293Z] INFO: Waiting for daemon to start... [2022-03-16T06:53:39.288Z] #67 165.0 + bin/containerd-shim-runc-v1 [2022-03-16T06:53:39.573Z] . [2022-03-16T06:53:39.573Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-16T06:53:39.573Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-16T06:53:39.573Z] Error: No such image: emptyfs [2022-03-16T06:53:39.573Z] Running integration-test (iteration 1) [2022-03-16T06:53:39.573Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-16T06:53:40.139Z] Loaded image: busybox:latest [2022-03-16T06:53:40.139Z] Loaded image: busybox:glibc [2022-03-16T06:53:40.370Z] ok github.com/docker/docker/libnetwork 37.039s coverage: 40.7% of statements [2022-03-16T06:53:40.370Z] ok github.com/docker/docker/libnetwork/bitseq 0.131s coverage: 84.4% of statements [2022-03-16T06:53:40.370Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-16T06:53:40.370Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-16T06:53:40.370Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-16T06:53:40.370Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-16T06:53:40.370Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-16T06:53:40.370Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-16T06:53:40.370Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-16T06:53:40.370Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-16T06:53:40.370Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 19.7% of statements [2022-03-16T06:53:40.370Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-16T06:53:40.370Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-16T06:53:40.370Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-16T06:53:40.370Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-16T06:53:40.370Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.263s coverage: 59.9% of statements [2022-03-16T06:53:40.370Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-16T06:53:40.370Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-16T06:53:40.937Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.086s coverage: 4.0% of statements [2022-03-16T06:53:40.937Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-16T06:53:41.357Z] INFO: Expanding go... [2022-03-16T06:53:41.503Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.014s coverage: 4.5% of statements [2022-03-16T06:53:41.503Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-16T06:53:41.514Z] Loaded image: debian:bullseye-slim [2022-03-16T06:53:41.514Z] Loaded image: hello-world:latest [2022-03-16T06:53:41.514Z] Loaded image: arm32v7/hello-world:latest [2022-03-16T06:53:41.514Z] INFO: Testing against a local daemon [2022-03-16T06:53:41.514Z] === RUN TestCgroupNamespacesBuild [2022-03-16T06:53:41.762Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-16T06:53:42.888Z] --- PASS: TestCgroupNamespacesBuild (1.28s) [2022-03-16T06:53:42.888Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-16T06:53:43.460Z] #67 170.9 + bin/containerd-shim-runc-v2 [2022-03-16T06:53:43.490Z] --- PASS: TestUpdateRestartPolicy (10.92s) [2022-03-16T06:53:43.490Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-16T06:53:43.490Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-03-16T06:53:43.490Z] === RUN TestWaitNonBlocked [2022-03-16T06:53:43.490Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T06:53:43.490Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T06:53:43.490Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T06:53:43.490Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T06:53:43.490Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T06:53:43.490Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T06:53:43.490Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-16T06:53:43.490Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.61s) [2022-03-16T06:53:43.490Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s) [2022-03-16T06:53:43.490Z] === RUN TestWaitBlocked [2022-03-16T06:53:43.490Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T06:53:43.490Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T06:53:43.490Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T06:53:43.490Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T06:53:43.490Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T06:53:43.490Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T06:53:43.721Z] #67 171.6 + binaries [2022-03-16T06:53:43.721Z] #67 171.6 + install -D bin/containerd /build/containerd [2022-03-16T06:53:43.721Z] #67 171.7 + install -D bin/containerd-shim /build/containerd-shim [2022-03-16T06:53:43.721Z] #67 171.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-16T06:53:43.721Z] #67 171.7 + install -D bin/ctr /build/ctr [2022-03-16T06:53:44.053Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-16T06:53:44.053Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.57s) [2022-03-16T06:53:44.053Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2022-03-16T06:53:44.053Z] === CONT TestDaemonRestartIpcMode [2022-03-16T06:53:44.053Z] === CONT TestIpcModeOlderClient [2022-03-16T06:53:44.053Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-03-16T06:53:44.053Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-16T06:53:44.262Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.28s) [2022-03-16T06:53:44.262Z] === RUN TestBuildWithSession [2022-03-16T06:53:44.262Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T06:53:44.262Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-16T06:53:44.262Z] === RUN TestBuildSquashParent [2022-03-16T06:53:44.284Z] #67 DONE 172.1s [2022-03-16T06:53:45.650Z] [2022-03-16T06:53:45.650Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-16T06:53:45.650Z] #68 sha256:e1e44540dcbdaf60cbd23b2e83758b25d9e0324e6da6996c1625bf5d5cae81a2 [2022-03-16T06:53:45.650Z] #68 DONE 0.2s [2022-03-16T06:53:45.650Z] [2022-03-16T06:53:45.650Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-16T06:53:45.650Z] #73 sha256:ab48c403db83df6393bc31bb41a9b3dbe139cc1f17e03ab3d709c02fcae1ff05 [2022-03-16T06:53:45.650Z] #73 DONE 0.1s [2022-03-16T06:53:45.650Z] [2022-03-16T06:53:45.650Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-16T06:53:45.650Z] #78 sha256:62403f18a0ee3e4ffad2505616f7f94b9c2ca4dea4abf6c05857f0417090653e [2022-03-16T06:53:46.214Z] #78 DONE 0.4s [2022-03-16T06:53:46.214Z] [2022-03-16T06:53:46.214Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-16T06:53:46.214Z] #79 sha256:25b4c881581799654ca2471fb87c1af8ec9bafd51d7225511687ee5edc0731f7 [2022-03-16T06:53:46.214Z] #79 DONE 0.0s [2022-03-16T06:53:46.214Z] [2022-03-16T06:53:46.214Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-16T06:53:46.214Z] #80 sha256:6bce917a369aad3958d4eff3a72d5acb3c34d5ced36e3631c3e5cd6b4eb4147e [2022-03-16T06:53:46.572Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s) [2022-03-16T06:53:46.828Z] --- PASS: TestDaemonRestartIpcMode (2.69s) [2022-03-16T06:53:46.828Z] PASS [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === Skipped [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-16T06:53:46.828Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-16T06:53:46.828Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-16T06:53:46.828Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-16T06:53:46.828Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-16T06:53:46.828Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-16T06:53:46.828Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-16T06:53:46.828Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-16T06:53:46.828Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-16T06:53:46.828Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-16T06:53:46.828Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-16T06:53:46.828Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-16T06:53:46.828Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-16T06:53:46.828Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-03-16T06:53:46.828Z] 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-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-16T06:53:46.828Z] 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-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-16T06:53:46.828Z] 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-16T06:53:46.828Z] [2022-03-16T06:53:46.828Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-16T06:53:46.828Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:46.829Z] [2022-03-16T06:53:46.829Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-16T06:53:46.829Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-16T06:53:46.829Z] [2022-03-16T06:53:46.829Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-03-16T06:53:46.829Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:46.829Z] [2022-03-16T06:53:46.829Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-16T06:53:46.829Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-16T06:53:46.829Z] [2022-03-16T06:53:46.829Z] === SKIP: amd64.integration.container TestNISDomainname (0.00s) [2022-03-16T06:53:46.829Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-16T06:53:46.829Z] [2022-03-16T06:53:46.829Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-16T06:53:46.829Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-16T06:53:46.829Z] [2022-03-16T06:53:46.829Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-16T06:53:46.829Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:46.829Z] [2022-03-16T06:53:46.829Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-16T06:53:46.829Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-16T06:53:46.829Z] [2022-03-16T06:53:46.829Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-16T06:53:46.829Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:46.829Z] [2022-03-16T06:53:46.829Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-16T06:53:46.829Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:46.829Z] [2022-03-16T06:53:46.829Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-16T06:53:46.829Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-16T06:53:46.829Z] [2022-03-16T06:53:46.829Z] DONE 177 tests, 27 skipped in 71.288s [2022-03-16T06:53:46.829Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-16T06:53:46.829Z] === RUN TestConfigDaemonLibtrustID [2022-03-16T06:53:47.143Z] #80 DONE 0.8s [2022-03-16T06:53:47.143Z] [2022-03-16T06:53:47.143Z] #81 exporting to image [2022-03-16T06:53:47.143Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-16T06:53:47.143Z] #81 exporting layers [2022-03-16T06:53:47.391Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-16T06:53:47.391Z] === RUN TestDaemonConfigValidation [2022-03-16T06:53:47.391Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-16T06:53:47.391Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-16T06:53:47.391Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-16T06:53:47.391Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-16T06:53:47.391Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-16T06:53:47.391Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-16T06:53:47.391Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-16T06:53:47.391Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-16T06:53:47.391Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-16T06:53:47.391Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-16T06:53:47.391Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-16T06:53:47.391Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-16T06:53:47.648Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-16T06:53:47.648Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-16T06:53:47.648Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-16T06:53:47.648Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-16T06:53:47.648Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s) [2022-03-16T06:53:47.648Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.11s) [2022-03-16T06:53:47.648Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-03-16T06:53:47.648Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2022-03-16T06:53:47.648Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-16T06:53:47.648Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-16T06:53:47.648Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-16T06:53:48.447Z] --- PASS: TestBuildSquashParent (4.38s) [2022-03-16T06:53:48.447Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-16T06:53:48.447Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:53:48.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:53:48.447Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:53:48.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:53:48.447Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:53:48.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:53:48.447Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:53:48.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:53:48.447Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:53:48.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:53:48.447Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:53:48.447Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:53:48.447Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:53:48.447Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:53:49.013Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-16T06:53:49.942Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-16T06:53:50.347Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:53:50.347Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:53:50.869Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-16T06:53:50.869Z] daemon_test.go:156: [d069c58324f77] daemon is not started [2022-03-16T06:53:50.869Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-03-16T06:53:50.869Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-03-16T06:53:50.869Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-03-16T06:53:50.869Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-03-16T06:53:50.869Z] === RUN TestDaemonProxy [2022-03-16T06:53:50.869Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-16T06:53:50.869Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-16T06:53:50.869Z] PASS [2022-03-16T06:53:50.869Z] [2022-03-16T06:53:50.869Z] === Skipped [2022-03-16T06:53:50.869Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-03-16T06:53:50.869Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-16T06:53:50.869Z] [2022-03-16T06:53:50.869Z] DONE 12 tests, 1 skipped in 4.163s [2022-03-16T06:53:50.869Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-16T06:53:51.125Z] INFO: Testing against a local daemon [2022-03-16T06:53:51.125Z] === RUN TestCommitInheritsEnv [2022-03-16T06:53:51.722Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:53:51.769Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.713s coverage: 7.2% of statements [2022-03-16T06:53:51.769Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-16T06:53:51.769Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-16T06:53:51.769Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-03-16T06:53:51.769Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-16T06:53:51.769Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-16T06:53:51.769Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-16T06:53:51.981Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:53:52.336Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-03-16T06:53:52.336Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-03-16T06:53:52.594Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-16T06:53:52.594Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-16T06:53:53.357Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-16T06:53:53.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.51s) [2022-03-16T06:53:53.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.80s) [2022-03-16T06:53:53.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.52s) [2022-03-16T06:53:53.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.53s) [2022-03-16T06:53:53.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.44s) [2022-03-16T06:53:53.357Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.43s) [2022-03-16T06:53:53.357Z] === RUN TestBuildMultiStageCopy [2022-03-16T06:53:53.357Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-16T06:53:53.639Z] --- PASS: TestCommitInheritsEnv (2.07s) [2022-03-16T06:53:53.639Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-16T06:53:53.639Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-16T06:53:53.639Z] === RUN TestImportWithCustomPlatform [2022-03-16T06:53:53.639Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-16T06:53:53.639Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-16T06:53:53.639Z] === RUN TestImportWithCustomPlatform// [2022-03-16T06:53:53.639Z] === RUN TestImportWithCustomPlatform/linux [2022-03-16T06:53:53.639Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-16T06:53:53.639Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-16T06:53:53.639Z] === RUN TestImportWithCustomPlatform/macos [2022-03-16T06:53:53.639Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-16T06:53:53.639Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-16T06:53:53.639Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-03-16T06:53:53.639Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-16T06:53:53.639Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-16T06:53:53.639Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-16T06:53:53.639Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-16T06:53:53.639Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-16T06:53:53.639Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-16T06:53:53.639Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-16T06:53:53.639Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-16T06:53:53.639Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-16T06:53:53.639Z] === RUN TestImagesFilterMultiReference [2022-03-16T06:53:53.639Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-16T06:53:53.639Z] === RUN TestImagePullPlatformInvalid [2022-03-16T06:53:53.639Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2022-03-16T06:53:53.639Z] === RUN TestRemoveImageOrphaning [2022-03-16T06:53:54.730Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-16T06:53:54.989Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-16T06:53:55.247Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-16T06:53:55.505Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-16T06:53:55.527Z] --- PASS: TestRemoveImageOrphaning (1.62s) [2022-03-16T06:53:55.527Z] === RUN TestRemoveImageGarbageCollector [2022-03-16T06:53:55.527Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-16T06:53:55.527Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-16T06:53:55.527Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-16T06:53:55.527Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-16T06:53:55.527Z] === RUN TestTagInvalidReference [2022-03-16T06:53:55.527Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-16T06:53:55.527Z] === RUN TestTagValidPrefixedRepo [2022-03-16T06:53:55.527Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-16T06:53:55.527Z] === RUN TestTagExistedNameWithoutForce [2022-03-16T06:53:55.527Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-16T06:53:55.527Z] === RUN TestTagOfficialNames [2022-03-16T06:53:55.527Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-16T06:53:55.527Z] === RUN TestTagMatchesDigest [2022-03-16T06:53:55.527Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-16T06:53:55.527Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-16T06:53:55.772Z] --- PASS: TestBuildMultiStageCopy (2.35s) [2022-03-16T06:53:55.772Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.42s) [2022-03-16T06:53:55.772Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2022-03-16T06:53:55.772Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2022-03-16T06:53:55.772Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2022-03-16T06:53:55.772Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-03-16T06:53:55.772Z] === RUN TestBuildMultiStageParentConfig [2022-03-16T06:53:56.338Z] --- PASS: TestBuildMultiStageParentConfig (0.68s) [2022-03-16T06:53:56.338Z] === RUN TestBuildLabelWithTargets [2022-03-16T06:53:57.273Z] --- PASS: TestBuildLabelWithTargets (1.02s) [2022-03-16T06:53:57.273Z] === RUN TestBuildWithEmptyLayers [2022-03-16T06:53:57.840Z] --- PASS: TestBuildWithEmptyLayers (0.47s) [2022-03-16T06:53:57.840Z] === RUN TestBuildMultiStageOnBuild [2022-03-16T06:53:59.773Z] --- PASS: TestBuildMultiStageOnBuild (1.76s) [2022-03-16T06:53:59.773Z] === RUN TestBuildUncleanTarFilenames [2022-03-16T06:54:00.343Z] --- PASS: TestBuildUncleanTarFilenames (0.67s) [2022-03-16T06:54:00.343Z] === RUN TestBuildMultiStageLayerLeak [2022-03-16T06:54:02.244Z] --- PASS: TestBuildMultiStageLayerLeak (1.82s) [2022-03-16T06:54:02.244Z] === RUN TestBuildWithHugeFile [2022-03-16T06:54:04.792Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-03-16T06:54:11.496Z] INFO: Expanding compiler 1 of 3... [2022-03-16T06:54:11.496Z] INFO: Expanding compiler 2 of 3... [2022-03-16T06:54:13.646Z] #81 exporting layers 23.9s done [2022-03-16T06:54:13.646Z] #81 writing image sha256:21ea8312b03e9073e6a71a26dfe2a1e5db51750c2cf63ff28dd6d45949f5db88 done [2022-03-16T06:54:13.646Z] #81 naming to docker.io/library/docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 done [2022-03-16T06:54:13.646Z] #81 DONE 23.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-16T06:54:14.000Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43372/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 hack/validate/default [2022-03-16T06:54:14.930Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-16T06:54:16.257Z] INFO: Expanding compiler 3 of 3... [2022-03-16T06:54:17.246Z] INFO: Removing downloaded files... [2022-03-16T06:54:17.246Z] INFO: Downloading containerd [2022-03-16T06:54:19.666Z] ok github.com/docker/docker/libnetwork/ipam 15.614s coverage: 85.3% of statements [2022-03-16T06:54:19.666Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-16T06:54:19.666Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-16T06:54:19.666Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-16T06:54:19.666Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-16T06:54:19.666Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-16T06:54:19.925Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 71.4% of statements [2022-03-16T06:54:20.492Z] ok github.com/docker/docker/libnetwork/ipamutils 0.274s coverage: 74.0% of statements [2022-03-16T06:54:21.057Z] ok github.com/docker/docker/libnetwork/iptables 0.128s coverage: 45.1% of statements [2022-03-16T06:54:21.316Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-16T06:54:21.575Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-03-16T06:54:23.030Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2022-03-16T06:54:26.298Z] Congratulations! All API changes are done the right way. [2022-03-16T06:54:26.298Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-16T06:54:26.298Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-16T06:54:26.298Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-16T06:54:26.298Z] Congratulations! No new tests were added to integration-cli. [2022-03-16T06:54:26.298Z] [2022-03-16T06:54:26.298Z] INFO Start validation with golang-ci-lint [2022-03-16T06:54:26.861Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-16T06:54:26.861Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-16T06:54:26.861Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-03-16T06:54:29.755Z] [2022-03-16T06:54:29.755Z] Name Version Source Summary [2022-03-16T06:54:29.755Z] ---- ------- ------ ------- [2022-03-16T06:54:29.755Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-16T06:54:30.746Z] [2022-03-16T06:54:30.746Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-16T06:54:30.746Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-16T06:54:30.746Z] PSChildName : containerd [2022-03-16T06:54:30.747Z] PSDrive : C [2022-03-16T06:54:30.747Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-16T06:54:30.747Z] PSIsContainer : True [2022-03-16T06:54:30.747Z] Name : containerd [2022-03-16T06:54:30.747Z] FullName : C:\containerd [2022-03-16T06:54:30.747Z] Parent : [2022-03-16T06:54:30.747Z] Exists : True [2022-03-16T06:54:30.747Z] Root : C:\ [2022-03-16T06:54:30.747Z] Extension : [2022-03-16T06:54:30.747Z] CreationTime : 3/16/2022 6:54:30 AM [2022-03-16T06:54:30.747Z] CreationTimeUtc : 3/16/2022 6:54:30 AM [2022-03-16T06:54:30.747Z] LastAccessTime : 3/16/2022 6:54:30 AM [2022-03-16T06:54:30.747Z] LastAccessTimeUtc : 3/16/2022 6:54:30 AM [2022-03-16T06:54:30.747Z] LastWriteTime : 3/16/2022 6:54:30 AM [2022-03-16T06:54:30.747Z] LastWriteTimeUtc : 3/16/2022 6:54:30 AM [2022-03-16T06:54:30.747Z] Attributes : Directory [2022-03-16T06:54:30.747Z] Mode : d----- [2022-03-16T06:54:30.747Z] BaseName : containerd [2022-03-16T06:54:30.747Z] Target : {} [2022-03-16T06:54:30.747Z] LinkType : [2022-03-16T06:54:30.747Z] [2022-03-16T06:54:32.971Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-16T06:54:32.971Z] INFO: Configuring git core.autocrlf... [2022-03-16T06:54:32.971Z] [2022-03-16T06:54:32.971Z] [2022-03-16T06:54:44.033Z] Removing intermediate container b7fc33685aa3 [2022-03-16T06:54:44.033Z] ---> 89729a508862 [2022-03-16T06:54:44.033Z] 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-16T06:54:44.033Z] ---> Running in e968f59bc0a3 [2022-03-16T06:54:44.033Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-16T06:54:44.033Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-16T06:54:44.033Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-16T06:54:44.033Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-16T06:54:44.033Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-16T06:54:44.033Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-16T06:54:44.033Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-16T06:54:44.033Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-16T06:54:44.033Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-16T06:54:44.033Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-16T06:54:44.033Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-16T06:54:44.033Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-16T06:54:44.033Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-16T06:54:44.033Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-16T06:54:44.033Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-16T06:54:44.033Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-16T06:54:45.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-16T06:54:45.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-16T06:54:58.462Z] --- PASS: TestBuildWithHugeFile (54.38s) [2022-03-16T06:54:58.462Z] === RUN TestBuildWCOWSandboxSize [2022-03-16T06:54:58.462Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T06:54:58.462Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-16T06:54:58.462Z] === RUN TestBuildWithEmptyDockerfile [2022-03-16T06:54:58.462Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T06:54:58.462Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T06:54:58.462Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T06:54:58.462Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T06:54:58.462Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T06:54:58.462Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T06:54:58.462Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T06:54:58.462Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T06:54:58.462Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T06:54:58.462Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2022-03-16T06:54:58.462Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2022-03-16T06:54:58.462Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2022-03-16T06:54:58.462Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-16T06:54:58.462Z] === RUN TestBuildPreserveOwnership [2022-03-16T06:54:58.462Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-16T06:54:59.397Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-16T06:55:00.333Z] --- PASS: TestBuildPreserveOwnership (3.71s) [2022-03-16T06:55:00.333Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.47s) [2022-03-16T06:55:00.333Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.23s) [2022-03-16T06:55:00.333Z] === RUN TestBuildPlatformInvalid [2022-03-16T06:55:00.591Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-16T06:55:00.591Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-16T06:55:01.525Z] Loaded image: busybox:latest [2022-03-16T06:55:01.525Z] Loaded image: busybox:glibc [2022-03-16T06:55:02.177Z] Removing intermediate container e968f59bc0a3 [2022-03-16T06:55:02.177Z] ---> fb5926a6c3d7 [2022-03-16T06:55:02.177Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-16T06:55:02.177Z] ---> Running in 90514939a260 [2022-03-16T06:55:02.667Z] Removing intermediate container 90514939a260 [2022-03-16T06:55:02.667Z] ---> 73c0e44c0f3f [2022-03-16T06:55:02.667Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-16T06:55:02.667Z] ---> Running in 30817cf920c4 [2022-03-16T06:55:02.901Z] Loaded image: debian:bullseye-slim [2022-03-16T06:55:02.901Z] Loaded image: hello-world:latest [2022-03-16T06:55:02.901Z] Loaded image: arm32v7/hello-world:latest [2022-03-16T06:55:03.157Z] Removing intermediate container 30817cf920c4 [2022-03-16T06:55:03.157Z] ---> b417aef09992 [2022-03-16T06:55:03.157Z] Step 11/11 : COPY . . [2022-03-16T06:55:12.871Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.85s) [2022-03-16T06:55:12.871Z] PASS [2022-03-16T06:55:12.871Z] [2022-03-16T06:55:12.871Z] === Skipped [2022-03-16T06:55:12.871Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-16T06:55:12.871Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T06:55:12.871Z] [2022-03-16T06:55:12.871Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-16T06:55:12.871Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T06:55:12.871Z] [2022-03-16T06:55:12.871Z] DONE 34 tests, 2 skipped in 91.666s [2022-03-16T06:55:12.871Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-16T06:55:12.871Z] INFO: Testing against a local daemon [2022-03-16T06:55:12.871Z] === RUN TestConfigInspect [2022-03-16T06:55:13.805Z] --- PASS: TestConfigInspect (2.34s) [2022-03-16T06:55:13.805Z] === RUN TestConfigList [2022-03-16T06:55:16.334Z] --- PASS: TestConfigList (2.27s) [2022-03-16T06:55:16.334Z] === RUN TestConfigsCreateAndDelete [2022-03-16T06:55:18.234Z] --- PASS: TestConfigsCreateAndDelete (2.22s) [2022-03-16T06:55:18.234Z] === RUN TestConfigsUpdate [2022-03-16T06:55:20.763Z] --- PASS: TestConfigsUpdate (2.18s) [2022-03-16T06:55:20.763Z] === RUN TestTemplatedConfig [2022-03-16T06:55:23.293Z] --- PASS: TestTemplatedConfig (2.63s) [2022-03-16T06:55:23.293Z] === RUN TestConfigCreateResolve [2022-03-16T06:55:25.200Z] --- PASS: TestConfigCreateResolve (2.21s) [2022-03-16T06:55:25.200Z] PASS [2022-03-16T06:55:25.200Z] [2022-03-16T06:55:25.200Z] DONE 6 tests in 13.908s [2022-03-16T06:55:25.200Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-16T06:55:25.458Z] INFO: Testing against a local daemon [2022-03-16T06:55:25.458Z] === RUN TestCheckpoint [2022-03-16T06:55:25.458Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T06:55:25.458Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-16T06:55:25.458Z] === RUN TestContainerInvalidJSON [2022-03-16T06:55:25.458Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T06:55:25.458Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T06:55:25.458Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-16T06:55:25.458Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-16T06:55:25.458Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T06:55:25.458Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-16T06:55:25.458Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-16T06:55:25.458Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-16T06:55:25.458Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-16T06:55:25.458Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-16T06:55:25.458Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-03-16T06:55:25.458Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-16T06:55:25.458Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-16T06:55:25.458Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-16T06:55:25.716Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-03-16T06:55:25.716Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-16T06:55:25.716Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-03-16T06:55:25.716Z] === RUN TestCopyFromContainer [2022-03-16T06:55:26.652Z] === RUN TestCopyFromContainer// [2022-03-16T06:55:26.912Z] === RUN TestCopyFromContainer//bar/root [2022-03-16T06:55:26.912Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-16T06:55:26.912Z] === RUN TestCopyFromContainer/bar/quux [2022-03-16T06:55:26.912Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-16T06:55:27.171Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-16T06:55:27.171Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-16T06:55:27.171Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-16T06:55:27.171Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-16T06:55:27.430Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-16T06:55:27.430Z] --- PASS: TestCopyFromContainer (1.79s) [2022-03-16T06:55:27.430Z] --- PASS: TestCopyFromContainer// (0.07s) [2022-03-16T06:55:27.430Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-16T06:55:27.430Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-16T06:55:27.430Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-03-16T06:55:27.430Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-03-16T06:55:27.430Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-03-16T06:55:27.430Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-03-16T06:55:27.430Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2022-03-16T06:55:27.430Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-03-16T06:55:27.430Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2022-03-16T06:55:27.430Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-16T06:55:27.430Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T06:55:27.430Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T06:55:27.430Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T06:55:27.430Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T06:55:27.430Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T06:55:27.430Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T06:55:27.430Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T06:55:27.430Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T06:55:27.430Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T06:55:27.430Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-16T06:55:27.430Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-16T06:55:27.430Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-16T06:55:27.431Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-16T06:55:27.431Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-16T06:55:27.431Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-03-16T06:55:27.431Z] === RUN TestCreateWithInvalidEnv [2022-03-16T06:55:27.431Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-16T06:55:27.431Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-16T06:55:27.431Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-16T06:55:27.431Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-16T06:55:27.431Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-16T06:55:27.431Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-16T06:55:27.431Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-16T06:55:27.431Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-16T06:55:27.431Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-16T06:55:27.431Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-16T06:55:27.431Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-16T06:55:27.431Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-16T06:55:27.431Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-16T06:55:27.431Z] === RUN TestCreateTmpfsMountsTarget [2022-03-16T06:55:27.431Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-16T06:55:27.431Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-16T06:55:29.331Z] --- PASS: TestCreateWithCustomMaskedPaths (1.66s) [2022-03-16T06:55:29.331Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-16T06:55:30.257Z] 4612f6d0b889: Pull complete [2022-03-16T06:55:31.233Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.69s) [2022-03-16T06:55:31.233Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-16T06:55:31.233Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T06:55:31.233Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T06:55:31.233Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T06:55:31.233Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T06:55:31.233Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T06:55:31.233Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T06:55:31.233Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T06:55:31.233Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T06:55:31.233Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T06:55:31.233Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T06:55:31.233Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T06:55:31.233Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T06:55:31.233Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T06:55:31.233Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T06:55:31.233Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T06:55:31.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-16T06:55:31.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-16T06:55:31.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-16T06:55:31.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-16T06:55:31.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-16T06:55:31.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-16T06:55:31.233Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-16T06:55:31.491Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-03-16T06:55:31.491Z] === RUN TestCreateDifferentPlatform [2022-03-16T06:55:31.491Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-16T06:55:31.491Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-16T06:55:31.491Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-16T06:55:31.491Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-16T06:55:31.491Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-16T06:55:31.491Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-16T06:55:31.491Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-16T06:55:31.491Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-16T06:55:31.491Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-16T06:55:31.491Z] === RUN TestContainerStartOnDaemonRestart [2022-03-16T06:55:31.491Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-16T06:55:31.491Z] === RUN TestDaemonRestartIpcMode [2022-03-16T06:55:31.491Z] === PAUSE TestDaemonRestartIpcMode [2022-03-16T06:55:31.491Z] === RUN TestDaemonHostGatewayIP [2022-03-16T06:55:31.491Z] === PAUSE TestDaemonHostGatewayIP [2022-03-16T06:55:31.491Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-16T06:55:31.491Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-16T06:55:31.491Z] === RUN TestContainerKillOnDaemonStart [2022-03-16T06:55:31.491Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-16T06:55:31.491Z] === RUN TestDiff [2022-03-16T06:55:31.937Z] --- PASS: TestImportExtremelyLargeImageWorks (89.76s) [2022-03-16T06:55:31.937Z] PASS [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === Skipped [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-16T06:55:31.937Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] DONE 22 tests, 1 skipped in 94.142s [2022-03-16T06:55:31.937Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-16T06:55:31.937Z] INFO: Testing against a local daemon [2022-03-16T06:55:31.937Z] === RUN TestNetworkCreateDelete [2022-03-16T06:55:31.937Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-16T06:55:31.937Z] === RUN TestDockerNetworkDeletePreferID [2022-03-16T06:55:31.937Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-03-16T06:55:31.937Z] === RUN TestDaemonDNSFallback [2022-03-16T06:55:31.937Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-03-16T06:55:31.937Z] === RUN TestInspectNetwork [2022-03-16T06:55:31.937Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:31.937Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestRunContainerWithBridgeNone [2022-03-16T06:55:31.937Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestNetworkInvalidJSON [2022-03-16T06:55:31.937Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-16T06:55:31.937Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-16T06:55:31.937Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T06:55:31.937Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T06:55:31.937Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T06:55:31.937Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T06:55:31.937Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-16T06:55:31.937Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T06:55:31.937Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T06:55:31.937Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-16T06:55:31.937Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-16T06:55:31.937Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-16T06:55:31.937Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestNetworkList [2022-03-16T06:55:31.937Z] === RUN TestNetworkList//networks [2022-03-16T06:55:31.937Z] === PAUSE TestNetworkList//networks [2022-03-16T06:55:31.937Z] === RUN TestNetworkList//networks/ [2022-03-16T06:55:31.937Z] === PAUSE TestNetworkList//networks/ [2022-03-16T06:55:31.937Z] === CONT TestNetworkList//networks [2022-03-16T06:55:31.937Z] === CONT TestNetworkList//networks/ [2022-03-16T06:55:31.937Z] --- PASS: TestNetworkList (0.02s) [2022-03-16T06:55:31.937Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-16T06:55:31.937Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestHostIPv4BridgeLabel [2022-03-16T06:55:31.937Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-16T06:55:31.937Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-03-16T06:55:31.937Z] === RUN TestDaemonDefaultNetworkPools [2022-03-16T06:55:31.937Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-16T06:55:31.937Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-16T06:55:31.937Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-16T06:55:31.937Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestServiceWithPredefinedNetwork [2022-03-16T06:55:31.937Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:31.937Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-16T06:55:31.937Z] service_test.go:243: FLAKY_TEST [2022-03-16T06:55:31.937Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestServiceWithDataPathPortInit [2022-03-16T06:55:31.937Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:31.937Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-16T06:55:31.937Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-16T06:55:31.937Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:31.937Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-16T06:55:31.937Z] PASS [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === Skipped [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-16T06:55:31.937Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-16T06:55:31.937Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-16T06:55:31.937Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-03-16T06:55:31.937Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-03-16T06:55:31.937Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-16T06:55:31.937Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-16T06:55:31.937Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-16T06:55:31.937Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-16T06:55:31.937Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T06:55:31.937Z] service_test.go:243: FLAKY_TEST [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-03-16T06:55:31.937Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-16T06:55:31.937Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:31.937Z] [2022-03-16T06:55:31.937Z] DONE 22 tests, 12 skipped in 6.965s [2022-03-16T06:55:32.056Z] --- PASS: TestDiff (0.57s) [2022-03-16T06:55:32.056Z] === RUN TestExecWithCloseStdin [2022-03-16T06:55:32.194Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-16T06:55:32.194Z] INFO: Testing against a local daemon [2022-03-16T06:55:32.194Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-16T06:55:32.194Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T06:55:32.194Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-16T06:55:32.194Z] === RUN TestDockerNetworkIpvlan [2022-03-16T06:55:32.194Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T06:55:32.194Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-16T06:55:32.194Z] PASS [2022-03-16T06:55:32.194Z] [2022-03-16T06:55:32.194Z] === Skipped [2022-03-16T06:55:32.194Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-16T06:55:32.194Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T06:55:32.194Z] [2022-03-16T06:55:32.194Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-16T06:55:32.194Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T06:55:32.194Z] [2022-03-16T06:55:32.194Z] DONE 2 tests, 2 skipped in 0.094s [2022-03-16T06:55:32.194Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-16T06:55:32.194Z] INFO: Testing against a local daemon [2022-03-16T06:55:32.194Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-16T06:55:32.194Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:32.194Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-16T06:55:32.194Z] === RUN TestDockerNetworkMacvlan [2022-03-16T06:55:32.194Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:32.194Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-16T06:55:32.194Z] PASS [2022-03-16T06:55:32.194Z] [2022-03-16T06:55:32.194Z] === Skipped [2022-03-16T06:55:32.194Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-16T06:55:32.194Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:32.194Z] [2022-03-16T06:55:32.194Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-16T06:55:32.194Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-16T06:55:32.194Z] [2022-03-16T06:55:32.194Z] DONE 2 tests, 2 skipped in 0.084s [2022-03-16T06:55:32.194Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-16T06:55:32.194Z] testing: warning: no tests to run [2022-03-16T06:55:32.194Z] PASS [2022-03-16T06:55:32.194Z] [2022-03-16T06:55:32.194Z] DONE 0 tests in 0.021s [2022-03-16T06:55:32.194Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-16T06:55:32.450Z] INFO: Testing against a local daemon [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginAllowRequest [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginTLS [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginDenyRequest [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginDenyResponse [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginAllowEventStream [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginErrorResponse [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginErrorRequest [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginHeader [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginV2Disable [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-16T06:55:32.450Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-16T06:55:32.450Z] PASS [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === Skipped [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-16T06:55:32.450Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.450Z] [2022-03-16T06:55:32.450Z] DONE 17 tests, 17 skipped in 0.268s [2022-03-16T06:55:32.706Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-16T06:55:32.706Z] INFO: Testing against a local daemon [2022-03-16T06:55:32.706Z] === RUN TestPluginInvalidJSON [2022-03-16T06:55:32.706Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T06:55:32.706Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T06:55:32.706Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T06:55:32.707Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-16T06:55:32.707Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-16T06:55:32.707Z] === RUN TestPluginInstall [2022-03-16T06:55:32.707Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.707Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-16T06:55:32.707Z] === RUN TestPluginsWithRuntimes [2022-03-16T06:55:32.707Z] 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-16T06:55:32.707Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-16T06:55:32.707Z] === RUN TestPluginBackCompatMediaTypes [2022-03-16T06:55:32.707Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-16T06:55:32.707Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-16T06:55:32.707Z] PASS [2022-03-16T06:55:32.707Z] [2022-03-16T06:55:32.707Z] === Skipped [2022-03-16T06:55:32.707Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-16T06:55:32.707Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-16T06:55:32.707Z] [2022-03-16T06:55:32.707Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-16T06:55:32.707Z] 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-16T06:55:32.707Z] [2022-03-16T06:55:32.707Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-16T06:55:32.707Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-16T06:55:32.707Z] [2022-03-16T06:55:32.707Z] DONE 5 tests, 3 skipped in 0.111s [2022-03-16T06:55:32.707Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-16T06:55:32.707Z] INFO: Testing against a local daemon [2022-03-16T06:55:32.707Z] === RUN TestExternalGraphDriver [2022-03-16T06:55:32.707Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-16T06:55:32.707Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-03-16T06:55:32.707Z] === RUN TestGraphdriverPluginV2 [2022-03-16T06:55:32.992Z] --- PASS: TestExecWithCloseStdin (0.66s) [2022-03-16T06:55:32.992Z] === RUN TestExec [2022-03-16T06:55:33.558Z] --- PASS: TestExec (0.65s) [2022-03-16T06:55:33.558Z] === RUN TestExecUser [2022-03-16T06:55:33.681Z] ---> 0e088f29bc75 [2022-03-16T06:55:34.124Z] --- PASS: TestExecUser (0.63s) [2022-03-16T06:55:34.124Z] === RUN TestExportContainerAndImportImage [2022-03-16T06:55:35.057Z] --- PASS: TestExportContainerAndImportImage (0.73s) [2022-03-16T06:55:35.057Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-16T06:55:35.318Z] Successfully built 0e088f29bc75 [2022-03-16T06:55:35.318Z] Successfully tagged docker:latest [2022-03-16T06:55:35.318Z] INFO: Image build ended at 03/16/2022 06:55:35. Duration:00:03:55.0097293 [2022-03-16T06:55:35.318Z] [2022-03-16T06:55:35.318Z] [2022-03-16T06:55:35.318Z] INFO: Building the test binaries at 03/16/2022 06:55:35... [2022-03-16T06:55:35.996Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-03-16T06:55:35.996Z] === RUN TestHealthCheckWorkdir [2022-03-16T06:55:36.873Z] --- PASS: TestGraphdriverPluginV2 (3.43s) [2022-03-16T06:55:36.873Z] PASS [2022-03-16T06:55:36.873Z] [2022-03-16T06:55:36.873Z] === Skipped [2022-03-16T06:55:36.873Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-03-16T06:55:36.873Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-16T06:55:36.873Z] [2022-03-16T06:55:36.873Z] DONE 2 tests, 1 skipped in 3.558s [2022-03-16T06:55:36.873Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-16T06:55:36.873Z] INFO: Testing against a local daemon [2022-03-16T06:55:36.873Z] === RUN TestContinueAfterPluginCrash [2022-03-16T06:55:36.873Z] === PAUSE TestContinueAfterPluginCrash [2022-03-16T06:55:36.873Z] === RUN TestReadPluginNoRead [2022-03-16T06:55:36.873Z] === PAUSE TestReadPluginNoRead [2022-03-16T06:55:36.873Z] === RUN TestDaemonStartWithLogOpt [2022-03-16T06:55:36.873Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-16T06:55:36.873Z] === CONT TestContinueAfterPluginCrash [2022-03-16T06:55:36.873Z] === CONT TestDaemonStartWithLogOpt [2022-03-16T06:55:36.930Z] --- PASS: TestHealthCheckWorkdir (0.83s) [2022-03-16T06:55:36.930Z] === RUN TestHealthKillContainer [2022-03-16T06:55:40.255Z] INFO: make.ps1 starting at 03/16/2022 06:55:39 [2022-03-16T06:55:40.748Z] INFO: Git commit (327bb38f99) assumed from DOCKER_GITCOMMIT environment variable [2022-03-16T06:55:40.748Z] INFO: Invoking autogen... [2022-03-16T06:55:40.748Z] INFO: Building daemon... [2022-03-16T06:55:41.041Z] --- PASS: TestDaemonStartWithLogOpt (3.92s) [2022-03-16T06:55:41.041Z] === CONT TestReadPluginNoRead [2022-03-16T06:55:42.408Z] === RUN TestReadPluginNoRead/default [2022-03-16T06:55:43.775Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-16T06:55:45.081Z] --- PASS: TestHealthKillContainer (8.21s) [2022-03-16T06:55:45.081Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-16T06:55:45.147Z] --- PASS: TestContinueAfterPluginCrash (8.66s) [2022-03-16T06:55:45.147Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-16T06:55:45.311Z] Removing intermediate container 916b70a05562 [2022-03-16T06:55:45.311Z] ---> cba635465908 [2022-03-16T06:55:45.311Z] 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-16T06:55:45.311Z] ---> Running in a170b5932db2 [2022-03-16T06:55:46.029Z] --- PASS: TestInspectCpusetInConfigPre120 (0.65s) [2022-03-16T06:55:46.029Z] === RUN TestIpcModeNone [2022-03-16T06:55:46.287Z] --- PASS: TestIpcModeNone (0.61s) [2022-03-16T06:55:46.287Z] === RUN TestIpcModePrivate [2022-03-16T06:55:46.513Z] === CONT TestReadPluginNoRead [2022-03-16T06:55:46.513Z] read_test.go:92: [daf8d42dff44d] daemon is not started [2022-03-16T06:55:46.513Z] --- PASS: TestReadPluginNoRead (6.05s) [2022-03-16T06:55:46.513Z] --- PASS: TestReadPluginNoRead/default (1.22s) [2022-03-16T06:55:46.513Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.37s) [2022-03-16T06:55:46.513Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.27s) [2022-03-16T06:55:46.513Z] PASS [2022-03-16T06:55:46.513Z] [2022-03-16T06:55:46.513Z] DONE 6 tests in 10.064s [2022-03-16T06:55:46.513Z] 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-16T06:55:46.513Z] testing: warning: no tests to run [2022-03-16T06:55:46.513Z] PASS [2022-03-16T06:55:46.513Z] [2022-03-16T06:55:46.513Z] DONE 0 tests in 0.029s [2022-03-16T06:55:46.513Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-16T06:55:46.513Z] INFO: Testing against a local daemon [2022-03-16T06:55:46.513Z] === RUN TestPluginWithDevMounts [2022-03-16T06:55:46.513Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-16T06:55:46.513Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-16T06:55:46.513Z] PASS [2022-03-16T06:55:46.513Z] [2022-03-16T06:55:46.513Z] === Skipped [2022-03-16T06:55:46.513Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-16T06:55:46.513Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-16T06:55:46.513Z] [2022-03-16T06:55:46.513Z] DONE 1 tests, 1 skipped in 0.099s [2022-03-16T06:55:46.513Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-16T06:55:46.513Z] INFO: Testing against a local daemon [2022-03-16T06:55:46.513Z] === RUN TestSecretInspect [2022-03-16T06:55:46.513Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.513Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-16T06:55:46.513Z] === RUN TestSecretList [2022-03-16T06:55:46.513Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.513Z] --- SKIP: TestSecretList (0.01s) [2022-03-16T06:55:46.513Z] === RUN TestSecretsCreateAndDelete [2022-03-16T06:55:46.513Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-16T06:55:46.769Z] === RUN TestSecretsUpdate [2022-03-16T06:55:46.769Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-03-16T06:55:46.769Z] === RUN TestTemplatedSecret [2022-03-16T06:55:46.769Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-16T06:55:46.769Z] === RUN TestSecretCreateResolve [2022-03-16T06:55:46.769Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] --- SKIP: TestSecretCreateResolve (0.03s) [2022-03-16T06:55:46.769Z] PASS [2022-03-16T06:55:46.769Z] [2022-03-16T06:55:46.769Z] === Skipped [2022-03-16T06:55:46.769Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-03-16T06:55:46.769Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] [2022-03-16T06:55:46.769Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-16T06:55:46.769Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] [2022-03-16T06:55:46.769Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-16T06:55:46.769Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] [2022-03-16T06:55:46.769Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-03-16T06:55:46.769Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] [2022-03-16T06:55:46.769Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-16T06:55:46.769Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] [2022-03-16T06:55:46.769Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.03s) [2022-03-16T06:55:46.769Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] [2022-03-16T06:55:46.769Z] DONE 6 tests, 6 skipped in 0.171s [2022-03-16T06:55:46.769Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-16T06:55:46.769Z] INFO: Testing against a local daemon [2022-03-16T06:55:46.769Z] === RUN TestServiceCreateInit [2022-03-16T06:55:46.769Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-16T06:55:46.769Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-16T06:55:46.769Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] --- PASS: TestServiceCreateInit (0.02s) [2022-03-16T06:55:46.769Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T06:55:46.769Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T06:55:46.769Z] === RUN TestCreateServiceMultipleTimes [2022-03-16T06:55:46.769Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s) [2022-03-16T06:55:46.769Z] === RUN TestCreateServiceConflict [2022-03-16T06:55:46.769Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-03-16T06:55:46.769Z] === RUN TestCreateServiceMaxReplicas [2022-03-16T06:55:46.769Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-03-16T06:55:46.769Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-16T06:55:46.769Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-16T06:55:46.769Z] === RUN TestCreateServiceSecretFileMode [2022-03-16T06:55:46.769Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-03-16T06:55:46.769Z] === RUN TestCreateServiceConfigFileMode [2022-03-16T06:55:46.769Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:46.769Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-03-16T06:55:46.769Z] === RUN TestCreateServiceSysctls [2022-03-16T06:55:46.853Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-03-16T06:55:47.027Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:47.027Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-03-16T06:55:47.027Z] === RUN TestCreateServiceCapabilities [2022-03-16T06:55:47.027Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:47.027Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-16T06:55:47.027Z] === RUN TestInspect [2022-03-16T06:55:47.027Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:47.027Z] --- SKIP: TestInspect (0.01s) [2022-03-16T06:55:47.027Z] === RUN TestCreateJob [2022-03-16T06:55:47.027Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:47.027Z] --- SKIP: TestCreateJob (0.01s) [2022-03-16T06:55:47.027Z] === RUN TestReplicatedJob [2022-03-16T06:55:47.027Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:47.027Z] --- SKIP: TestReplicatedJob (0.01s) [2022-03-16T06:55:47.027Z] === RUN TestUpdateReplicatedJob [2022-03-16T06:55:47.027Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:47.027Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-16T06:55:47.027Z] === RUN TestServiceListWithStatuses [2022-03-16T06:55:47.027Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-16T06:55:47.027Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-16T06:55:47.027Z] === RUN TestDockerNetworkConnectAlias [2022-03-16T06:55:47.027Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:47.027Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-03-16T06:55:47.027Z] === RUN TestDockerNetworkReConnect [2022-03-16T06:55:47.027Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:47.027Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-16T06:55:47.027Z] === RUN TestServicePlugin [2022-03-16T06:55:47.111Z] --- PASS: TestIpcModePrivate (0.63s) [2022-03-16T06:55:47.111Z] === RUN TestIpcModeShareable [2022-03-16T06:55:47.369Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-03-16T06:55:47.628Z] --- PASS: TestIpcModeShareable (0.64s) [2022-03-16T06:55:47.628Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-16T06:55:48.387Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-16T06:55:48.387Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-16T06:55:48.387Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-16T06:55:48.387Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-16T06:55:48.387Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-16T06:55:48.387Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-16T06:55:48.856Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-16T06:55:48.856Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-16T06:55:48.856Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-16T06:55:48.856Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-16T06:55:48.856Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-16T06:55:48.856Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-16T06:55:48.856Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-16T06:55:48.856Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-16T06:55:48.918Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] --- SKIP: TestServicePlugin (1.90s) [2022-03-16T06:55:48.918Z] === RUN TestServiceUpdateLabel [2022-03-16T06:55:48.918Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2022-03-16T06:55:48.918Z] === RUN TestServiceUpdateSecrets [2022-03-16T06:55:48.918Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-16T06:55:48.918Z] === RUN TestServiceUpdateConfigs [2022-03-16T06:55:48.918Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-03-16T06:55:48.918Z] === RUN TestServiceUpdateNetwork [2022-03-16T06:55:48.918Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-03-16T06:55:48.918Z] === RUN TestServiceUpdatePidsLimit [2022-03-16T06:55:48.918Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2022-03-16T06:55:48.918Z] PASS [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === Skipped [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T06:55:48.918Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T06:55:48.918Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s) [2022-03-16T06:55:48.918Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-03-16T06:55:48.918Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-03-16T06:55:48.918Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-16T06:55:48.918Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-03-16T06:55:48.918Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-03-16T06:55:48.918Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-03-16T06:55:48.918Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-03-16T06:55:48.918Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-03-16T06:55:48.918Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-03-16T06:55:48.918Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-03-16T06:55:48.918Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-16T06:55:48.918Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-16T06:55:48.918Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-03-16T06:55:48.918Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-16T06:55:48.918Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestServicePlugin (1.90s) [2022-03-16T06:55:48.918Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2022-03-16T06:55:48.918Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-03-16T06:55:48.918Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-03-16T06:55:48.918Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-03-16T06:55:48.918Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2022-03-16T06:55:48.918Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-16T06:55:48.918Z] [2022-03-16T06:55:48.918Z] DONE 24 tests, 23 skipped in 2.273s [2022-03-16T06:55:48.918Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-16T06:55:49.174Z] INFO: Testing against a local daemon [2022-03-16T06:55:49.174Z] === RUN TestSessionCreate [2022-03-16T06:55:49.174Z] --- PASS: TestSessionCreate (0.02s) [2022-03-16T06:55:49.174Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-16T06:55:49.174Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-16T06:55:49.174Z] PASS [2022-03-16T06:55:49.174Z] [2022-03-16T06:55:49.174Z] DONE 2 tests in 0.120s [2022-03-16T06:55:49.174Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-16T06:55:49.174Z] INFO: Testing against a local daemon [2022-03-16T06:55:49.174Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-16T06:55:49.174Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-16T06:55:49.174Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T06:55:49.174Z] === RUN TestDiskUsage [2022-03-16T06:55:49.174Z] === PAUSE TestDiskUsage [2022-03-16T06:55:49.174Z] === RUN TestEventsExecDie [2022-03-16T06:55:49.527Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.81s) [2022-03-16T06:55:49.527Z] === RUN TestAPIIpcModeHost [2022-03-16T06:55:49.736Z] --- PASS: TestEventsExecDie (0.46s) [2022-03-16T06:55:49.736Z] === RUN TestEventsBackwardsCompatible [2022-03-16T06:55:49.736Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-03-16T06:55:49.736Z] === RUN TestEventsVolumeCreate [2022-03-16T06:55:49.736Z] --- PASS: TestEventsVolumeCreate (0.04s) [2022-03-16T06:55:49.736Z] === RUN TestInfoBinaryCommits [2022-03-16T06:55:49.736Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-03-16T06:55:49.736Z] === RUN TestInfoAPIVersioned [2022-03-16T06:55:49.736Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-16T06:55:49.736Z] === RUN TestInfoAPI [2022-03-16T06:55:49.736Z] --- PASS: TestInfoAPI (0.01s) [2022-03-16T06:55:49.736Z] === RUN TestInfoAPIWarnings [2022-03-16T06:55:49.785Z] --- PASS: TestAPIIpcModeHost (0.41s) [2022-03-16T06:55:49.785Z] === RUN TestDaemonIpcModeShareable [2022-03-16T06:55:49.848Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-16T06:55:49.848Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-16T06:55:51.159Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-16T06:55:51.159Z] --- PASS: TestDaemonIpcModeShareable (1.22s) [2022-03-16T06:55:51.159Z] === RUN TestDaemonIpcModePrivate [2022-03-16T06:55:52.091Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-16T06:55:52.349Z] --- PASS: TestDaemonIpcModePrivate (1.20s) [2022-03-16T06:55:52.349Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-16T06:55:53.282Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-16T06:55:53.540Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s) [2022-03-16T06:55:53.540Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-16T06:55:54.913Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-16T06:55:54.913Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.25s) [2022-03-16T06:55:54.913Z] === RUN TestIpcModeOlderClient [2022-03-16T06:55:54.913Z] === PAUSE TestIpcModeOlderClient [2022-03-16T06:55:54.913Z] === RUN TestKillContainerInvalidSignal [2022-03-16T06:55:55.171Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2022-03-16T06:55:55.171Z] === RUN TestKillContainer [2022-03-16T06:55:55.171Z] === RUN TestKillContainer/no_signal [2022-03-16T06:55:55.738Z] === RUN TestKillContainer/non_killing_signal [2022-03-16T06:55:55.997Z] === RUN TestKillContainer/killing_signal [2022-03-16T06:55:56.563Z] --- PASS: TestKillContainer (1.36s) [2022-03-16T06:55:56.563Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-03-16T06:55:56.563Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-03-16T06:55:56.563Z] --- PASS: TestKillContainer/killing_signal (0.45s) [2022-03-16T06:55:56.564Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-16T06:55:56.564Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-16T06:55:57.129Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-16T06:55:58.062Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.31s) [2022-03-16T06:55:58.062Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-03-16T06:55:58.062Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.72s) [2022-03-16T06:55:58.062Z] === RUN TestKillStoppedContainer [2022-03-16T06:55:58.062Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-16T06:55:58.062Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-16T06:55:58.062Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-16T06:55:58.062Z] === RUN TestKillDifferentUserContainer [2022-03-16T06:55:58.321Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-03-16T06:55:58.321Z] === RUN TestInspectOomKilledTrue [2022-03-16T06:55:58.321Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T06:55:58.321Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2022-03-16T06:55:58.321Z] === RUN TestInspectOomKilledFalse [2022-03-16T06:55:58.321Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T06:55:58.321Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-16T06:55:58.321Z] === RUN TestLinksEtcHostsContentMatch [2022-03-16T06:55:58.887Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-03-16T06:55:58.887Z] === RUN TestLinksContainerNames [2022-03-16T06:55:59.821Z] --- PASS: TestLinksContainerNames (0.88s) [2022-03-16T06:55:59.821Z] === RUN TestLogsFollowTailEmpty [2022-03-16T06:56:00.079Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-03-16T06:56:00.079Z] === RUN TestContainerNetworkMountsNoChown [2022-03-16T06:56:00.646Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/default [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/default [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/private [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/private [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rprivate [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/slave [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/slave [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rslave [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/shared [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/shared [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rshared [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/default [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/rprivate [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/private [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/shared [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/rshared [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/rslave [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/slave [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-16T06:56:00.646Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-16T06:56:00.646Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-16T06:56:00.646Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-16T06:56:00.905Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-16T06:56:01.163Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-16T06:56:01.163Z] === RUN TestContainerBindMountNonRecursive [2022-03-16T06:56:02.582Z] --- PASS: TestContainerBindMountNonRecursive (1.39s) [2022-03-16T06:56:02.582Z] === RUN TestContainerVolumesMountedAsShared [2022-03-16T06:56:02.840Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s) [2022-03-16T06:56:02.840Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-16T06:56:03.406Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s) [2022-03-16T06:56:03.406Z] === RUN TestNetworkNat [2022-03-16T06:56:03.665Z] --- PASS: TestNetworkNat (0.51s) [2022-03-16T06:56:03.665Z] === RUN TestNetworkLocalhostTCPNat [2022-03-16T06:56:04.231Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s) [2022-03-16T06:56:04.231Z] === RUN TestNetworkLoopbackNat [2022-03-16T06:56:06.761Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2022-03-16T06:56:06.761Z] === RUN TestPause [2022-03-16T06:56:07.096Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-16T06:56:07.327Z] --- PASS: TestPause (0.45s) [2022-03-16T06:56:07.327Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-16T06:56:07.327Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-16T06:56:07.327Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-16T06:56:07.327Z] === RUN TestPauseStopPausedContainer [2022-03-16T06:56:07.586Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-03-16T06:56:07.586Z] === RUN TestPidHost [2022-03-16T06:56:07.777Z] --- PASS: TestInfoAPIWarnings (16.37s) [2022-03-16T06:56:07.777Z] === RUN TestInfoDebug [2022-03-16T06:56:07.777Z] --- PASS: TestInfoDebug (0.54s) [2022-03-16T06:56:07.777Z] === RUN TestInfoInsecureRegistries [2022-03-16T06:56:07.777Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-03-16T06:56:07.777Z] === RUN TestInfoRegistryMirrors [2022-03-16T06:56:07.777Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-03-16T06:56:07.778Z] === RUN TestLoginFailsWithBadCredentials [2022-03-16T06:56:07.778Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2022-03-16T06:56:07.778Z] === RUN TestPingCacheHeaders [2022-03-16T06:56:07.778Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-16T06:56:07.778Z] === RUN TestPingGet [2022-03-16T06:56:08.044Z] --- PASS: TestPingGet (0.02s) [2022-03-16T06:56:08.044Z] === RUN TestPingHead [2022-03-16T06:56:08.044Z] --- PASS: TestPingHead (0.02s) [2022-03-16T06:56:08.044Z] === RUN TestVersion [2022-03-16T06:56:08.044Z] --- PASS: TestVersion (0.02s) [2022-03-16T06:56:08.044Z] === CONT TestDiskUsage [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/empty [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/empty/container_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/empty/image_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/empty/volume_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-16T06:56:08.615Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-16T06:56:08.616Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-16T06:56:08.616Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-16T06:56:08.616Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-16T06:56:08.616Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-16T06:56:08.616Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-16T06:56:08.616Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-16T06:56:08.616Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-16T06:56:08.616Z] === RUN TestDiskUsage/after_container.Run [2022-03-16T06:56:08.872Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-16T06:56:08.872Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-16T06:56:08.872Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-16T06:56:08.872Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-16T06:56:08.872Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-16T06:56:08.872Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-16T06:56:08.872Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-16T06:56:08.962Z] --- PASS: TestPidHost (1.08s) [2022-03-16T06:56:08.962Z] === RUN TestPsFilter [2022-03-16T06:56:08.962Z] --- PASS: TestPsFilter (0.11s) [2022-03-16T06:56:08.962Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-16T06:56:09.127Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-16T06:56:09.128Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-16T06:56:09.128Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage (1.27s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_container.Run (0.40s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-16T06:56:09.128Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-03-16T06:56:09.128Z] PASS [2022-03-16T06:56:09.128Z] [2022-03-16T06:56:09.128Z] === Skipped [2022-03-16T06:56:09.128Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T06:56:09.128Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-16T06:56:09.128Z] [2022-03-16T06:56:09.128Z] DONE 50 tests, 1 skipped in 20.105s [2022-03-16T06:56:09.128Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-16T06:56:09.220Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2022-03-16T06:56:09.220Z] === RUN TestRemoveContainerWithVolume [2022-03-16T06:56:09.384Z] INFO: Testing against a local daemon [2022-03-16T06:56:09.384Z] === RUN TestVolumesCreateAndList [2022-03-16T06:56:09.384Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-16T06:56:09.384Z] === RUN TestVolumesRemove [2022-03-16T06:56:09.384Z] --- PASS: TestVolumesRemove (0.06s) [2022-03-16T06:56:09.384Z] === RUN TestVolumesInspect [2022-03-16T06:56:09.384Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-16T06:56:09.384Z] === RUN TestVolumesInvalidJSON [2022-03-16T06:56:09.384Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-16T06:56:09.384Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-16T06:56:09.384Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-16T06:56:09.384Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-16T06:56:09.384Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-16T06:56:09.384Z] PASS [2022-03-16T06:56:09.384Z] [2022-03-16T06:56:09.384Z] DONE 5 tests in 0.209s [2022-03-16T06:56:09.384Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-16T06:56:09.639Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13703 is not a child of this shell [2022-03-16T06:56:09.639Z] warning: PID 13703 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-16T06:56:09.639Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-16T06:56:09.639Z] [2022-03-16T06:56:09.639Z] Unloading profiles will leave already running processes permanently [2022-03-16T06:56:09.639Z] unconfined, which can lead to unexpected situations. [2022-03-16T06:56:09.639Z] [2022-03-16T06:56:09.639Z] To set a process to complain mode, use the command line tool [2022-03-16T06:56:09.639Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-16T06:56:09.639Z] Removing test suite binaries [2022-03-16T06:56:09.639Z] exiting test-integration [2022-03-16T06:56:09.639Z] ++ exit 0 [2022-03-16T06:56:09.639Z] [2022-03-16T06:56:09.787Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2022-03-16T06:56:09.787Z] === RUN TestRemoveContainerRunning [2022-03-16T06:56:10.354Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-03-16T06:56:10.354Z] === RUN TestRemoveContainerForceRemoveRunning Post stage [Pipeline] junit [2022-03-16T06:56:10.582Z] Recording test results [2022-03-16T06:56:10.613Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-03-16T06:56:10.613Z] === RUN TestRemoveInvalidContainer [2022-03-16T06:56:10.613Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-16T06:56:10.613Z] === RUN TestRenameLinkedContainer [2022-03-16T06:56:10.919Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-16T06:56:11.080Z] Removing intermediate container a170b5932db2 [2022-03-16T06:56:11.080Z] ---> bbadef810331 [2022-03-16T06:56:11.080Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-16T06:56:11.080Z] ---> Running in d3f075197d5f [2022-03-16T06:56:11.080Z] Removing intermediate container d3f075197d5f [2022-03-16T06:56:11.080Z] ---> 34edc3c5cba8 [2022-03-16T06:56:11.080Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-16T06:56:11.080Z] ---> Running in fc37554b63fe [2022-03-16T06:56:11.080Z] Removing intermediate container fc37554b63fe [2022-03-16T06:56:11.080Z] ---> a4a8d30f0136 [2022-03-16T06:56:11.080Z] Step 11/11 : COPY . . [2022-03-16T06:56:11.304Z] + echo Ensuring container killed. [2022-03-16T06:56:11.304Z] Ensuring container killed. [2022-03-16T06:56:11.304Z] + docker rm -vf docker-pr3 [2022-03-16T06:56:11.304Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-03-16T06:56:11.623Z] + echo Chowning /workspace to jenkins user [2022-03-16T06:56:11.623Z] Chowning /workspace to jenkins user [2022-03-16T06:56:11.623Z] + id -u [2022-03-16T06:56:11.623Z] + id -g [2022-03-16T06:56:11.623Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43372:/workspace busybox chown -R 1000:1000 /workspace [2022-03-16T06:56:12.515Z] --- PASS: TestRenameLinkedContainer (1.78s) [2022-03-16T06:56:12.515Z] === RUN TestRenameStoppedContainer [2022-03-16T06:56:12.773Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-03-16T06:56:12.773Z] === RUN TestRenameRunningContainerAndReuse [Pipeline] catchError [Pipeline] { [2022-03-16T06:56:13.007Z] ok github.com/docker/docker/libnetwork/networkdb 104.404s coverage: 60.0% of statements [2022-03-16T06:56:13.007Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-16T06:56:13.007Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-16T06:56:13.007Z] ok github.com/docker/docker/libnetwork/osl 4.325s coverage: 39.7% of statements [2022-03-16T06:56:13.007Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-03-16T06:56:13.007Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [Pipeline] sh [2022-03-16T06:56:13.265Z] ok github.com/docker/docker/libnetwork/portmapper 0.274s coverage: 48.6% of statements [2022-03-16T06:56:13.320Z] + bundleName=amd64-rootless [2022-03-16T06:56:13.320Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-16T06:56:13.320Z] Creating amd64-rootless-bundles.tar.gz [2022-03-16T06:56:13.320Z] + 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-16T06:56:13.320Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-16T06:56:13.329Z] Archiving artifacts [2022-03-16T06:56:13.522Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-16T06:56:13.522Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-16T06:56:13.602Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43372/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-16T06:56:13.707Z] --- PASS: TestRenameRunningContainerAndReuse (0.91s) [2022-03-16T06:56:13.707Z] === RUN TestRenameInvalidName [2022-03-16T06:56:13.780Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-16T06:56:13.780Z] [2022-03-16T06:56:13.780Z] === Skipped [2022-03-16T06:56:13.780Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-16T06:56:13.780Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-16T06:56:13.780Z] [2022-03-16T06:56:13.780Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-16T06:56:13.780Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-16T06:56:13.780Z] [2022-03-16T06:56:13.780Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-16T06:56:13.780Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-16T06:56:13.780Z] [2022-03-16T06:56:13.780Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-16T06:56:13.780Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T06:56:13.780Z] [2022-03-16T06:56:13.780Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-16T06:56:13.780Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T06:56:13.780Z] [2022-03-16T06:56:13.780Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-16T06:56:13.780Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T06:56:13.780Z] [2022-03-16T06:56:13.780Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-16T06:56:13.780Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T06:56:13.780Z] [2022-03-16T06:56:13.780Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-16T06:56:13.780Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T06:56:13.780Z] [2022-03-16T06:56:13.780Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-16T06:56:13.780Z] firewalld_test.go:14: firewalld is not running [2022-03-16T06:56:13.780Z] [2022-03-16T06:56:13.780Z] DONE 326 tests, 9 skipped in 200.810s [2022-03-16T06:56:13.905Z] + make clean [2022-03-16T06:56:13.905Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-16T06:56:13.905Z] docker-dev-cache [2022-03-16T06:56:13.905Z] docker-mod-cache [Pipeline] deleteDir [2022-03-16T06:56:14.273Z] --- PASS: TestRenameInvalidName (0.44s) [2022-03-16T06:56:14.273Z] === RUN TestRenameAnonymousContainer Post stage [Pipeline] junit [2022-03-16T06:56:14.357Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-16T06:56:15.937Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-16T06:56:16.171Z] --- PASS: TestRenameAnonymousContainer (1.65s) [2022-03-16T06:56:16.171Z] === RUN TestRenameContainerWithSameName [2022-03-16T06:56:16.171Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-03-16T06:56:16.171Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-16T06:56:16.292Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=087600309fefa4038c48ed2d73a2539a836934cb -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:087600309fefa4038c48ed2d73a2539a836934cb hack/make.sh dynbinary test-integration [2022-03-16T06:56:16.551Z] [2022-03-16T06:56:16.551Z] Removing bundles/ [2022-03-16T06:56:16.551Z] [2022-03-16T06:56:16.551Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-16T06:56:16.809Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-16T06:56:16.809Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T06:56:17.106Z] --- PASS: TestRenameContainerWithLinkedContainer (0.90s) [2022-03-16T06:56:17.106Z] === RUN TestResize [2022-03-16T06:56:17.672Z] --- PASS: TestResize (0.43s) [2022-03-16T06:56:17.672Z] === RUN TestResizeWithInvalidSize [2022-03-16T06:56:17.931Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-03-16T06:56:17.931Z] === RUN TestResizeWhenContainerNotStarted [2022-03-16T06:56:18.499Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-16T06:56:18.499Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-16T06:56:18.499Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-16T06:56:18.499Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-16T06:56:18.499Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-16T06:56:19.874Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-16T06:56:20.132Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-16T06:56:21.066Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-16T06:56:21.325Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T06:56:21.957Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-16T06:56:22.261Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T06:56:24.791Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T06:56:25.725Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T06:56:29.050Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-16T06:56:29.618Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-16T06:56:30.993Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-16T06:56:31.560Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-16T06:56:32.935Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-16T06:56:33.871Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-16T06:56:34.807Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-16T06:56:36.367Z] ---> 532e0f23e907 [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.39s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.73s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.40s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.32s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.02s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.01s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.84s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.76s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.18s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.36s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.90s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.73s) [2022-03-16T06:56:36.707Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.70s) [2022-03-16T06:56:36.707Z] === RUN TestCgroupNamespacesRun [2022-03-16T06:56:37.328Z] Successfully built 532e0f23e907 [2022-03-16T06:56:37.328Z] Successfully tagged docker:latest [2022-03-16T06:56:37.328Z] INFO: Image build ended at 03/16/2022 06:56:36. Duration:00:03:31.0789308 [2022-03-16T06:56:37.328Z] [2022-03-16T06:56:37.328Z] [2022-03-16T06:56:37.328Z] INFO: Building the test binaries at 03/16/2022 06:56:37... [2022-03-16T06:56:37.640Z] --- PASS: TestCgroupNamespacesRun (1.24s) [2022-03-16T06:56:37.640Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-16T06:56:37.640Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-16T06:56:37.640Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-16T06:56:37.640Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-16T06:56:39.013Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.21s) [2022-03-16T06:56:39.013Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-16T06:56:40.386Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s) [2022-03-16T06:56:40.387Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-16T06:56:41.322Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s) [2022-03-16T06:56:41.322Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-16T06:56:42.001Z] INFO: make.ps1 starting at 03/16/2022 06:56:41 [2022-03-16T06:56:42.001Z] INFO: Git commit (b18882bc78) assumed from DOCKER_GITCOMMIT environment variable [2022-03-16T06:56:42.001Z] INFO: Invoking autogen... [2022-03-16T06:56:42.458Z] INFO: Building daemon... [2022-03-16T06:56:42.696Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-03-16T06:56:42.696Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-16T06:56:43.262Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-03-16T06:56:43.262Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-16T06:56:44.638Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.32s) [2022-03-16T06:56:44.638Z] === RUN TestNISDomainname [2022-03-16T06:56:44.896Z] --- PASS: TestNISDomainname (0.55s) [2022-03-16T06:56:44.896Z] === RUN TestHostnameDnsResolution [2022-03-16T06:56:45.830Z] --- PASS: TestHostnameDnsResolution (0.72s) [2022-03-16T06:56:45.830Z] === RUN TestUnprivilegedPortsAndPing [2022-03-16T06:56:46.400Z] --- PASS: TestUnprivilegedPortsAndPing (0.58s) [2022-03-16T06:56:46.400Z] === RUN TestStats [2022-03-16T06:56:48.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-16T06:56:48.929Z] --- PASS: TestStats (2.50s) [2022-03-16T06:56:48.929Z] === RUN TestStopContainerWithTimeout [2022-03-16T06:56:48.929Z] === RUN TestStopContainerWithTimeout/0 [2022-03-16T06:56:48.929Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-16T06:56:48.929Z] === RUN TestStopContainerWithTimeout/1 [2022-03-16T06:56:48.929Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-16T06:56:48.929Z] === RUN TestStopContainerWithTimeout/3 [2022-03-16T06:56:48.929Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-16T06:56:48.929Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-16T06:56:48.929Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-16T06:56:48.929Z] === CONT TestStopContainerWithTimeout/0 [2022-03-16T06:56:48.929Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-16T06:56:49.496Z] === CONT TestStopContainerWithTimeout/3 [2022-03-16T06:56:51.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-16T06:56:52.025Z] === CONT TestStopContainerWithTimeout/1 [2022-03-16T06:56:52.964Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-16T06:56:52.964Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2022-03-16T06:56:52.964Z] --- PASS: TestStopContainerWithTimeout/-1 (2.73s) [2022-03-16T06:56:52.964Z] --- PASS: TestStopContainerWithTimeout/3 (2.42s) [2022-03-16T06:56:52.964Z] --- PASS: TestStopContainerWithTimeout/1 (1.51s) [2022-03-16T06:56:52.964Z] === RUN TestDeleteDevicemapper [2022-03-16T06:56:52.964Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-16T06:56:52.964Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-16T06:56:52.964Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-16T06:56:54.286Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-16T06:56:55.497Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.11s) [2022-03-16T06:56:55.497Z] === RUN TestUpdateMemory [2022-03-16T06:56:55.497Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-16T06:56:55.497Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-16T06:56:55.497Z] === RUN TestUpdateCPUQuota [2022-03-16T06:56:56.064Z] --- PASS: TestUpdateCPUQuota (0.88s) [2022-03-16T06:56:56.064Z] === RUN TestUpdatePidsLimit [2022-03-16T06:56:56.064Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-16T06:56:56.322Z] === RUN TestUpdatePidsLimit/no_change [2022-03-16T06:56:56.580Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-16T06:56:56.810Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-16T06:56:56.838Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-16T06:56:56.838Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-16T06:56:57.097Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-16T06:56:57.356Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-16T06:56:57.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-16T06:56:58.290Z] --- PASS: TestUpdatePidsLimit (2.05s) [2022-03-16T06:56:58.290Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-03-16T06:56:58.290Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-03-16T06:56:58.290Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2022-03-16T06:56:58.290Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-03-16T06:56:58.290Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-03-16T06:56:58.290Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-03-16T06:56:58.290Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2022-03-16T06:56:58.290Z] === RUN TestUpdateRestartPolicy [2022-03-16T06:56:59.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-16T06:57:03.292Z] INFO [loader] Go packages loading at mode 575 (deps|types_sizes|compiled_files|exports_file|files|imports|name) took 2m28.943309185s [2022-03-16T06:57:03.292Z] 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-16T06:57:03.292Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 489.202072ms [2022-03-16T06:57:08.051Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-16T06:57:10.488Z] --- PASS: TestUpdateRestartPolicy (11.12s) [2022-03-16T06:57:10.488Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-16T06:57:10.488Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-03-16T06:57:10.488Z] === RUN TestWaitNonBlocked [2022-03-16T06:57:10.488Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T06:57:10.488Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T06:57:10.488Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T06:57:10.488Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T06:57:10.488Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T06:57:10.488Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T06:57:10.488Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-16T06:57:10.488Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2022-03-16T06:57:10.488Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.77s) [2022-03-16T06:57:10.488Z] === RUN TestWaitBlocked [2022-03-16T06:57:10.488Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T06:57:10.488Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T06:57:10.488Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T06:57:10.488Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T06:57:10.488Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T06:57:10.488Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T06:57:11.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-16T06:57:11.421Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-16T06:57:11.421Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2022-03-16T06:57:11.421Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s) [2022-03-16T06:57:11.421Z] === CONT TestContainerStartOnDaemonRestart [2022-03-16T06:57:11.421Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-16T06:57:13.844Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-16T06:57:13.957Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.40s) [2022-03-16T06:57:13.957Z] === CONT TestIpcModeOlderClient [2022-03-16T06:57:13.957Z] --- PASS: TestContainerStartOnDaemonRestart (2.46s) [2022-03-16T06:57:13.957Z] === CONT TestContainerKillOnDaemonStart [2022-03-16T06:57:13.957Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-03-16T06:57:13.957Z] === CONT TestDaemonHostGatewayIP [2022-03-16T06:57:15.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-16T06:57:16.490Z] --- PASS: TestDaemonHostGatewayIP (2.58s) [2022-03-16T06:57:16.490Z] === CONT TestDaemonRestartIpcMode [2022-03-16T06:57:17.734Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-16T06:57:19.020Z] --- PASS: TestDaemonRestartIpcMode (2.28s) [2022-03-16T06:57:20.254Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-16T06:57:22.703Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-16T06:57:22.703Z] [2022-03-16T06:57:22.703Z] ________ ____ __. [2022-03-16T06:57:22.703Z] \_____ \ | |/ _| [2022-03-16T06:57:22.703Z] / | \| < [2022-03-16T06:57:22.703Z] / | \ | \ [2022-03-16T06:57:22.703Z] \_______ /____|__ \ [2022-03-16T06:57:22.703Z] \/ \/ [2022-03-16T06:57:22.703Z] [2022-03-16T06:57:22.703Z] INFO: make.ps1 ended at 03/16/2022 06:57:10 [2022-03-16T06:57:22.703Z] INFO: Binaries build ended at 03/16/2022 06:57:12. Duration:00:01:37.3855784 [2022-03-16T06:57:22.703Z] INFO: Copying the built daemon binary to d:\CI\PR-43372\3\binary\dockerd-327bb38f99.exe... [2022-03-16T06:57:22.703Z] INFO: Copying the built client binary to d:\CI\PR-43372\3\binary\docker-327bb38f99.exe... [2022-03-16T06:57:22.703Z] INFO: Copying dockerversion from the container... [2022-03-16T06:57:22.703Z] INFO: Copying the golang package from the container to d:\CI\PR-43372\3\installer\go.zip... [2022-03-16T06:57:22.703Z] INFO: Extracting go.zip to d:\CI\PR-43372\3\go [2022-03-16T06:57:23.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-16T06:57:25.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-16T06:57:25.591Z] --- PASS: TestContainerKillOnDaemonStart (11.83s) [2022-03-16T06:57:25.591Z] PASS [2022-03-16T06:57:25.591Z] [2022-03-16T06:57:25.591Z] === Skipped [2022-03-16T06:57:25.591Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-16T06:57:25.591Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T06:57:25.591Z] [2022-03-16T06:57:25.591Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2022-03-16T06:57:25.591Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T06:57:25.591Z] [2022-03-16T06:57:25.591Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-16T06:57:25.591Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T06:57:25.591Z] [2022-03-16T06:57:25.591Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-16T06:57:25.591Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-16T06:57:25.591Z] [2022-03-16T06:57:25.591Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-16T06:57:25.591Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-16T06:57:25.591Z] [2022-03-16T06:57:25.591Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-16T06:57:25.591Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-16T06:57:25.591Z] [2022-03-16T06:57:25.591Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-16T06:57:25.591Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-16T06:57:25.591Z] [2022-03-16T06:57:25.591Z] DONE 200 tests, 7 skipped in 120.235s [2022-03-16T06:57:25.591Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-16T06:57:25.591Z] === RUN TestConfigDaemonLibtrustID [2022-03-16T06:57:26.175Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-03-16T06:57:26.175Z] === RUN TestDaemonConfigValidation [2022-03-16T06:57:26.175Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-16T06:57:26.175Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-16T06:57:26.175Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-16T06:57:26.175Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-16T06:57:26.175Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-16T06:57:26.175Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-16T06:57:26.175Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-16T06:57:26.175Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-16T06:57:26.175Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-16T06:57:26.175Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-16T06:57:26.175Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-16T06:57:26.175Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-16T06:57:26.175Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-16T06:57:26.175Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-16T06:57:26.442Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-16T06:57:26.442Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-16T06:57:26.442Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-16T06:57:26.442Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.11s) [2022-03-16T06:57:26.442Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.12s) [2022-03-16T06:57:26.442Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.12s) [2022-03-16T06:57:26.442Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-03-16T06:57:26.442Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-16T06:57:26.442Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-16T06:57:27.378Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-16T06:57:28.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-16T06:57:28.752Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-16T06:57:29.691Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-16T06:57:29.691Z] daemon_test.go:156: [db3b8d31ec356] daemon is not started [2022-03-16T06:57:29.691Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-03-16T06:57:29.691Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-16T06:57:29.691Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-16T06:57:29.691Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-16T06:57:29.691Z] === RUN TestDaemonProxy [2022-03-16T06:57:29.691Z] === RUN TestDaemonProxy/environment_variables [2022-03-16T06:57:30.589Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-16T06:57:30.589Z] Using test binary docker [2022-03-16T06:57:30.589Z] +++ /etc/init.d/apparmor start [2022-03-16T06:57:30.846Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-16T06:57:30.847Z] INFO: Waiting for daemon to start... [2022-03-16T06:57:30.847Z] Starting dockerd [2022-03-16T06:57:30.847Z] +++ 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-16T06:57:31.589Z] === RUN TestDaemonProxy/command-line_options [2022-03-16T06:57:32.741Z] . [2022-03-16T06:57:32.741Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-16T06:57:32.961Z] === RUN TestDaemonProxy/configuration_file [2022-03-16T06:57:32.998Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-16T06:57:32.998Z] Error: No such image: emptyfs [2022-03-16T06:57:32.998Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-16T06:57:32.998Z] ++++ docker load [2022-03-16T06:57:33.254Z] Running integration-test (iteration 1) [2022-03-16T06:57:33.511Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-16T06:57:33.511Z] ++ 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-16T06:57:33.511Z] ++ set -e [2022-03-16T06:57:33.511Z] ++ '[' -n 0 ']' [2022-03-16T06:57:33.511Z] ++ set -x [2022-03-16T06:57:33.511Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-16T06:57:34.444Z] Loaded image: busybox:latest [2022-03-16T06:57:34.701Z] Loaded image: busybox:glibc [2022-03-16T06:57:34.860Z] === RUN TestDaemonProxy/conflicting_options [2022-03-16T06:57:35.425Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-16T06:57:35.683Z] --- PASS: TestDaemonProxy (6.27s) [2022-03-16T06:57:35.683Z] --- PASS: TestDaemonProxy/environment_variables (1.81s) [2022-03-16T06:57:35.683Z] --- PASS: TestDaemonProxy/command-line_options (1.70s) [2022-03-16T06:57:35.683Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-03-16T06:57:35.683Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-16T06:57:35.683Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-16T06:57:35.683Z] PASS [2022-03-16T06:57:35.683Z] [2022-03-16T06:57:35.683Z] DONE 17 tests in 10.223s [2022-03-16T06:57:35.683Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-16T06:57:35.941Z] INFO: Testing against a local daemon [2022-03-16T06:57:35.941Z] === RUN TestCommitInheritsEnv [2022-03-16T06:57:36.199Z] --- PASS: TestCommitInheritsEnv (0.32s) [2022-03-16T06:57:36.199Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-16T06:57:36.199Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-16T06:57:36.199Z] === RUN TestImportWithCustomPlatform [2022-03-16T06:57:36.199Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-16T06:57:36.199Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-16T06:57:36.199Z] === RUN TestImportWithCustomPlatform// [2022-03-16T06:57:36.199Z] === RUN TestImportWithCustomPlatform/linux [2022-03-16T06:57:36.457Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-16T06:57:36.457Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-16T06:57:36.457Z] === RUN TestImportWithCustomPlatform/macos [2022-03-16T06:57:36.457Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-16T06:57:36.457Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-16T06:57:36.457Z] --- PASS: TestImportWithCustomPlatform (0.34s) [2022-03-16T06:57:36.457Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-16T06:57:36.457Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-16T06:57:36.457Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-16T06:57:36.457Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-16T06:57:36.457Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-16T06:57:36.457Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-16T06:57:36.457Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-16T06:57:36.457Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-16T06:57:36.457Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-16T06:57:36.457Z] === RUN TestImagesFilterMultiReference [2022-03-16T06:57:36.457Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-16T06:57:36.457Z] === RUN TestImagePullPlatformInvalid [2022-03-16T06:57:36.715Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-16T06:57:36.715Z] === RUN TestRemoveImageOrphaning [2022-03-16T06:57:36.973Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2022-03-16T06:57:36.973Z] === RUN TestRemoveImageGarbageCollector [2022-03-16T06:57:38.242Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-16T06:57:38.242Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-16T06:57:38.242Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T06:57:38.242Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-16T06:57:38.242Z] [2022-03-16T06:57:38.242Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-16T06:57:38.242Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-16T06:57:38.242Z] HOSTNAME=0216029d03c6 [2022-03-16T06:57:38.242Z] TESTDEBUG=0 [2022-03-16T06:57:38.242Z] DEST=bundles/test-integration [2022-03-16T06:57:38.242Z] PWD=/go/src/github.com/docker/docker [2022-03-16T06:57:38.242Z] DOCKER_GITCOMMIT=087600309fefa4038c48ed2d73a2539a836934cb [2022-03-16T06:57:38.242Z] container=docker [2022-03-16T06:57:38.242Z] HOME=/root [2022-03-16T06:57:38.242Z] GOLANG_VERSION=1.17.8 [2022-03-16T06:57:38.242Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-16T06:57:38.242Z] VALIDATE_BRANCH=master [2022-03-16T06:57:38.242Z] TERM=xterm [2022-03-16T06:57:38.242Z] DOCKER_PKG=github.com/docker/docker [2022-03-16T06:57:38.242Z] SHLVL=1 [2022-03-16T06:57:38.242Z] TIMEOUT=120m [2022-03-16T06:57:38.242Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-16T06:57:38.242Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-16T06:57:38.242Z] GO111MODULE=off [2022-03-16T06:57:38.242Z] DOCKER_EXPERIMENTAL=1 [2022-03-16T06:57:38.242Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-16T06:57:38.242Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-16T06:57:38.242Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-16T06:57:38.242Z] GOPATH=/go [2022-03-16T06:57:38.242Z] PKG_CONFIG=pkg-config [2022-03-16T06:57:38.242Z] _=/usr/bin/env [2022-03-16T06:57:38.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-16T06:57:38.871Z] --- PASS: TestRemoveImageGarbageCollector (1.88s) [2022-03-16T06:57:38.871Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-16T06:57:38.871Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-16T06:57:38.871Z] === RUN TestTagInvalidReference [2022-03-16T06:57:38.871Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-16T06:57:38.871Z] === RUN TestTagValidPrefixedRepo [2022-03-16T06:57:38.871Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-16T06:57:38.871Z] === RUN TestTagExistedNameWithoutForce [2022-03-16T06:57:38.871Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-16T06:57:38.871Z] === RUN TestTagOfficialNames [2022-03-16T06:57:38.871Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-16T06:57:38.871Z] === RUN TestTagMatchesDigest [2022-03-16T06:57:38.871Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-16T06:57:38.871Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-16T06:57:39.956Z] Loaded image: debian:bullseye-slim [2022-03-16T06:57:39.956Z] Loaded image: hello-world:latest [2022-03-16T06:57:39.956Z] Loaded image: arm32v7/hello-world:latest [2022-03-16T06:57:39.956Z] INFO: Testing against a local daemon [2022-03-16T06:57:39.956Z] === RUN TestCgroupNamespacesBuild [2022-03-16T06:57:42.476Z] --- PASS: TestCgroupNamespacesBuild (2.48s) [2022-03-16T06:57:42.476Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-16T06:57:44.372Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.06s) [2022-03-16T06:57:44.372Z] === RUN TestBuildWithSession [2022-03-16T06:57:44.372Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T06:57:44.372Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-16T06:57:44.372Z] === RUN TestBuildSquashParent [2022-03-16T06:57:48.196Z] INFO: Extraction ended at 03/16/2022 06:57:44. Duration:00:00:30.1604237 [2022-03-16T06:57:48.196Z] INFO: Updating the golang and path environment variables [2022-03-16T06:57:48.196Z] INFO: GOPATH=d:\gopath [2022-03-16T06:57:48.196Z] INFO: go version go1.17.8 windows/amd64 [2022-03-16T06:57:48.196Z] INFO: Running the daemon under test in debug mode [2022-03-16T06:57:48.196Z] INFO: Running the daemon under test in containerd mode [2022-03-16T06:57:48.196Z] INFO: Starting a daemon under test... [2022-03-16T06:57:48.196Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43372\3\daemon --pidfile d:\CI\PR-43372\3\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-16T06:57:48.196Z] INFO: Containerd started successfully. [2022-03-16T06:57:48.196Z] INFO: Process started successfully. [2022-03-16T06:57:48.196Z] INFO: Start tailing logs of the daemon under tests [2022-03-16T06:57:48.197Z] INFO: Waiting for the daemon under test to start... [2022-03-16T06:57:54.333Z] --- PASS: TestBuildSquashParent (8.35s) [2022-03-16T06:57:54.333Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-16T06:57:54.333Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:57:54.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:57:54.333Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:57:54.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:57:54.333Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:57:54.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:57:54.333Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:57:54.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:57:54.333Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:57:54.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:57:54.333Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:57:54.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:57:54.333Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:57:54.333Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:57:55.705Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:57:55.964Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:57:59.239Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:57:59.240Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:58:03.419Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-16T06:58:03.419Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.15s) [2022-03-16T06:58:03.420Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.20s) [2022-03-16T06:58:03.420Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.43s) [2022-03-16T06:58:03.420Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.41s) [2022-03-16T06:58:03.420Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.35s) [2022-03-16T06:58:03.420Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.41s) [2022-03-16T06:58:03.420Z] === RUN TestBuildMultiStageCopy [2022-03-16T06:58:03.420Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-16T06:58:05.317Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-16T06:58:05.882Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-16T06:58:06.160Z] ...INFO: Daemon under test started and replied! [2022-03-16T06:58:06.160Z] INFO: Docker version of the daemon under test [2022-03-16T06:58:06.160Z] [2022-03-16T06:58:06.160Z] Client: [2022-03-16T06:58:06.160Z] Version: 17.06.2-ce [2022-03-16T06:58:06.160Z] API version: 1.30 [2022-03-16T06:58:06.160Z] Go version: go1.8.3 [2022-03-16T06:58:06.160Z] Git commit: cec0b72 [2022-03-16T06:58:06.160Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-16T06:58:06.160Z] OS/Arch: windows/amd64 [2022-03-16T06:58:06.160Z] [2022-03-16T06:58:06.160Z] Server: [2022-03-16T06:58:06.160Z] Version: 0.0.0-dev [2022-03-16T06:58:06.160Z] API version: 1.42 (minimum version 1.24) [2022-03-16T06:58:06.160Z] Go version: go1.17.8 [2022-03-16T06:58:06.160Z] Git commit: 327bb38f99 [2022-03-16T06:58:06.160Z] Built: 03/16/2022 06:55:40 [2022-03-16T06:58:06.160Z] OS/Arch: windows/amd64 [2022-03-16T06:58:06.160Z] Experimental: false [2022-03-16T06:58:06.160Z] [2022-03-16T06:58:06.160Z] INFO: Docker info of the daemon under test [2022-03-16T06:58:06.160Z] [2022-03-16T06:58:06.160Z] Containers: 0 [2022-03-16T06:58:06.160Z] Running: 0 [2022-03-16T06:58:06.160Z] Paused: 0 [2022-03-16T06:58:06.160Z] Stopped: 0 [2022-03-16T06:58:06.160Z] Images: 0 [2022-03-16T06:58:06.160Z] Server Version: 0.0.0-dev [2022-03-16T06:58:06.160Z] Storage Driver: windowsfilter [2022-03-16T06:58:06.160Z] Windows: [2022-03-16T06:58:06.160Z] Logging Driver: json-file [2022-03-16T06:58:06.160Z] Plugins: [2022-03-16T06:58:06.160Z] Volume: local [2022-03-16T06:58:06.160Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T06:58:06.160Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T06:58:06.160Z] Swarm: inactive [2022-03-16T06:58:06.160Z] Default Isolation: process [2022-03-16T06:58:06.160Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-16T06:58:06.160Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-16T06:58:06.160Z] OSType: windows [2022-03-16T06:58:06.160Z] Architecture: x86_64 [2022-03-16T06:58:06.160Z] CPUs: 4 [2022-03-16T06:58:06.160Z] Total Memory: 32GiB [2022-03-16T06:58:06.160Z] Name: azwin-2-916840 [2022-03-16T06:58:06.160Z] ID: HEDU:LYQ3:OXB7:QEUD:7QWI:DHVG:ACS4:5UQ2:F46V:BKXA:65ZH:R4KF [2022-03-16T06:58:06.160Z] Docker Root Dir: D:\CI\PR-43372\3\daemon [2022-03-16T06:58:06.160Z] Debug Mode (client): false [2022-03-16T06:58:06.160Z] Debug Mode (server): true [2022-03-16T06:58:06.161Z] File Descriptors: -1 [2022-03-16T06:58:06.161Z] Goroutines: 29 [2022-03-16T06:58:06.161Z] System Time: 2022-03-16T06:58:04.8566583Z [2022-03-16T06:58:06.161Z] EventsListeners: 0 [2022-03-16T06:58:06.161Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:58:06.161Z] Labels: [2022-03-16T06:58:06.161Z] Experimental: false [2022-03-16T06:58:06.161Z] Insecure Registries: [2022-03-16T06:58:06.161Z] 127.0.0.0/8 [2022-03-16T06:58:06.161Z] Live Restore Enabled: false [2022-03-16T06:58:06.161Z] [2022-03-16T06:58:06.161Z] [2022-03-16T06:58:06.161Z] INFO: Docker images of the daemon under test [2022-03-16T06:58:06.161Z] [2022-03-16T06:58:06.161Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-16T06:58:06.161Z] [2022-03-16T06:58:06.161Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-16T06:58:06.161Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-16T06:58:06.161Z] ltsc2022: Pulling from windows/servercore [2022-03-16T06:58:06.161Z] 8f616e6e9eec: Pulling fs layer [2022-03-16T06:58:06.161Z] 037d5740b404: Pulling fs layer [2022-03-16T06:58:06.447Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-16T06:58:07.012Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-16T06:58:07.577Z] --- PASS: TestBuildMultiStageCopy (5.03s) [2022-03-16T06:58:07.577Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.72s) [2022-03-16T06:58:07.577Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.61s) [2022-03-16T06:58:07.577Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.56s) [2022-03-16T06:58:07.577Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2022-03-16T06:58:07.577Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2022-03-16T06:58:07.577Z] === RUN TestBuildMultiStageParentConfig [2022-03-16T06:58:08.452Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-16T06:58:08.452Z] [2022-03-16T06:58:08.452Z] ________ ____ __. [2022-03-16T06:58:08.452Z] \_____ \ | |/ _| [2022-03-16T06:58:08.452Z] / | \| < [2022-03-16T06:58:08.452Z] / | \ | \ [2022-03-16T06:58:08.452Z] \_______ /____|__ \ [2022-03-16T06:58:08.452Z] \/ \/ [2022-03-16T06:58:08.452Z] [2022-03-16T06:58:08.452Z] INFO: make.ps1 ended at 03/16/2022 06:57:57 [2022-03-16T06:58:08.452Z] INFO: Binaries build ended at 03/16/2022 06:57:59. Duration:00:01:22.3316636 [2022-03-16T06:58:08.452Z] INFO: Copying the built daemon binary to d:\CI\PR-43372\3\binary\dockerd-b18882bc78.exe... [2022-03-16T06:58:08.452Z] INFO: Copying the built client binary to d:\CI\PR-43372\3\binary\docker-b18882bc78.exe... [2022-03-16T06:58:08.452Z] INFO: Copying dockerversion from the container... [2022-03-16T06:58:08.452Z] INFO: Copying the golang package from the container to d:\CI\PR-43372\3\installer\go.zip... [2022-03-16T06:58:08.452Z] INFO: Extracting go.zip to d:\CI\PR-43372\3\go [2022-03-16T06:58:08.947Z] --- PASS: TestBuildMultiStageParentConfig (1.37s) [2022-03-16T06:58:08.948Z] === RUN TestBuildLabelWithTargets [2022-03-16T06:58:10.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-16T06:58:10.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-16T06:58:11.473Z] --- PASS: TestBuildLabelWithTargets (2.20s) [2022-03-16T06:58:11.473Z] === RUN TestBuildWithEmptyLayers [2022-03-16T06:58:12.843Z] --- PASS: TestBuildWithEmptyLayers (1.28s) [2022-03-16T06:58:12.843Z] === RUN TestBuildMultiStageOnBuild [2022-03-16T06:58:13.214Z] 0a6173b79e25: Pull complete [2022-03-16T06:58:13.214Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-03-16T06:58:13.214Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T06:58:13.214Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T06:58:13.214Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-03-16T06:58:13.214Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-03-16T06:58:13.214Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2686' [2022-03-16T06:58:13.214Z] INFO: Docker version of control daemon [2022-03-16T06:58:13.214Z] [2022-03-16T06:58:13.214Z] Client: [2022-03-16T06:58:13.214Z] Version: 20.10.9 [2022-03-16T06:58:13.214Z] API version: 1.41 [2022-03-16T06:58:13.214Z] Go version: go1.16.8 [2022-03-16T06:58:13.214Z] Git commit: c2ea9bc [2022-03-16T06:58:13.214Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-16T06:58:13.214Z] OS/Arch: windows/amd64 [2022-03-16T06:58:13.214Z] Context: default [2022-03-16T06:58:13.214Z] Experimental: true [2022-03-16T06:58:13.214Z] [2022-03-16T06:58:13.214Z] Server: Docker Engine - Community [2022-03-16T06:58:13.214Z] Engine: [2022-03-16T06:58:13.214Z] Version: 20.10.9 [2022-03-16T06:58:13.214Z] API version: 1.41 (minimum version 1.24) [2022-03-16T06:58:13.214Z] Go version: go1.16.8 [2022-03-16T06:58:13.214Z] Git commit: 79ea9d3 [2022-03-16T06:58:13.214Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-16T06:58:13.214Z] OS/Arch: windows/amd64 [2022-03-16T06:58:13.214Z] Experimental: true [2022-03-16T06:58:13.214Z] [2022-03-16T06:58:13.214Z] INFO: Docker info of control daemon [2022-03-16T06:58:13.214Z] [2022-03-16T06:58:13.214Z] Client: [2022-03-16T06:58:13.214Z] Context: default [2022-03-16T06:58:13.214Z] Debug Mode: false [2022-03-16T06:58:13.214Z] Plugins: [2022-03-16T06:58:13.214Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-16T06:58:13.214Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-16T06:58:13.214Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-16T06:58:13.214Z] [2022-03-16T06:58:13.214Z] Server: [2022-03-16T06:58:13.214Z] Containers: 0 [2022-03-16T06:58:13.214Z] Running: 0 [2022-03-16T06:58:13.214Z] Paused: 0 [2022-03-16T06:58:13.214Z] Stopped: 0 [2022-03-16T06:58:13.214Z] Images: 1 [2022-03-16T06:58:13.214Z] Server Version: 20.10.9 [2022-03-16T06:58:13.214Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-16T06:58:13.214Z] Windows: [2022-03-16T06:58:13.214Z] LCOW: [2022-03-16T06:58:13.214Z] Logging Driver: json-file [2022-03-16T06:58:13.214Z] Plugins: [2022-03-16T06:58:13.214Z] Volume: local [2022-03-16T06:58:13.214Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T06:58:13.214Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T06:58:13.214Z] Swarm: inactive [2022-03-16T06:58:13.214Z] Default Isolation: process [2022-03-16T06:58:13.214Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-16T06:58:13.214Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-16T06:58:13.214Z] OSType: windows [2022-03-16T06:58:13.214Z] Architecture: x86_64 [2022-03-16T06:58:13.214Z] CPUs: 4 [2022-03-16T06:58:13.214Z] Total Memory: 32GiB [2022-03-16T06:58:13.214Z] Name: azwin-2-a1aa80 [2022-03-16T06:58:13.214Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-16T06:58:13.214Z] Docker Root Dir: D:\docker [2022-03-16T06:58:13.214Z] Debug Mode: false [2022-03-16T06:58:13.214Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:58:13.214Z] Labels: [2022-03-16T06:58:13.214Z] Experimental: true [2022-03-16T06:58:13.214Z] Insecure Registries: [2022-03-16T06:58:13.214Z] 10.0.0.4:5000 [2022-03-16T06:58:13.214Z] 127.0.0.0/8 [2022-03-16T06:58:13.214Z] Registry Mirrors: [2022-03-16T06:58:13.214Z] http://10.0.0.4:5000/ [2022-03-16T06:58:13.214Z] Live Restore Enabled: false [2022-03-16T06:58:13.214Z] Product License: Community Engine [2022-03-16T06:58:13.214Z] [2022-03-16T06:58:13.214Z] [2022-03-16T06:58:13.214Z] INFO: Commit hash is ce65b459ab [2022-03-16T06:58:13.214Z] INFO: Nuke-Everything... [2022-03-16T06:58:13.214Z] INFO: Container count on control daemon to delete is 0 [2022-03-16T06:58:13.214Z] INFO: Nuking d:\CI [2022-03-16T06:58:13.214Z] INFO: Zapped successfully [2022-03-16T06:58:13.214Z] INFO: Location for testing is d:\CI\PR-43372\3 [2022-03-16T06:58:13.214Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-16T06:58:13.214Z] [2022-03-16T06:58:13.214Z] [2022-03-16T06:58:13.214Z] INFO: Building the image from Dockerfile.windows at 03/16/2022 06:58:00... [2022-03-16T06:58:13.214Z] [2022-03-16T06:58:13.214Z] Sending build context to Docker daemon 64.28MB [2022-03-16T06:58:13.214Z] [2022-03-16T06:58:13.214Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-16T06:58:13.214Z] ---> 6a11116086a4 [2022-03-16T06:58:13.214Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-16T06:58:13.214Z] ---> Running in 8d1209acb1ca [2022-03-16T06:58:13.214Z] Removing intermediate container 8d1209acb1ca [2022-03-16T06:58:13.214Z] ---> 657d65977059 [2022-03-16T06:58:13.214Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-16T06:58:13.214Z] ---> Running in 2baf6f9be472 [2022-03-16T06:58:13.214Z] Removing intermediate container 2baf6f9be472 [2022-03-16T06:58:13.214Z] ---> 6570a44d958f [2022-03-16T06:58:13.214Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.1 [2022-03-16T06:58:13.214Z] ---> Running in b8611a7ffeee [2022-03-16T06:58:13.214Z] Removing intermediate container b8611a7ffeee [2022-03-16T06:58:13.214Z] ---> 20224f40e654 [2022-03-16T06:58:13.214Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-16T06:58:13.214Z] ---> Running in fe374ab73bb8 [2022-03-16T06:58:13.214Z] Removing intermediate container fe374ab73bb8 [2022-03-16T06:58:13.214Z] ---> 494ea5f80656 [2022-03-16T06:58:13.214Z] 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-16T06:58:13.214Z] ---> Running in b52ab2122c6c [2022-03-16T06:58:13.214Z] Removing intermediate container b52ab2122c6c [2022-03-16T06:58:13.214Z] ---> 1772c189cd44 [2022-03-16T06:58:13.214Z] 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-16T06:58:13.214Z] ---> Running in 1023f7d59ce8 [2022-03-16T06:58:15.367Z] --- PASS: TestBuildMultiStageOnBuild (2.92s) [2022-03-16T06:58:15.367Z] === RUN TestBuildUncleanTarFilenames [2022-03-16T06:58:17.263Z] --- PASS: TestBuildUncleanTarFilenames (1.83s) [2022-03-16T06:58:17.263Z] === RUN TestBuildMultiStageLayerLeak [2022-03-16T06:58:20.588Z] --- PASS: TestBuildMultiStageLayerLeak (3.31s) [2022-03-16T06:58:20.588Z] === RUN TestBuildWithHugeFile [2022-03-16T06:58:31.213Z] [2022-03-16T06:58:31.213Z] SUCCESS: Specified value was saved. [2022-03-16T06:58:31.213Z] INFO: Downloading git... [2022-03-16T06:58:32.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-16T06:58:33.476Z] INFO: Downloading go... [2022-03-16T06:58:33.556Z] INFO: Extraction ended at 03/16/2022 06:58:30. Duration:00:00:28.2861110 [2022-03-16T06:58:33.556Z] INFO: Updating the golang and path environment variables [2022-03-16T06:58:33.556Z] INFO: GOPATH=d:\gopath [2022-03-16T06:58:33.556Z] INFO: go version go1.17.8 windows/amd64 [2022-03-16T06:58:33.556Z] INFO: Running the daemon under test in debug mode [2022-03-16T06:58:33.556Z] INFO: Starting a daemon under test... [2022-03-16T06:58:33.556Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43372\3\daemon --pidfile d:\CI\PR-43372\3\docker.pid -D [2022-03-16T06:58:33.556Z] INFO: Process started successfully. [2022-03-16T06:58:33.556Z] INFO: Start tailing logs of the daemon under tests [2022-03-16T06:58:33.556Z] INFO: Waiting for the daemon under test to start... [2022-03-16T06:58:35.088Z] INFO: Downloading compiler 1 of 3... [2022-03-16T06:58:35.088Z] INFO: Downloading compiler 2 of 3... [2022-03-16T06:58:35.528Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-16T06:58:35.573Z] INFO: Downloading compiler 3 of 3... [2022-03-16T06:58:35.574Z] INFO: Extracting git... [2022-03-16T06:58:39.757Z] INFO [linters context/goanalysis] analyzers took 4m39.710876413s with top 10 stages: buildir: 2m0.912743298s, goimports: 25.322843989s, unconvert: 17.693188345s, gosec: 16.018068205s, S1038: 8.611810532s, golint: 8.095030587s, misspell: 6.411358835s, inspect: 4.102999499s, nilness: 3.806601842s, directives: 3.432526251s [2022-03-16T06:58:39.757Z] INFO [runner] Issues before processing: 3050, after processing: 0 [2022-03-16T06:58:39.757Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2443/2443, identifier_marker: 2055/2055, autogenerated_exclude: 2055/2443, exclude: 2055/2055, nolint: 0/76, path_prettifier: 2443/2443, skip_files: 2443/2443, exclude-rules: 76/2055, cgo: 2443/3050, filename_unadjuster: 2443/2443 [2022-03-16T06:58:39.757Z] INFO [runner] processing took 83.947541ms with stages: nolint: 34.449615ms, identifier_marker: 21.481305ms, path_prettifier: 9.830243ms, autogenerated_exclude: 8.546513ms, exclude-rules: 7.396042ms, skip_dirs: 1.832399ms, cgo: 261.549µs, filename_unadjuster: 145.025µs, max_same_issues: 1.289µs, uniq_by_line: 684ns, max_from_linter: 444ns, source_code: 398ns, diff: 344ns, exclude: 295ns, skip_files: 260ns, path_shortener: 256ns, severity-rules: 240ns, sort_results: 229ns, max_per_file_from_linter: 219ns, path_prefixer: 192ns [2022-03-16T06:58:39.757Z] INFO [runner] linters took 1m32.764091177s with stages: goanalysis_metalinter: 1m32.680019545s [2022-03-16T06:58:39.757Z] INFO File cache stats: 1664 entries of total size 8.4MiB [2022-03-16T06:58:39.757Z] INFO Memory: 2423 samples, avg is 302.0MB, max is 1137.3MB [2022-03-16T06:58:39.757Z] INFO Execution took 4m2.206049863s [2022-03-16T06:58:39.757Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-03-16T06:58:40.101Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 hack/make.sh dynbinary test-docker-py [2022-03-16T06:58:40.358Z] [2022-03-16T06:58:40.614Z] Removing bundles/ [2022-03-16T06:58:40.615Z] [2022-03-16T06:58:40.615Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-16T06:58:40.615Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-16T06:58:40.615Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T06:58:42.191Z] 8f616e6e9eec: Verifying Checksum [2022-03-16T06:58:42.191Z] 8f616e6e9eec: Download complete [2022-03-16T06:58:43.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-16T06:58:43.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-16T06:58:44.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-16T06:58:45.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-16T06:58:45.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-16T06:58:46.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-16T06:58:48.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-16T06:58:49.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-16T06:58:50.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-16T06:58:50.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-16T06:58:51.195Z] ...INFO: Daemon under test started and replied! [2022-03-16T06:58:51.195Z] INFO: Docker version of the daemon under test [2022-03-16T06:58:51.195Z] [2022-03-16T06:58:51.195Z] Client: [2022-03-16T06:58:51.195Z] Version: 17.06.2-ce [2022-03-16T06:58:51.195Z] API version: 1.30 [2022-03-16T06:58:51.195Z] Go version: go1.8.3 [2022-03-16T06:58:51.195Z] Git commit: cec0b72 [2022-03-16T06:58:51.195Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-16T06:58:51.195Z] OS/Arch: windows/amd64 [2022-03-16T06:58:51.195Z] [2022-03-16T06:58:51.195Z] Server: [2022-03-16T06:58:51.195Z] Version: 0.0.0-dev [2022-03-16T06:58:51.195Z] API version: 1.42 (minimum version 1.24) [2022-03-16T06:58:51.195Z] Go version: go1.17.8 [2022-03-16T06:58:51.195Z] Git commit: b18882bc78 [2022-03-16T06:58:51.195Z] Built: 03/16/2022 06:56:41 [2022-03-16T06:58:51.195Z] OS/Arch: windows/amd64 [2022-03-16T06:58:51.195Z] Experimental: false [2022-03-16T06:58:51.195Z] [2022-03-16T06:58:51.195Z] INFO: Docker info of the daemon under test [2022-03-16T06:58:51.195Z] [2022-03-16T06:58:51.195Z] Containers: 0 [2022-03-16T06:58:51.195Z] Running: 0 [2022-03-16T06:58:51.195Z] Paused: 0 [2022-03-16T06:58:51.195Z] Stopped: 0 [2022-03-16T06:58:51.195Z] Images: 0 [2022-03-16T06:58:51.195Z] Server Version: 0.0.0-dev [2022-03-16T06:58:51.195Z] Storage Driver: windowsfilter [2022-03-16T06:58:51.195Z] Windows: [2022-03-16T06:58:51.195Z] Logging Driver: json-file [2022-03-16T06:58:51.195Z] Plugins: [2022-03-16T06:58:51.195Z] Volume: local [2022-03-16T06:58:51.195Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T06:58:51.195Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T06:58:51.195Z] Swarm: inactive [2022-03-16T06:58:51.195Z] Default Isolation: process [2022-03-16T06:58:51.195Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-16T06:58:51.195Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-16T06:58:51.195Z] OSType: windows [2022-03-16T06:58:51.195Z] Architecture: x86_64 [2022-03-16T06:58:51.195Z] CPUs: 4 [2022-03-16T06:58:51.195Z] Total Memory: 32GiB [2022-03-16T06:58:51.195Z] Name: azwin-2-916841 [2022-03-16T06:58:51.195Z] ID: KY5F:TWKM:W2B5:4BEG:NMUF:4LWP:SNY4:E6VO:27DX:L6PE:HFQ3:6EBL [2022-03-16T06:58:51.195Z] Docker Root Dir: D:\CI\PR-43372\3\daemon [2022-03-16T06:58:51.195Z] Debug Mode (client): false [2022-03-16T06:58:51.195Z] Debug Mode (server): true [2022-03-16T06:58:51.195Z] File Descriptors: -1 [2022-03-16T06:58:51.195Z] Goroutines: 16 [2022-03-16T06:58:51.195Z] System Time: 2022-03-16T06:58:49.7976545Z [2022-03-16T06:58:51.195Z] EventsListeners: 0 [2022-03-16T06:58:51.195Z] Registry: https://index.docker.io/v1/ [2022-03-16T06:58:51.195Z] Labels: [2022-03-16T06:58:51.195Z] Experimental: false [2022-03-16T06:58:51.195Z] Insecure Registries: [2022-03-16T06:58:51.195Z] 127.0.0.0/8 [2022-03-16T06:58:51.195Z] Live Restore Enabled: false [2022-03-16T06:58:51.195Z] [2022-03-16T06:58:51.195Z] [2022-03-16T06:58:51.195Z] INFO: Docker images of the daemon under test [2022-03-16T06:58:51.195Z] [2022-03-16T06:58:51.195Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-16T06:58:51.195Z] [2022-03-16T06:58:51.195Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-16T06:58:51.195Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-16T06:58:51.195Z] ltsc2022: Pulling from windows/servercore [2022-03-16T06:58:51.195Z] 8f616e6e9eec: Pulling fs layer [2022-03-16T06:58:51.195Z] 037d5740b404: Pulling fs layer [2022-03-16T06:58:51.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-16T06:58:52.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-16T06:58:53.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-16T06:58:53.548Z] INFO: Expanding go... [2022-03-16T06:58:54.062Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-16T06:58:54.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-16T06:58:55.562Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-16T06:58:55.562Z] Using test binary docker [2022-03-16T06:58:55.821Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-16T06:58:55.821Z] +++ /etc/init.d/apparmor start [2022-03-16T06:58:55.821Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-16T06:58:55.821Z] INFO: Waiting for daemon to start... [2022-03-16T06:58:55.821Z] Starting dockerd [2022-03-16T06:58:55.821Z] +++ 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-16T06:59:03.995Z] . [2022-03-16T06:59:03.995Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-16T06:59:03.995Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-16T06:59:03.995Z] Error: No such image: emptyfs [2022-03-16T06:59:03.995Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-16T06:59:03.995Z] ++++ docker load [2022-03-16T06:59:03.995Z] Running integration-test (iteration 1) [2022-03-16T06:59:03.995Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-16T06:59:03.995Z] ++ 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-16T06:59:03.995Z] ++ set -e [2022-03-16T06:59:03.995Z] ++ '[' -n 0 ']' [2022-03-16T06:59:03.995Z] ++ set -x [2022-03-16T06:59:03.995Z] ++ 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-16T06:59:03.995Z] Loaded image: busybox:latest [2022-03-16T06:59:03.995Z] Loaded image: busybox:glibc [2022-03-16T06:59:04.932Z] Loaded image: debian:bullseye-slim [2022-03-16T06:59:04.932Z] Loaded image: hello-world:latest [2022-03-16T06:59:04.932Z] Loaded image: arm32v7/hello-world:latest [2022-03-16T06:59:04.932Z] INFO: Testing against a local daemon [2022-03-16T06:59:04.932Z] === RUN TestCgroupNamespacesBuild [2022-03-16T06:59:06.306Z] --- PASS: TestCgroupNamespacesBuild (1.09s) [2022-03-16T06:59:06.306Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-16T06:59:07.239Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.09s) [2022-03-16T06:59:07.239Z] === RUN TestBuildWithSession [2022-03-16T06:59:07.239Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T06:59:07.239Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-16T06:59:07.239Z] === RUN TestBuildSquashParent [2022-03-16T06:59:10.520Z] --- PASS: TestBuildSquashParent (3.12s) [2022-03-16T06:59:10.520Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-16T06:59:10.520Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:59:10.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:59:10.520Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:59:10.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:59:10.520Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:59:10.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:59:10.520Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:59:10.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:59:10.520Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:59:10.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:59:10.520Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:59:10.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:59:10.520Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T06:59:10.520Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T06:59:11.454Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T06:59:11.712Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T06:59:12.649Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T06:59:12.649Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T06:59:14.023Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-16T06:59:14.023Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.29s) [2022-03-16T06:59:14.023Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.36s) [2022-03-16T06:59:14.023Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.07s) [2022-03-16T06:59:14.023Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.01s) [2022-03-16T06:59:14.023Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.07s) [2022-03-16T06:59:14.023Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.18s) [2022-03-16T06:59:14.023Z] === RUN TestBuildMultiStageCopy [2022-03-16T06:59:14.023Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-16T06:59:14.958Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-16T06:59:14.958Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-16T06:59:15.216Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-16T06:59:15.304Z] --- PASS: TestImportExtremelyLargeImageWorks (90.97s) [2022-03-16T06:59:15.304Z] PASS [2022-03-16T06:59:15.304Z] [2022-03-16T06:59:15.304Z] DONE 22 tests in 94.093s [2022-03-16T06:59:15.304Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-16T06:59:15.304Z] INFO: Testing against a local daemon [2022-03-16T06:59:15.304Z] === RUN TestNetworkCreateDelete [2022-03-16T06:59:15.304Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-16T06:59:15.304Z] === RUN TestDockerNetworkDeletePreferID [2022-03-16T06:59:15.304Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-16T06:59:15.304Z] === RUN TestDaemonDNSFallback [2022-03-16T06:59:15.475Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-16T06:59:15.733Z] --- PASS: TestBuildMultiStageCopy (1.84s) [2022-03-16T06:59:15.733Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.06s) [2022-03-16T06:59:15.733Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s) [2022-03-16T06:59:15.733Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-03-16T06:59:15.733Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-03-16T06:59:15.733Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-03-16T06:59:15.733Z] === RUN TestBuildMultiStageParentConfig [2022-03-16T06:59:16.299Z] --- PASS: TestBuildMultiStageParentConfig (0.56s) [2022-03-16T06:59:16.299Z] === RUN TestBuildLabelWithTargets [2022-03-16T06:59:16.340Z] 037d5740b404: Verifying Checksum [2022-03-16T06:59:16.340Z] 037d5740b404: Download complete [2022-03-16T06:59:16.676Z] --- PASS: TestDaemonDNSFallback (6.35s) [2022-03-16T06:59:16.676Z] === RUN TestInspectNetwork [2022-03-16T06:59:17.233Z] --- PASS: TestBuildLabelWithTargets (0.90s) [2022-03-16T06:59:17.233Z] === RUN TestBuildWithEmptyLayers [2022-03-16T06:59:17.491Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2022-03-16T06:59:17.491Z] === RUN TestBuildMultiStageOnBuild [2022-03-16T06:59:18.865Z] --- PASS: TestBuildMultiStageOnBuild (1.23s) [2022-03-16T06:59:18.865Z] === RUN TestBuildUncleanTarFilenames [2022-03-16T06:59:19.022Z] INFO: Expanding compiler 1 of 3... [2022-03-16T06:59:19.434Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2022-03-16T06:59:19.434Z] === RUN TestBuildMultiStageLayerLeak [2022-03-16T06:59:19.958Z] === RUN TestInspectNetwork/full_network_id [2022-03-16T06:59:19.958Z] === RUN TestInspectNetwork/partial_network_id [2022-03-16T06:59:19.958Z] === RUN TestInspectNetwork/network_name [2022-03-16T06:59:19.958Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-16T06:59:20.622Z] INFO: Expanding compiler 2 of 3... [2022-03-16T06:59:20.808Z] --- PASS: TestBuildMultiStageLayerLeak (1.26s) [2022-03-16T06:59:20.808Z] === RUN TestBuildWithHugeFile [2022-03-16T06:59:24.138Z] --- PASS: TestInspectNetwork (7.32s) [2022-03-16T06:59:24.138Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-16T06:59:24.138Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-16T06:59:24.138Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-16T06:59:24.138Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-16T06:59:24.138Z] === RUN TestRunContainerWithBridgeNone [2022-03-16T06:59:26.035Z] --- PASS: TestRunContainerWithBridgeNone (1.57s) [2022-03-16T06:59:26.035Z] === RUN TestNetworkInvalidJSON [2022-03-16T06:59:26.035Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-16T06:59:26.035Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-16T06:59:26.035Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T06:59:26.035Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T06:59:26.035Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T06:59:26.035Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T06:59:26.035Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-16T06:59:26.035Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T06:59:26.035Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T06:59:26.036Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-16T06:59:26.036Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-16T06:59:26.036Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-16T06:59:26.036Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-16T06:59:26.036Z] === RUN TestNetworkList [2022-03-16T06:59:26.036Z] === RUN TestNetworkList//networks [2022-03-16T06:59:26.036Z] === PAUSE TestNetworkList//networks [2022-03-16T06:59:26.036Z] === RUN TestNetworkList//networks/ [2022-03-16T06:59:26.036Z] === PAUSE TestNetworkList//networks/ [2022-03-16T06:59:26.036Z] === CONT TestNetworkList//networks [2022-03-16T06:59:26.036Z] === CONT TestNetworkList//networks/ [2022-03-16T06:59:26.036Z] --- PASS: TestNetworkList (0.02s) [2022-03-16T06:59:26.036Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-16T06:59:26.036Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-16T06:59:26.036Z] === RUN TestHostIPv4BridgeLabel [2022-03-16T06:59:26.293Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-03-16T06:59:26.293Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-16T06:59:26.581Z] INFO: Expanding compiler 3 of 3... [2022-03-16T06:59:27.061Z] INFO: Removing downloaded files... [2022-03-16T06:59:27.061Z] INFO: Downloading containerd [2022-03-16T06:59:27.226Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-03-16T06:59:27.226Z] === RUN TestDaemonDefaultNetworkPools [2022-03-16T06:59:28.160Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-03-16T06:59:28.160Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-16T06:59:29.095Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-03-16T06:59:29.095Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-16T06:59:30.468Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-03-16T06:59:30.468Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-16T06:59:31.034Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-03-16T06:59:31.034Z] === RUN TestServiceWithPredefinedNetwork [2022-03-16T06:59:33.564Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s) [2022-03-16T06:59:33.564Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-16T06:59:33.564Z] service_test.go:243: FLAKY_TEST [2022-03-16T06:59:33.564Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T06:59:33.564Z] === RUN TestServiceWithDataPathPortInit [2022-03-16T06:59:39.695Z] [2022-03-16T06:59:39.695Z] Name Version Source Summary [2022-03-16T06:59:39.695Z] ---- ------- ------ ------- [2022-03-16T06:59:39.695Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-16T06:59:40.185Z] [2022-03-16T06:59:40.185Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-16T06:59:40.185Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-16T06:59:40.185Z] PSChildName : containerd [2022-03-16T06:59:40.185Z] PSDrive : C [2022-03-16T06:59:40.185Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-16T06:59:40.185Z] PSIsContainer : True [2022-03-16T06:59:40.185Z] Name : containerd [2022-03-16T06:59:40.185Z] FullName : C:\containerd [2022-03-16T06:59:40.185Z] Parent : [2022-03-16T06:59:40.185Z] Exists : True [2022-03-16T06:59:40.185Z] Root : C:\ [2022-03-16T06:59:40.185Z] Extension : [2022-03-16T06:59:40.185Z] CreationTime : 3/16/2022 6:59:39 AM [2022-03-16T06:59:40.185Z] CreationTimeUtc : 3/16/2022 6:59:39 AM [2022-03-16T06:59:40.185Z] LastAccessTime : 3/16/2022 6:59:39 AM [2022-03-16T06:59:40.185Z] LastAccessTimeUtc : 3/16/2022 6:59:39 AM [2022-03-16T06:59:40.185Z] LastWriteTime : 3/16/2022 6:59:39 AM [2022-03-16T06:59:40.185Z] LastWriteTimeUtc : 3/16/2022 6:59:39 AM [2022-03-16T06:59:40.185Z] Attributes : Directory [2022-03-16T06:59:40.185Z] Mode : d----- [2022-03-16T06:59:40.185Z] BaseName : containerd [2022-03-16T06:59:40.185Z] Target : {} [2022-03-16T06:59:40.185Z] LinkType : [2022-03-16T06:59:40.185Z] [2022-03-16T06:59:41.786Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-16T06:59:41.786Z] INFO: Configuring git core.autocrlf... [2022-03-16T06:59:42.266Z] [2022-03-16T06:59:42.267Z] [2022-03-16T06:59:43.035Z] 037d5740b404: Verifying Checksum [2022-03-16T06:59:43.035Z] 037d5740b404: Download complete [2022-03-16T06:59:48.437Z] --- PASS: TestServiceWithDataPathPortInit (14.19s) [2022-03-16T06:59:48.437Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-16T06:59:50.344Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:jdnjjtkl44rzszj8sci5nh19y Created:2022-03-16 06:59:48.694940522 +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[49056cfabc194c2cdb2bbfb9d19c22ab1d4a81b4980fc673668ec5ef2ca8c4ed:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.o01kiri1l69wwct8cipl4ptrm EndpointID:a4f2b7d3f4b69aed04f910ed2391e8fd7ae7d7712bd79d7daf74c6c4ef8022a4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f7525500f610a7ab84dd41ff431bf7a2a1aa76952d1b3c2f274e5f25ad789b8c 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:eafb2b1402a8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.o01kiri1l69wwct8cipl4ptrm EndpointID:a4f2b7d3f4b69aed04f910ed2391e8fd7ae7d7712bd79d7daf74c6c4ef8022a4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-16T06:59:51.977Z] 8f616e6e9eec: Verifying Checksum [2022-03-16T06:59:51.977Z] 8f616e6e9eec: Download complete [2022-03-16T06:59:54.588Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s) [2022-03-16T06:59:54.588Z] PASS [2022-03-16T06:59:54.588Z] [2022-03-16T06:59:54.588Z] === Skipped [2022-03-16T06:59:54.588Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T06:59:54.588Z] service_test.go:243: FLAKY_TEST [2022-03-16T06:59:54.588Z] [2022-03-16T06:59:54.588Z] DONE 26 tests, 1 skipped in 44.487s [2022-03-16T06:59:54.588Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-16T06:59:54.588Z] INFO: Testing against a local daemon [2022-03-16T06:59:54.588Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-16T06:59:54.588Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T06:59:54.588Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-16T06:59:54.588Z] === RUN TestDockerNetworkIpvlan [2022-03-16T06:59:54.588Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T06:59:54.588Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-16T06:59:54.588Z] PASS [2022-03-16T06:59:54.588Z] [2022-03-16T06:59:54.588Z] === Skipped [2022-03-16T06:59:54.588Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-16T06:59:54.588Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T06:59:54.588Z] [2022-03-16T06:59:54.588Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-16T06:59:54.588Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T06:59:54.588Z] [2022-03-16T06:59:54.588Z] DONE 2 tests, 2 skipped in 0.043s [2022-03-16T06:59:54.588Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-16T06:59:54.588Z] INFO: Testing against a local daemon [2022-03-16T06:59:54.588Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-16T06:59:55.961Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2022-03-16T06:59:55.961Z] === RUN TestDockerNetworkMacvlan [2022-03-16T06:59:56.528Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-16T06:59:56.999Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-16T06:59:56.999Z] Using test binary docker [2022-03-16T06:59:56.999Z] +++ /etc/init.d/apparmor start [2022-03-16T06:59:56.999Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-16T06:59:56.999Z] INFO: Waiting for daemon to start... [2022-03-16T06:59:56.999Z] Starting dockerd [2022-03-16T06:59:56.999Z] +++ 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-16T06:59:56.999Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-16T06:59:56.999Z] Using test binary docker [2022-03-16T06:59:56.999Z] +++ /etc/init.d/apparmor start [2022-03-16T06:59:56.999Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-16T06:59:56.999Z] INFO: Waiting for daemon to start... [2022-03-16T06:59:56.999Z] Starting dockerd [2022-03-16T06:59:56.999Z] +++ 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-16T06:59:56.999Z] . [2022-03-16T06:59:56.999Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-16T06:59:56.999Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-16T06:59:56.999Z] Error: No such image: emptyfs [2022-03-16T06:59:56.999Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-16T06:59:56.999Z] ++++ docker load [2022-03-16T06:59:56.999Z] [2022-03-16T06:59:56.999Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-16T06:59:56.999Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-16T06:59:56.999Z] Error: No such image: emptyfs [2022-03-16T06:59:56.999Z] ++++ docker load [2022-03-16T06:59:56.999Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-16T06:59:56.999Z] Running integration-test (iteration 1) [2022-03-16T06:59:56.999Z] 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-16T06:59:56.999Z] ++ 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-16T06:59:56.999Z] ++ set -e [2022-03-16T06:59:56.999Z] ++ '[' -n 0 ']' [2022-03-16T06:59:56.999Z] ++ set -x [2022-03-16T06:59:56.999Z] ++ 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-16T06:59:56.999Z] Running integration-test (iteration 1) [2022-03-16T06:59:56.999Z] 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-16T06:59:56.999Z] ++ 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-16T06:59:56.999Z] ++ set -e [2022-03-16T06:59:56.999Z] ++ '[' -n 0 ']' [2022-03-16T06:59:56.999Z] ++ set -x [2022-03-16T06:59:56.999Z] ++ 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-16T06:59:56.999Z] Loaded image: busybox:latest [2022-03-16T06:59:56.999Z] Loaded image: busybox:glibc [2022-03-16T06:59:56.999Z] Loaded image: busybox:latest [2022-03-16T06:59:56.999Z] Loaded image: busybox:glibc [2022-03-16T06:59:56.999Z] Loaded image: debian:bullseye-slim [2022-03-16T06:59:56.999Z] Loaded image: hello-world:latest [2022-03-16T06:59:56.999Z] Loaded image: arm32v7/hello-world:latest [2022-03-16T06:59:56.999Z] Loaded image: debian:bullseye-slim [2022-03-16T06:59:56.999Z] INFO: Testing against a local daemon [2022-03-16T06:59:56.999Z] === RUN TestDockerDaemonSuite [2022-03-16T06:59:56.999Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-16T06:59:56.999Z] Loaded image: hello-world:latest [2022-03-16T06:59:56.999Z] Loaded image: arm32v7/hello-world:latest [2022-03-16T06:59:56.999Z] INFO: Testing against a local daemon [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-16T06:59:56.999Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-16T06:59:57.462Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-16T06:59:57.563Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-16T06:59:57.563Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-16T06:59:57.563Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-16T06:59:58.028Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-16T06:59:58.931Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-16T06:59:59.188Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-16T06:59:59.188Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-16T06:59:59.188Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-16T06:59:59.930Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-16T07:00:00.118Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-16T07:00:00.375Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-16T07:00:01.306Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-16T07:00:01.563Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-16T07:00:01.563Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-16T07:00:01.563Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-16T07:00:01.822Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-16T07:00:01.831Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-16T07:00:05.113Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-16T07:00:06.049Z] --- PASS: TestDockerNetworkMacvlan (10.21s) [2022-03-16T07:00:06.049Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-03-16T07:00:06.049Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-16T07:00:06.049Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s) [2022-03-16T07:00:06.049Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s) [2022-03-16T07:00:06.049Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.40s) [2022-03-16T07:00:06.049Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.67s) [2022-03-16T07:00:06.049Z] PASS [2022-03-16T07:00:06.049Z] [2022-03-16T07:00:06.049Z] DONE 8 tests in 11.577s [2022-03-16T07:00:06.049Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-16T07:00:06.049Z] testing: warning: no tests to run [2022-03-16T07:00:06.049Z] PASS [2022-03-16T07:00:06.049Z] [2022-03-16T07:00:06.049Z] DONE 0 tests in 0.015s [2022-03-16T07:00:06.049Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-16T07:00:06.049Z] INFO: Testing against a local daemon [2022-03-16T07:00:06.049Z] === RUN TestAuthZPluginAllowRequest [2022-03-16T07:00:07.424Z] --- PASS: TestAuthZPluginAllowRequest (1.23s) [2022-03-16T07:00:07.424Z] === RUN TestAuthZPluginTLS [2022-03-16T07:00:07.486Z] --- PASS: TestBuildWithHugeFile (45.33s) [2022-03-16T07:00:07.486Z] === RUN TestBuildWCOWSandboxSize [2022-03-16T07:00:07.486Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T07:00:07.486Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-16T07:00:07.486Z] === RUN TestBuildWithEmptyDockerfile [2022-03-16T07:00:07.486Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:00:07.486Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:00:07.486Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:00:07.486Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:00:07.486Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:00:07.486Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:00:07.486Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:00:07.486Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:00:07.486Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:00:07.486Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-03-16T07:00:07.486Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-03-16T07:00:07.486Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-03-16T07:00:07.486Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-16T07:00:07.486Z] === RUN TestBuildPreserveOwnership [2022-03-16T07:00:07.486Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-16T07:00:07.744Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-16T07:00:07.989Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-03-16T07:00:07.989Z] === RUN TestAuthZPluginDenyRequest [2022-03-16T07:00:08.554Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-16T07:00:08.554Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-16T07:00:08.677Z] --- PASS: TestBuildPreserveOwnership (2.62s) [2022-03-16T07:00:08.677Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.74s) [2022-03-16T07:00:08.677Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.88s) [2022-03-16T07:00:08.677Z] === RUN TestBuildPlatformInvalid [2022-03-16T07:00:08.677Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-16T07:00:08.677Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-16T07:00:08.813Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-16T07:00:08.813Z] === RUN TestAuthZPluginDenyResponse [2022-03-16T07:00:09.379Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-16T07:00:09.379Z] === RUN TestAuthZPluginAllowEventStream [2022-03-16T07:00:09.612Z] Loaded image: busybox:latest [2022-03-16T07:00:09.612Z] Loaded image: busybox:glibc [2022-03-16T07:00:09.911Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-16T07:00:10.551Z] Loaded image: debian:bullseye-slim [2022-03-16T07:00:10.551Z] Loaded image: hello-world:latest [2022-03-16T07:00:10.753Z] --- PASS: TestAuthZPluginAllowEventStream (1.19s) [2022-03-16T07:00:10.753Z] === RUN TestAuthZPluginErrorResponse [2022-03-16T07:00:10.811Z] Loaded image: arm32v7/hello-world:latest [2022-03-16T07:00:11.284Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-16T07:00:11.318Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-03-16T07:00:11.318Z] === RUN TestAuthZPluginErrorRequest [2022-03-16T07:00:11.883Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-16T07:00:11.883Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-16T07:00:12.141Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-16T07:00:12.141Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-16T07:00:12.652Z] --- PASS: TestBuildWithHugeFile (111.97s) [2022-03-16T07:00:12.652Z] === RUN TestBuildWCOWSandboxSize [2022-03-16T07:00:12.652Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T07:00:12.652Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-16T07:00:12.652Z] === RUN TestBuildWithEmptyDockerfile [2022-03-16T07:00:12.652Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:00:12.652Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:00:12.652Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:00:12.652Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:00:12.652Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:00:12.652Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:00:12.652Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:00:12.652Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:00:12.652Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:00:12.652Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-16T07:00:12.652Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-03-16T07:00:12.652Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-03-16T07:00:12.652Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-16T07:00:12.652Z] === RUN TestBuildPreserveOwnership [2022-03-16T07:00:12.652Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-16T07:00:13.216Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-16T07:00:14.041Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.48s) [2022-03-16T07:00:14.041Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-16T07:00:15.112Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-16T07:00:15.112Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-16T07:00:15.418Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.53s) [2022-03-16T07:00:15.419Z] === RUN TestAuthZPluginHeader [2022-03-16T07:00:15.985Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-03-16T07:00:15.985Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-16T07:00:16.042Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-16T07:00:16.604Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-16T07:00:16.604Z] --- PASS: TestBuildPreserveOwnership (3.78s) [2022-03-16T07:00:16.604Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.35s) [2022-03-16T07:00:16.604Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.42s) [2022-03-16T07:00:16.604Z] === RUN TestBuildPlatformInvalid [2022-03-16T07:00:16.604Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2022-03-16T07:00:16.604Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-16T07:00:17.167Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-16T07:00:17.733Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-16T07:00:17.733Z] Loaded image: busybox:latest [2022-03-16T07:00:17.990Z] Loaded image: busybox:glibc [2022-03-16T07:00:18.247Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-16T07:00:18.922Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.92s) [2022-03-16T07:00:18.922Z] PASS [2022-03-16T07:00:18.922Z] [2022-03-16T07:00:18.922Z] === Skipped [2022-03-16T07:00:18.922Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-16T07:00:18.922Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T07:00:18.922Z] [2022-03-16T07:00:18.922Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-16T07:00:18.922Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T07:00:18.922Z] [2022-03-16T07:00:18.922Z] DONE 34 tests, 2 skipped in 74.276s [2022-03-16T07:00:18.922Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-16T07:00:18.922Z] ++ 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-16T07:00:18.922Z] ++ set -e [2022-03-16T07:00:18.922Z] ++ '[' -n 0 ']' [2022-03-16T07:00:18.922Z] ++ set -x [2022-03-16T07:00:18.922Z] ++ 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-16T07:00:18.922Z] INFO: Testing against a local daemon [2022-03-16T07:00:18.922Z] === RUN TestConfigInspect [2022-03-16T07:00:19.615Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-16T07:00:19.871Z] docker_cli_daemon_test.go:1472: [dfebc5b7f8bcd] daemon is not started [2022-03-16T07:00:20.165Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.96s) [2022-03-16T07:00:20.165Z] === RUN TestAuthZPluginV2Disable [2022-03-16T07:00:20.296Z] --- PASS: TestConfigInspect (2.22s) [2022-03-16T07:00:20.296Z] === RUN TestConfigList [2022-03-16T07:00:20.801Z] Loaded image: debian:bullseye-slim [2022-03-16T07:00:20.801Z] check_test.go:308: [db9eb56a4a9f7] daemon is not started [2022-03-16T07:00:20.801Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-16T07:00:20.801Z] Loaded image: hello-world:latest [2022-03-16T07:00:20.801Z] Loaded image: arm32v7/hello-world:latest [2022-03-16T07:00:21.363Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-16T07:00:21.670Z] --- PASS: TestConfigList (1.72s) [2022-03-16T07:00:21.670Z] === RUN TestConfigsCreateAndDelete [2022-03-16T07:00:22.293Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-16T07:00:23.223Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-03-16T07:00:23.223Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-16T07:00:23.444Z] --- PASS: TestAuthZPluginV2Disable (3.37s) [2022-03-16T07:00:23.444Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-16T07:00:23.569Z] --- PASS: TestConfigsCreateAndDelete (1.71s) [2022-03-16T07:00:23.569Z] === RUN TestConfigsUpdate [2022-03-16T07:00:24.594Z] check_test.go:308: [dd5b0f05eb2d8] daemon is not started [2022-03-16T07:00:24.594Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-16T07:00:24.850Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-16T07:00:25.472Z] --- PASS: TestConfigsUpdate (2.15s) [2022-03-16T07:00:25.472Z] === RUN TestTemplatedConfig [2022-03-16T07:00:25.783Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-16T07:00:26.164Z] 8f616e6e9eec: Pull complete [2022-03-16T07:00:26.345Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-16T07:00:26.725Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.22s) [2022-03-16T07:00:26.725Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-16T07:00:27.711Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-16T07:00:28.002Z] --- PASS: TestTemplatedConfig (2.41s) [2022-03-16T07:00:28.002Z] === RUN TestConfigCreateResolve [2022-03-16T07:00:29.077Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-16T07:00:29.077Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-16T07:00:29.901Z] --- PASS: TestConfigCreateResolve (1.72s) [2022-03-16T07:00:29.901Z] PASS [2022-03-16T07:00:29.901Z] [2022-03-16T07:00:29.901Z] DONE 6 tests in 12.023s [2022-03-16T07:00:29.901Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-16T07:00:29.901Z] ++ 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-16T07:00:29.901Z] ++ set -e [2022-03-16T07:00:29.901Z] ++ '[' -n 0 ']' [2022-03-16T07:00:29.901Z] ++ set -x [2022-03-16T07:00:29.901Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-16T07:00:29.901Z] INFO: Testing against a local daemon [2022-03-16T07:00:29.901Z] === RUN TestCheckpoint [2022-03-16T07:00:29.901Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T07:00:29.901Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-16T07:00:29.901Z] === RUN TestContainerInvalidJSON [2022-03-16T07:00:29.901Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:00:29.901Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:00:29.901Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:00:29.901Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:00:29.901Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:00:29.901Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:00:29.901Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-16T07:00:29.901Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-16T07:00:29.901Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-16T07:00:29.901Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-16T07:00:29.901Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-16T07:00:29.901Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-16T07:00:29.901Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-16T07:00:29.901Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-16T07:00:29.901Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-16T07:00:29.901Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-16T07:00:30.160Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-16T07:00:30.160Z] === RUN TestCopyFromContainer [2022-03-16T07:00:30.446Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-16T07:00:31.093Z] === RUN TestCopyFromContainer// [2022-03-16T07:00:31.093Z] === RUN TestCopyFromContainer//bar/root [2022-03-16T07:00:31.093Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-16T07:00:31.093Z] === RUN TestCopyFromContainer/bar/quux [2022-03-16T07:00:31.093Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-16T07:00:31.093Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-16T07:00:31.351Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-16T07:00:31.351Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-16T07:00:31.351Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-16T07:00:31.351Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-16T07:00:31.351Z] --- PASS: TestCopyFromContainer (1.42s) [2022-03-16T07:00:31.351Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-03-16T07:00:31.351Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-16T07:00:31.351Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-16T07:00:31.351Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-16T07:00:31.351Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-16T07:00:31.351Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-03-16T07:00:31.351Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-16T07:00:31.351Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-16T07:00:31.351Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-16T07:00:31.351Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-16T07:00:31.351Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-16T07:00:31.351Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:00:31.351Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:00:31.351Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:00:31.351Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:00:31.351Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:00:31.351Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:00:31.609Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:00:31.609Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:00:31.609Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:00:31.609Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-16T07:00:31.609Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-16T07:00:31.609Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-16T07:00:31.609Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-16T07:00:31.609Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-16T07:00:31.609Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-16T07:00:31.609Z] === RUN TestCreateWithInvalidEnv [2022-03-16T07:00:31.609Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-16T07:00:31.609Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-16T07:00:31.609Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-16T07:00:31.609Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-16T07:00:31.609Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-16T07:00:31.609Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-16T07:00:31.609Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-16T07:00:31.609Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-16T07:00:31.609Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-16T07:00:31.609Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-16T07:00:31.609Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-16T07:00:31.609Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-16T07:00:31.609Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-16T07:00:31.609Z] === RUN TestCreateTmpfsMountsTarget [2022-03-16T07:00:31.609Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-16T07:00:31.609Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-16T07:00:31.817Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-16T07:00:31.817Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-16T07:00:31.817Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-16T07:00:32.037Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-16T07:00:32.037Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-16T07:00:32.037Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T07:00:32.037Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-16T07:00:32.037Z] [2022-03-16T07:00:32.037Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-16T07:00:32.037Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-16T07:00:32.037Z] Using test binary docker [2022-03-16T07:00:32.037Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-16T07:00:32.037Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-16T07:00:32.037Z] INFO: Waiting for daemon to start... [2022-03-16T07:00:32.037Z] Starting dockerd [2022-03-16T07:00:32.037Z] . [2022-03-16T07:00:32.037Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-16T07:00:32.748Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-16T07:00:33.009Z] --- PASS: TestCreateWithCustomMaskedPaths (1.15s) [2022-03-16T07:00:33.009Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-16T07:00:33.312Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (16.52s) [2022-03-16T07:00:33.312Z] PASS [2022-03-16T07:00:33.312Z] [2022-03-16T07:00:33.312Z] === Skipped [2022-03-16T07:00:33.312Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-16T07:00:33.312Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T07:00:33.312Z] [2022-03-16T07:00:33.312Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-16T07:00:33.312Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T07:00:33.312Z] [2022-03-16T07:00:33.312Z] DONE 34 tests, 2 skipped in 179.771s [2022-03-16T07:00:33.312Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-16T07:00:33.312Z] ++ 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-16T07:00:33.312Z] ++ set -e [2022-03-16T07:00:33.312Z] ++ '[' -n 0 ']' [2022-03-16T07:00:33.312Z] ++ set -x [2022-03-16T07:00:33.312Z] ++ 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-16T07:00:33.312Z] INFO: Testing against a local daemon [2022-03-16T07:00:33.312Z] === RUN TestConfigInspect [2022-03-16T07:00:33.569Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-16T07:00:33.946Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.14s) [2022-03-16T07:00:33.946Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-16T07:00:33.946Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:00:33.946Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:00:33.946Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:00:33.946Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:00:33.946Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:00:33.946Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:00:33.946Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:00:33.946Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:00:33.946Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:00:33.946Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:00:33.946Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:00:33.946Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:00:33.946Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:00:33.946Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:00:33.946Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:00:33.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-16T07:00:33.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-16T07:00:33.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-16T07:00:33.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2022-03-16T07:00:33.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-16T07:00:33.946Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-16T07:00:33.946Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-16T07:00:34.204Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-03-16T07:00:34.204Z] === RUN TestCreateDifferentPlatform [2022-03-16T07:00:34.204Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-16T07:00:34.204Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-16T07:00:34.204Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-16T07:00:34.204Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-16T07:00:34.204Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-16T07:00:34.204Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-16T07:00:34.462Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2022-03-16T07:00:34.462Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-16T07:00:34.462Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-16T07:00:34.462Z] === RUN TestContainerStartOnDaemonRestart [2022-03-16T07:00:34.462Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-16T07:00:34.463Z] === RUN TestDaemonRestartIpcMode [2022-03-16T07:00:34.463Z] === PAUSE TestDaemonRestartIpcMode [2022-03-16T07:00:34.463Z] === RUN TestDaemonHostGatewayIP [2022-03-16T07:00:34.463Z] === PAUSE TestDaemonHostGatewayIP [2022-03-16T07:00:34.463Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-16T07:00:34.463Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-16T07:00:34.463Z] === RUN TestContainerKillOnDaemonStart [2022-03-16T07:00:34.463Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-16T07:00:34.463Z] === RUN TestDiff [2022-03-16T07:00:34.499Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-16T07:00:34.721Z] --- PASS: TestDiff (0.40s) [2022-03-16T07:00:34.721Z] === RUN TestExecWithCloseStdin [2022-03-16T07:00:35.288Z] --- PASS: TestExecWithCloseStdin (0.48s) [2022-03-16T07:00:35.288Z] === RUN TestExec [2022-03-16T07:00:35.856Z] --- PASS: TestExec (0.43s) [2022-03-16T07:00:35.856Z] === RUN TestExecUser [2022-03-16T07:00:36.117Z] --- PASS: TestExecUser (0.46s) [2022-03-16T07:00:36.117Z] === RUN TestExportContainerAndImportImage [2022-03-16T07:00:36.395Z] --- PASS: TestConfigInspect (3.14s) [2022-03-16T07:00:36.395Z] === RUN TestConfigList [2022-03-16T07:00:36.682Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2022-03-16T07:00:36.682Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-16T07:00:37.327Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-16T07:00:38.057Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) [2022-03-16T07:00:38.057Z] === RUN TestHealthCheckWorkdir [2022-03-16T07:00:38.315Z] --- PASS: TestHealthCheckWorkdir (0.47s) [2022-03-16T07:00:38.315Z] === RUN TestHealthKillContainer [2022-03-16T07:00:38.924Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.44s) [2022-03-16T07:00:38.924Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-16T07:00:39.848Z] --- PASS: TestConfigList (3.10s) [2022-03-16T07:00:39.848Z] === RUN TestConfigsCreateAndDelete [2022-03-16T07:00:40.779Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-16T07:00:42.675Z] --- PASS: TestConfigsCreateAndDelete (3.01s) [2022-03-16T07:00:42.675Z] === RUN TestConfigsUpdate [2022-03-16T07:00:43.250Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-16T07:00:44.649Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-16T07:00:45.580Z] --- PASS: TestConfigsUpdate (3.03s) [2022-03-16T07:00:45.580Z] === RUN TestTemplatedConfig [2022-03-16T07:00:46.423Z] --- PASS: TestHealthKillContainer (7.85s) [2022-03-16T07:00:46.423Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-16T07:00:46.681Z] --- PASS: TestInspectCpusetInConfigPre120 (0.36s) [2022-03-16T07:00:46.681Z] === RUN TestIpcModeNone [2022-03-16T07:00:46.952Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-16T07:00:47.208Z] check_test.go:308: [d4376ea0a9634] daemon is not started [2022-03-16T07:00:47.208Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-16T07:00:47.248Z] --- PASS: TestIpcModeNone (0.43s) [2022-03-16T07:00:47.248Z] === RUN TestIpcModePrivate [2022-03-16T07:00:47.248Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:73, shared: false, mustBeShared: false [2022-03-16T07:00:47.505Z] --- PASS: TestIpcModePrivate (0.43s) [2022-03-16T07:00:47.505Z] === RUN TestIpcModeShareable [2022-03-16T07:00:47.764Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true [2022-03-16T07:00:47.773Z] check_test.go:308: [dc79a2e4722ca] daemon is not started [2022-03-16T07:00:47.773Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-16T07:00:48.022Z] --- PASS: TestIpcModeShareable (0.40s) [2022-03-16T07:00:48.022Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-16T07:00:49.143Z] --- PASS: TestTemplatedConfig (3.21s) [2022-03-16T07:00:49.143Z] === RUN TestConfigCreateResolve [2022-03-16T07:00:49.143Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-16T07:00:49.143Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-16T07:00:49.396Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s) [2022-03-16T07:00:49.396Z] === RUN TestAPIIpcModeHost [2022-03-16T07:00:49.655Z] --- PASS: TestAPIIpcModeHost (0.35s) [2022-03-16T07:00:49.655Z] === RUN TestDaemonIpcModeShareable [2022-03-16T07:00:49.708Z] check_test.go:308: [d069c01257586] daemon is not started [2022-03-16T07:00:49.708Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-16T07:00:49.708Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-16T07:00:50.589Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2022-03-16T07:00:50.589Z] --- PASS: TestDaemonIpcModeShareable (1.10s) [2022-03-16T07:00:50.589Z] === RUN TestDaemonIpcModePrivate [2022-03-16T07:00:51.075Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-16T07:00:51.638Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-16T07:00:51.895Z] --- PASS: TestConfigCreateResolve (3.08s) [2022-03-16T07:00:51.895Z] PASS [2022-03-16T07:00:51.895Z] [2022-03-16T07:00:51.895Z] DONE 6 tests in 18.704s [2022-03-16T07:00:51.895Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-16T07:00:51.895Z] ++ 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-16T07:00:51.895Z] ++ set -e [2022-03-16T07:00:51.895Z] ++ '[' -n 0 ']' [2022-03-16T07:00:51.895Z] ++ set -x [2022-03-16T07:00:51.895Z] ++ 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-16T07:00:51.964Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2022-03-16T07:00:51.964Z] --- PASS: TestDaemonIpcModePrivate (1.12s) [2022-03-16T07:00:51.964Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-16T07:00:52.152Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-16T07:00:52.152Z] INFO: Testing against a local daemon [2022-03-16T07:00:52.152Z] === RUN TestCheckpoint [2022-03-16T07:00:52.152Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T07:00:52.152Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-16T07:00:52.152Z] === RUN TestContainerInvalidJSON [2022-03-16T07:00:52.152Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:00:52.152Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:00:52.152Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:00:52.152Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:00:52.152Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:00:52.152Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:00:52.152Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-16T07:00:52.152Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-16T07:00:52.152Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-16T07:00:52.152Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-16T07:00:52.152Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-16T07:00:52.152Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-16T07:00:52.152Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-16T07:00:52.408Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-03-16T07:00:52.408Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-16T07:00:52.408Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-03-16T07:00:52.408Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-16T07:00:52.408Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-03-16T07:00:52.408Z] === RUN TestCopyFromContainer [2022-03-16T07:00:52.898Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2022-03-16T07:00:52.898Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.08s) [2022-03-16T07:00:52.898Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-16T07:00:53.775Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-16T07:00:53.832Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2022-03-16T07:00:54.094Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.10s) [2022-03-16T07:00:54.094Z] === RUN TestIpcModeOlderClient [2022-03-16T07:00:54.094Z] === PAUSE TestIpcModeOlderClient [2022-03-16T07:00:54.094Z] === RUN TestKillContainerInvalidSignal [2022-03-16T07:00:54.340Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-16T07:00:54.340Z] === RUN TestCopyFromContainer// [2022-03-16T07:00:54.340Z] === RUN TestCopyFromContainer//bar/root [2022-03-16T07:00:54.340Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-16T07:00:54.352Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-03-16T07:00:54.352Z] === RUN TestKillContainer [2022-03-16T07:00:54.352Z] === RUN TestKillContainer/no_signal [2022-03-16T07:00:54.598Z] === RUN TestCopyFromContainer/bar/quux [2022-03-16T07:00:54.598Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-16T07:00:54.854Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-16T07:00:54.854Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-16T07:00:54.917Z] === RUN TestKillContainer/non_killing_signal [2022-03-16T07:00:54.917Z] === RUN TestKillContainer/killing_signal [2022-03-16T07:00:55.111Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-16T07:00:55.111Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-16T07:00:55.368Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-16T07:00:55.483Z] --- PASS: TestKillContainer (1.16s) [2022-03-16T07:00:55.483Z] --- PASS: TestKillContainer/no_signal (0.35s) [2022-03-16T07:00:55.483Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-03-16T07:00:55.483Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2022-03-16T07:00:55.483Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-16T07:00:55.483Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-16T07:00:55.625Z] --- PASS: TestCopyFromContainer (3.11s) [2022-03-16T07:00:55.625Z] --- PASS: TestCopyFromContainer// (0.10s) [2022-03-16T07:00:55.625Z] --- PASS: TestCopyFromContainer//bar/root (0.17s) [2022-03-16T07:00:55.625Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2022-03-16T07:00:55.625Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2022-03-16T07:00:55.625Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2022-03-16T07:00:55.625Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.14s) [2022-03-16T07:00:55.625Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s) [2022-03-16T07:00:55.625Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2022-03-16T07:00:55.625Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2022-03-16T07:00:55.625Z] --- PASS: TestCopyFromContainer/bar/notarget (0.13s) [2022-03-16T07:00:55.625Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-16T07:00:55.625Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:00:55.625Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:00:55.625Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:00:55.625Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:00:55.625Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:00:55.625Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:00:55.625Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:00:55.625Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:00:55.625Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:00:55.625Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-16T07:00:55.625Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-16T07:00:55.625Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-16T07:00:55.625Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-16T07:00:55.625Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-16T07:00:55.625Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2022-03-16T07:00:55.625Z] === RUN TestCreateWithInvalidEnv [2022-03-16T07:00:55.625Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-16T07:00:55.625Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-16T07:00:55.625Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-16T07:00:55.625Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-16T07:00:55.625Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-16T07:00:55.625Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-16T07:00:55.625Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-16T07:00:55.625Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-16T07:00:55.625Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-16T07:00:55.625Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-16T07:00:55.625Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-16T07:00:55.625Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-16T07:00:55.625Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-16T07:00:55.625Z] === RUN TestCreateTmpfsMountsTarget [2022-03-16T07:00:55.625Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-03-16T07:00:55.625Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-16T07:00:56.049Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-16T07:00:56.187Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-16T07:00:56.616Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.14s) [2022-03-16T07:00:56.616Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2022-03-16T07:00:56.616Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s) [2022-03-16T07:00:56.616Z] === RUN TestKillStoppedContainer [2022-03-16T07:00:56.616Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-16T07:00:56.616Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-16T07:00:56.874Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-16T07:00:56.874Z] === RUN TestKillDifferentUserContainer [2022-03-16T07:00:56.994Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-03-16T07:00:56.994Z] PASS [2022-03-16T07:00:56.994Z] [2022-03-16T07:00:56.994Z] DONE 17 tests in 48.474s [2022-03-16T07:00:56.994Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-16T07:00:56.994Z] INFO: Testing against a local daemon [2022-03-16T07:00:56.994Z] === RUN TestPluginInvalidJSON [2022-03-16T07:00:56.994Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:00:56.994Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:00:56.994Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:00:56.994Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-16T07:00:56.994Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-16T07:00:56.994Z] === RUN TestPluginInstall [2022-03-16T07:00:56.994Z] === RUN TestPluginInstall/no_auth [2022-03-16T07:00:56.994Z] time="2022-03-16T07:00:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:00:56.994Z] time="2022-03-16T07:00:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4d10bb23965a5e3ae720d2652ffcd0ddff8afe9ff382734f539fb3c6dbe4763a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:00:56.994Z] time="2022-03-16T07:00:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:00:56.994Z] time="2022-03-16T07:00:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4d10bb23965a5e3ae720d2652ffcd0ddff8afe9ff382734f539fb3c6dbe4763a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:00:56.994Z] === RUN TestPluginInstall/with_htpasswd [2022-03-16T07:00:56.994Z] time="2022-03-16T07:00:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:00:56.994Z] time="2022-03-16T07:00:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76c1b98eebad3f6cf160b24af050e498df6826f162115a16af1ebdac0c71401d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:00:56.994Z] time="2022-03-16T07:00:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:00:56.994Z] time="2022-03-16T07:00:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76c1b98eebad3f6cf160b24af050e498df6826f162115a16af1ebdac0c71401d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:00:57.119Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-16T07:00:57.119Z] --- PASS: TestCreateWithCustomMaskedPaths (1.47s) [2022-03-16T07:00:57.119Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-16T07:00:57.132Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2022-03-16T07:00:57.132Z] === RUN TestInspectOomKilledTrue [2022-03-16T07:00:57.252Z] === RUN TestPluginInstall/with_insecure [2022-03-16T07:00:57.683Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-16T07:00:57.699Z] --- PASS: TestInspectOomKilledTrue (0.44s) [2022-03-16T07:00:57.699Z] === RUN TestInspectOomKilledFalse [2022-03-16T07:00:57.956Z] --- PASS: TestInspectOomKilledFalse (0.37s) [2022-03-16T07:00:57.956Z] === RUN TestLinksEtcHostsContentMatch [2022-03-16T07:00:58.186Z] time="2022-03-16T07:00:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:00:58.186Z] time="2022-03-16T07:00:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:67ed75d25c66aaf8df47085bf1ae8e4cdfe6edbe96c3564a142378e090b59cda" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:00:58.186Z] time="2022-03-16T07:00:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:00:58.186Z] time="2022-03-16T07:00:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:67ed75d25c66aaf8df47085bf1ae8e4cdfe6edbe96c3564a142378e090b59cda" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:00:58.214Z] --- PASS: TestLinksEtcHostsContentMatch (0.27s) [2022-03-16T07:00:58.214Z] === RUN TestLinksContainerNames [2022-03-16T07:00:58.446Z] plugin_test.go:165: [d495fb41776a1] daemon is not started [2022-03-16T07:00:58.446Z] --- PASS: TestPluginInstall (3.76s) [2022-03-16T07:00:58.446Z] --- PASS: TestPluginInstall/no_auth (2.05s) [2022-03-16T07:00:58.446Z] --- PASS: TestPluginInstall/with_htpasswd (0.63s) [2022-03-16T07:00:58.446Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2022-03-16T07:00:58.446Z] === RUN TestPluginsWithRuntimes [2022-03-16T07:00:58.614Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.59s) [2022-03-16T07:00:58.614Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-16T07:00:58.614Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:00:58.614Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:00:58.614Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:00:58.614Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:00:58.614Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:00:58.614Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:00:58.614Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:00:58.614Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:00:58.614Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:00:58.614Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:00:58.614Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:00:58.614Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:00:58.614Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:00:58.614Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:00:58.872Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:00:58.872Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-16T07:00:58.872Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-16T07:00:58.872Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-16T07:00:58.872Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-16T07:00:58.872Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-03-16T07:00:58.872Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-16T07:00:58.872Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-16T07:00:59.147Z] --- PASS: TestLinksContainerNames (0.78s) [2022-03-16T07:00:59.147Z] === RUN TestLogsFollowTailEmpty [2022-03-16T07:00:59.407Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-03-16T07:00:59.407Z] === RUN TestContainerNetworkMountsNoChown [2022-03-16T07:00:59.434Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.61s) [2022-03-16T07:00:59.434Z] === RUN TestCreateDifferentPlatform [2022-03-16T07:00:59.434Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-16T07:00:59.434Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-16T07:00:59.434Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-03-16T07:00:59.434Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-16T07:00:59.434Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-16T07:00:59.434Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-16T07:00:59.434Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-16T07:00:59.434Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-16T07:00:59.434Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-03-16T07:00:59.434Z] === RUN TestContainerStartOnDaemonRestart [2022-03-16T07:00:59.434Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-16T07:00:59.434Z] === RUN TestDaemonRestartIpcMode [2022-03-16T07:00:59.434Z] === PAUSE TestDaemonRestartIpcMode [2022-03-16T07:00:59.434Z] === RUN TestDaemonHostGatewayIP [2022-03-16T07:00:59.434Z] === PAUSE TestDaemonHostGatewayIP [2022-03-16T07:00:59.434Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-16T07:00:59.434Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-16T07:00:59.434Z] === RUN TestContainerKillOnDaemonStart [2022-03-16T07:00:59.434Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-16T07:00:59.434Z] === RUN TestDiff [2022-03-16T07:00:59.690Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-16T07:00:59.820Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-16T07:00:59.977Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s) [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/default [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/default [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/private [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/private [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rprivate [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/slave [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/slave [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rslave [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/shared [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/shared [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rshared [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/default [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rslave [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rshared [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/shared [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rprivate [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/slave [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/private [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-16T07:00:59.977Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-16T07:00:59.977Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-16T07:00:59.977Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-16T07:01:00.236Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T07:01:00.236Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T07:01:00.236Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-16T07:01:00.236Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-16T07:01:00.236Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-16T07:01:00.236Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.01s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.01s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-16T07:01:00.236Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-16T07:01:00.236Z] === RUN TestContainerBindMountNonRecursive [2022-03-16T07:01:00.252Z] --- PASS: TestDiff (0.66s) [2022-03-16T07:01:00.252Z] === RUN TestExecWithCloseStdin [2022-03-16T07:01:00.754Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-16T07:01:00.816Z] --- PASS: TestExecWithCloseStdin (0.69s) [2022-03-16T07:01:00.816Z] === RUN TestExec [2022-03-16T07:01:01.379Z] --- PASS: TestExec (0.62s) [2022-03-16T07:01:01.379Z] === RUN TestExecUser [2022-03-16T07:01:01.610Z] --- PASS: TestContainerBindMountNonRecursive (1.23s) [2022-03-16T07:01:01.610Z] === RUN TestContainerVolumesMountedAsShared [2022-03-16T07:01:01.687Z] --- PASS: TestPluginsWithRuntimes (3.38s) [2022-03-16T07:01:01.687Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.90s) [2022-03-16T07:01:01.687Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.89s) [2022-03-16T07:01:01.687Z] === RUN TestPluginBackCompatMediaTypes [2022-03-16T07:01:01.868Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-03-16T07:01:01.868Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-16T07:01:02.127Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-03-16T07:01:02.127Z] === RUN TestNetworkNat [2022-03-16T07:01:02.253Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2022-03-16T07:01:02.253Z] PASS [2022-03-16T07:01:02.253Z] [2022-03-16T07:01:02.253Z] DONE 10 tests in 7.772s [2022-03-16T07:01:02.253Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-16T07:01:02.473Z] --- PASS: TestExecUser (0.71s) [2022-03-16T07:01:02.473Z] === RUN TestExportContainerAndImportImage [2022-03-16T07:01:02.474Z] --- PASS: TestNetworkNat (0.43s) [2022-03-16T07:01:02.474Z] === RUN TestNetworkLocalhostTCPNat [2022-03-16T07:01:02.522Z] INFO: Testing against a local daemon [2022-03-16T07:01:02.522Z] === RUN TestExternalGraphDriver [2022-03-16T07:01:02.522Z] === RUN TestExternalGraphDriver/json [2022-03-16T07:01:03.036Z] --- PASS: TestExportContainerAndImportImage (0.88s) [2022-03-16T07:01:03.036Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-16T07:01:03.039Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-16T07:01:03.039Z] === RUN TestNetworkLoopbackNat [2022-03-16T07:01:03.293Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-16T07:01:03.856Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-16T07:01:03.856Z] check_test.go:308: [da402015beefa] daemon is not started [2022-03-16T07:01:03.856Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-16T07:01:04.072Z] sha256:5a4bd9a6e80ddb6fa57f3157588798cdfbc8b8606b4bc3b4499c48588809f388 [2022-03-16T07:01:04.072Z] INFO: Starting docker-py tests... [2022-03-16T07:01:04.072Z] ============================= test session starts ============================== [2022-03-16T07:01:04.072Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-16T07:01:04.072Z] rootdir: /src, inifile: pytest.ini [2022-03-16T07:01:04.072Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-16T07:01:04.329Z] collected 395 items / 2 deselected / 393 selected [2022-03-16T07:01:04.329Z] [2022-03-16T07:01:04.419Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-16T07:01:04.419Z] --- PASS: TestExportContainerAfterDaemonRestart (1.47s) [2022-03-16T07:01:04.419Z] === RUN TestHealthCheckWorkdir [2022-03-16T07:01:04.454Z] === RUN TestExternalGraphDriver/spec [2022-03-16T07:01:04.984Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-16T07:01:05.548Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-16T07:01:05.548Z] --- PASS: TestHealthCheckWorkdir (1.02s) [2022-03-16T07:01:05.548Z] === RUN TestHealthKillContainer [2022-03-16T07:01:05.567Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2022-03-16T07:01:05.567Z] === RUN TestPause [2022-03-16T07:01:05.826Z] === RUN TestExternalGraphDriver/pull [2022-03-16T07:01:06.133Z] --- PASS: TestPause (0.40s) [2022-03-16T07:01:06.134Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-16T07:01:06.134Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-16T07:01:06.134Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-16T07:01:06.134Z] === RUN TestPauseStopPausedContainer [2022-03-16T07:01:06.392Z] --- PASS: TestPauseStopPausedContainer (0.41s) [2022-03-16T07:01:06.392Z] === RUN TestPidHost [2022-03-16T07:01:07.326Z] --- PASS: TestPidHost (0.87s) [2022-03-16T07:01:07.326Z] === RUN TestPsFilter [2022-03-16T07:01:07.326Z] --- PASS: TestPsFilter (0.10s) [2022-03-16T07:01:07.326Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-16T07:01:07.445Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-16T07:01:07.445Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-16T07:01:07.726Z] --- PASS: TestExternalGraphDriver (5.13s) [2022-03-16T07:01:07.726Z] --- PASS: TestExternalGraphDriver/json (1.70s) [2022-03-16T07:01:07.726Z] --- PASS: TestExternalGraphDriver/spec (1.68s) [2022-03-16T07:01:07.726Z] --- PASS: TestExternalGraphDriver/pull (1.70s) [2022-03-16T07:01:07.726Z] === RUN TestGraphdriverPluginV2 [2022-03-16T07:01:07.891Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2022-03-16T07:01:07.891Z] === RUN TestRemoveContainerWithVolume [2022-03-16T07:01:08.149Z] --- PASS: TestRemoveContainerWithVolume (0.36s) [2022-03-16T07:01:08.149Z] === RUN TestRemoveContainerRunning [2022-03-16T07:01:08.375Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-16T07:01:08.632Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-16T07:01:08.714Z] --- PASS: TestRemoveContainerRunning (0.39s) [2022-03-16T07:01:08.714Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-16T07:01:08.972Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.37s) [2022-03-16T07:01:08.972Z] === RUN TestRemoveInvalidContainer [2022-03-16T07:01:08.972Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-16T07:01:08.972Z] === RUN TestRenameLinkedContainer [2022-03-16T07:01:10.872Z] --- PASS: TestRenameLinkedContainer (1.56s) [2022-03-16T07:01:10.872Z] === RUN TestRenameStoppedContainer [2022-03-16T07:01:10.872Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-03-16T07:01:10.872Z] === RUN TestRenameRunningContainerAndReuse [2022-03-16T07:01:11.162Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-16T07:01:11.806Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s) [2022-03-16T07:01:11.807Z] === RUN TestRenameInvalidName [2022-03-16T07:01:11.907Z] --- PASS: TestGraphdriverPluginV2 (4.07s) [2022-03-16T07:01:11.907Z] PASS [2022-03-16T07:01:11.907Z] [2022-03-16T07:01:11.907Z] DONE 5 tests in 9.310s [2022-03-16T07:01:11.907Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-16T07:01:11.907Z] INFO: Testing against a local daemon [2022-03-16T07:01:11.907Z] === RUN TestContinueAfterPluginCrash [2022-03-16T07:01:11.907Z] === PAUSE TestContinueAfterPluginCrash [2022-03-16T07:01:11.907Z] === RUN TestReadPluginNoRead [2022-03-16T07:01:11.907Z] === PAUSE TestReadPluginNoRead [2022-03-16T07:01:11.907Z] === RUN TestDaemonStartWithLogOpt [2022-03-16T07:01:11.907Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-16T07:01:11.907Z] === CONT TestContinueAfterPluginCrash [2022-03-16T07:01:11.907Z] === CONT TestDaemonStartWithLogOpt [2022-03-16T07:01:12.065Z] --- PASS: TestRenameInvalidName (0.40s) [2022-03-16T07:01:12.065Z] === RUN TestRenameAnonymousContainer [2022-03-16T07:01:12.092Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-16T07:01:12.658Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-16T07:01:12.658Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-16T07:01:13.438Z] --- PASS: TestRenameAnonymousContainer (1.41s) [2022-03-16T07:01:13.438Z] === RUN TestRenameContainerWithSameName [2022-03-16T07:01:14.004Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-16T07:01:14.004Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-16T07:01:14.033Z] --- PASS: TestHealthKillContainer (8.54s) [2022-03-16T07:01:14.033Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-16T07:01:14.571Z] --- PASS: TestRenameContainerWithLinkedContainer (0.78s) [2022-03-16T07:01:14.571Z] === RUN TestResize [2022-03-16T07:01:14.963Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2022-03-16T07:01:14.963Z] === RUN TestIpcModeNone [2022-03-16T07:01:14.963Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-16T07:01:14.963Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-16T07:01:14.963Z] check_test.go:308: [d0b821e25319c] daemon is not started [2022-03-16T07:01:14.963Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-16T07:01:15.137Z] --- PASS: TestResize (0.39s) [2022-03-16T07:01:15.137Z] === RUN TestResizeWithInvalidSize [2022-03-16T07:01:15.190Z] --- PASS: TestDaemonStartWithLogOpt (3.47s) [2022-03-16T07:01:15.190Z] === CONT TestReadPluginNoRead [2022-03-16T07:01:15.421Z] --- PASS: TestResizeWithInvalidSize (0.39s) [2022-03-16T07:01:15.421Z] === RUN TestResizeWhenContainerNotStarted [2022-03-16T07:01:15.528Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-16T07:01:15.528Z] --- PASS: TestIpcModeNone (0.82s) [2022-03-16T07:01:15.528Z] === RUN TestIpcModePrivate [2022-03-16T07:01:16.016Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s) [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:01:16.017Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:01:16.017Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:01:16.017Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-16T07:01:16.017Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:01:16.091Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:82, shared: false, mustBeShared: false [2022-03-16T07:01:16.348Z] --- PASS: TestIpcModePrivate (0.75s) [2022-03-16T07:01:16.348Z] === RUN TestIpcModeShareable [2022-03-16T07:01:16.911Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2022-03-16T07:01:16.911Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-16T07:01:17.167Z] --- PASS: TestIpcModeShareable (0.72s) [2022-03-16T07:01:17.167Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-16T07:01:17.403Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:01:17.718Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-16T07:01:18.535Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-16T07:01:18.654Z] === RUN TestReadPluginNoRead/default [2022-03-16T07:01:18.777Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:01:18.791Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-16T07:01:19.048Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.02s) [2022-03-16T07:01:19.048Z] === RUN TestAPIIpcModeHost [2022-03-16T07:01:19.711Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:01:19.969Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:01:19.978Z] --- PASS: TestAPIIpcModeHost (0.66s) [2022-03-16T07:01:19.978Z] === RUN TestDaemonIpcModeShareable [2022-03-16T07:01:19.978Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-16T07:01:20.028Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-16T07:01:20.285Z] --- PASS: TestContinueAfterPluginCrash (8.49s) [2022-03-16T07:01:20.541Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-16T07:01:20.902Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:01:21.104Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-16T07:01:21.160Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:01:21.218Z] === CONT TestReadPluginNoRead [2022-03-16T07:01:21.219Z] read_test.go:92: [da034af6df28e] daemon is not started [2022-03-16T07:01:21.219Z] --- PASS: TestReadPluginNoRead (5.93s) [2022-03-16T07:01:21.219Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.27s) [2022-03-16T07:01:21.219Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2022-03-16T07:01:21.219Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.22s) [2022-03-16T07:01:21.219Z] PASS [2022-03-16T07:01:21.219Z] [2022-03-16T07:01:21.219Z] DONE 6 tests in 9.445s [2022-03-16T07:01:21.219Z] 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-16T07:01:21.219Z] testing: warning: no tests to run [2022-03-16T07:01:21.219Z] PASS [2022-03-16T07:01:21.219Z] [2022-03-16T07:01:21.219Z] DONE 0 tests in 0.015s [2022-03-16T07:01:21.219Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-16T07:01:21.219Z] INFO: Testing against a local daemon [2022-03-16T07:01:21.219Z] === RUN TestPluginWithDevMounts [2022-03-16T07:01:21.219Z] === PAUSE TestPluginWithDevMounts [2022-03-16T07:01:21.219Z] === CONT TestPluginWithDevMounts [2022-03-16T07:01:21.361Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:90, shared: true, mustBeShared: true [2022-03-16T07:01:21.617Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2022-03-16T07:01:21.618Z] === RUN TestDaemonIpcModePrivate [2022-03-16T07:01:21.849Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-16T07:01:22.182Z] check_test.go:308: [dbb23e37a7208] daemon is not started [2022-03-16T07:01:22.182Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-16T07:01:22.411Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-16T07:01:23.114Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false [2022-03-16T07:01:23.114Z] --- PASS: TestDaemonIpcModePrivate (1.64s) [2022-03-16T07:01:23.114Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-16T07:01:23.117Z] --- PASS: TestPluginWithDevMounts (1.61s) [2022-03-16T07:01:23.117Z] PASS [2022-03-16T07:01:23.117Z] [2022-03-16T07:01:23.117Z] DONE 1 tests in 1.655s [2022-03-16T07:01:23.117Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-16T07:01:23.117Z] INFO: Testing against a local daemon [2022-03-16T07:01:23.117Z] === RUN TestSecretInspect [2022-03-16T07:01:24.050Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-16T07:01:24.159Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-16T07:01:24.214Z] Removing intermediate container 1023f7d59ce8 [2022-03-16T07:01:24.214Z] ---> 4b6071769bc8 [2022-03-16T07:01:24.214Z] 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-16T07:01:24.214Z] ---> Running in 6268f2ed4fdb [2022-03-16T07:01:24.214Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-16T07:01:24.214Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-16T07:01:24.214Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-16T07:01:24.214Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-16T07:01:24.214Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-16T07:01:24.214Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-16T07:01:24.214Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-16T07:01:24.214Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-16T07:01:24.214Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-16T07:01:24.214Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-16T07:01:24.214Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-16T07:01:24.214Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-16T07:01:24.214Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-16T07:01:24.214Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-16T07:01:24.214Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-16T07:01:24.214Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-16T07:01:24.441Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:01:24.699Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-16T07:01:24.979Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false [2022-03-16T07:01:24.979Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2022-03-16T07:01:24.979Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-16T07:01:25.236Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-16T07:01:25.646Z] --- PASS: TestSecretInspect (2.32s) [2022-03-16T07:01:25.647Z] === RUN TestSecretList [2022-03-16T07:01:25.799Z] check_test.go:308: [d3c37e44ebcc9] daemon is not started [2022-03-16T07:01:25.799Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-16T07:01:26.364Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2022-03-16T07:01:26.599Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-16T07:01:26.620Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.65s) [2022-03-16T07:01:26.621Z] === RUN TestIpcModeOlderClient [2022-03-16T07:01:26.621Z] === PAUSE TestIpcModeOlderClient [2022-03-16T07:01:26.621Z] === RUN TestKillContainerInvalidSignal [2022-03-16T07:01:27.185Z] --- PASS: TestKillContainerInvalidSignal (0.63s) [2022-03-16T07:01:27.185Z] === RUN TestKillContainer [2022-03-16T07:01:27.185Z] === RUN TestKillContainer/no_signal [2022-03-16T07:01:27.549Z] --- PASS: TestSecretList (2.47s) [2022-03-16T07:01:27.549Z] === RUN TestSecretsCreateAndDelete [2022-03-16T07:01:27.972Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-16T07:01:28.115Z] === RUN TestKillContainer/non_killing_signal [2022-03-16T07:01:28.230Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-16T07:01:28.371Z] === RUN TestKillContainer/killing_signal [2022-03-16T07:01:28.627Z] docker_cli_daemon_plugins_test.go:80: [d055e13548fff] daemon is not started [2022-03-16T07:01:29.558Z] --- PASS: TestKillContainer (2.10s) [2022-03-16T07:01:29.558Z] --- PASS: TestKillContainer/no_signal (0.73s) [2022-03-16T07:01:29.558Z] --- PASS: TestKillContainer/non_killing_signal (0.44s) [2022-03-16T07:01:29.558Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2022-03-16T07:01:29.558Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-16T07:01:29.558Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-16T07:01:29.604Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-16T07:01:29.815Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-16T07:01:30.071Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-16T07:01:30.077Z] --- PASS: TestSecretsCreateAndDelete (2.24s) [2022-03-16T07:01:30.077Z] === RUN TestSecretsUpdate [2022-03-16T07:01:30.169Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-16T07:01:30.634Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.30s) [2022-03-16T07:01:30.635Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.64s) [2022-03-16T07:01:30.635Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s) [2022-03-16T07:01:30.635Z] === RUN TestKillStoppedContainer [2022-03-16T07:01:30.635Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-03-16T07:01:30.635Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-16T07:01:30.635Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-16T07:01:30.635Z] === RUN TestKillDifferentUserContainer [2022-03-16T07:01:30.892Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-16T07:01:31.455Z] --- PASS: TestKillDifferentUserContainer (0.60s) [2022-03-16T07:01:31.455Z] === RUN TestInspectOomKilledTrue [2022-03-16T07:01:31.455Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:01:31.455Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-16T07:01:31.455Z] === RUN TestInspectOomKilledFalse [2022-03-16T07:01:31.455Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:01:31.455Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-16T07:01:31.455Z] === RUN TestLinksEtcHostsContentMatch [2022-03-16T07:01:31.543Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-16T07:01:31.977Z] --- PASS: TestSecretsUpdate (2.19s) [2022-03-16T07:01:31.977Z] === RUN TestTemplatedSecret [2022-03-16T07:01:32.054Z] --- PASS: TestLinksEtcHostsContentMatch (0.76s) [2022-03-16T07:01:32.054Z] === RUN TestLinksContainerNames [2022-03-16T07:01:32.647Z] docker_cli_daemon_plugins_test.go:170: [dad1782ad006d] daemon is not started [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.62s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.88s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.59s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.44s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.78s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.59s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.76s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.63s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.74s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.62s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.62s) [2022-03-16T07:01:32.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s) [2022-03-16T07:01:32.917Z] === RUN TestCgroupNamespacesRun [2022-03-16T07:01:33.453Z] 8f616e6e9eec: Pull complete [2022-03-16T07:01:33.596Z] --- PASS: TestLinksContainerNames (1.45s) [2022-03-16T07:01:33.596Z] === RUN TestLogsFollowTailEmpty [2022-03-16T07:01:34.163Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-16T07:01:34.289Z] --- PASS: TestCgroupNamespacesRun (1.13s) [2022-03-16T07:01:34.289Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-16T07:01:34.421Z] --- PASS: TestLogsFollowTailEmpty (0.82s) [2022-03-16T07:01:34.421Z] === RUN TestContainerNetworkMountsNoChown [2022-03-16T07:01:34.984Z] --- PASS: TestContainerNetworkMountsNoChown (0.72s) [2022-03-16T07:01:34.984Z] === RUN TestMountDaemonRoot [2022-03-16T07:01:34.984Z] === RUN TestMountDaemonRoot/default [2022-03-16T07:01:34.984Z] === PAUSE TestMountDaemonRoot/default [2022-03-16T07:01:34.984Z] === RUN TestMountDaemonRoot/private [2022-03-16T07:01:34.984Z] === PAUSE TestMountDaemonRoot/private [2022-03-16T07:01:34.984Z] === RUN TestMountDaemonRoot/rprivate [2022-03-16T07:01:34.984Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-16T07:01:34.984Z] === RUN TestMountDaemonRoot/slave [2022-03-16T07:01:34.984Z] === PAUSE TestMountDaemonRoot/slave [2022-03-16T07:01:34.984Z] === RUN TestMountDaemonRoot/rslave [2022-03-16T07:01:34.984Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-16T07:01:34.984Z] === RUN TestMountDaemonRoot/shared [2022-03-16T07:01:34.984Z] === PAUSE TestMountDaemonRoot/shared [2022-03-16T07:01:34.984Z] === RUN TestMountDaemonRoot/rshared [2022-03-16T07:01:34.984Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-16T07:01:34.984Z] === CONT TestMountDaemonRoot/default [2022-03-16T07:01:34.984Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-16T07:01:34.984Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-16T07:01:34.984Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-16T07:01:34.984Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-16T07:01:35.223Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s) [2022-03-16T07:01:35.223Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/rshared [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/shared [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/rslave [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/slave [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/rprivate [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/private [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-16T07:01:35.241Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-16T07:01:35.241Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-16T07:01:35.241Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-16T07:01:35.241Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-16T07:01:35.257Z] --- PASS: TestTemplatedSecret (2.60s) [2022-03-16T07:01:35.257Z] === RUN TestSecretCreateResolve [2022-03-16T07:01:35.497Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-16T07:01:35.497Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-16T07:01:35.497Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-16T07:01:35.497Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-16T07:01:35.497Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-16T07:01:35.497Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-16T07:01:35.497Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-16T07:01:35.497Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-16T07:01:35.497Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-16T07:01:35.497Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-16T07:01:35.498Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-16T07:01:35.498Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-16T07:01:35.755Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-16T07:01:35.755Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-16T07:01:35.755Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-16T07:01:35.755Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-16T07:01:35.755Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-16T07:01:35.755Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-16T07:01:35.755Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-03-16T07:01:35.755Z] === RUN TestContainerBindMountNonRecursive [2022-03-16T07:01:36.158Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.09s) [2022-03-16T07:01:36.158Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-16T07:01:37.155Z] --- PASS: TestSecretCreateResolve (2.21s) [2022-03-16T07:01:37.155Z] PASS [2022-03-16T07:01:37.155Z] [2022-03-16T07:01:37.155Z] DONE 6 tests in 14.066s [2022-03-16T07:01:37.155Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-16T07:01:37.155Z] INFO: Testing against a local daemon [2022-03-16T07:01:37.155Z] === RUN TestServiceCreateInit [2022-03-16T07:01:37.155Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-16T07:01:37.531Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s) [2022-03-16T07:01:37.531Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-16T07:01:37.652Z] --- PASS: TestContainerBindMountNonRecursive (1.87s) [2022-03-16T07:01:37.652Z] === RUN TestContainerVolumesMountedAsShared [2022-03-16T07:01:37.652Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-16T07:01:38.216Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-16T07:01:38.464Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s) [2022-03-16T07:01:38.464Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-16T07:01:38.473Z] --- PASS: TestContainerVolumesMountedAsShared (0.77s) [2022-03-16T07:01:38.473Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-16T07:01:38.473Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-16T07:01:38.730Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-16T07:01:38.987Z] --- PASS: TestContainerVolumesMountedAsSlave (0.53s) [2022-03-16T07:01:38.987Z] === RUN TestNetworkNat [2022-03-16T07:01:38.987Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-16T07:01:39.243Z] check_test.go:308: [d4754d6c92857] daemon is not started [2022-03-16T07:01:39.243Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-16T07:01:39.399Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s) [2022-03-16T07:01:39.399Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-16T07:01:39.807Z] --- PASS: TestNetworkNat (0.73s) [2022-03-16T07:01:39.807Z] === RUN TestNetworkLocalhostTCPNat [2022-03-16T07:01:40.333Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-03-16T07:01:40.333Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-16T07:01:40.371Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s) [2022-03-16T07:01:40.371Z] === RUN TestNetworkLoopbackNat [2022-03-16T07:01:40.938Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-16T07:01:41.266Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2022-03-16T07:01:41.266Z] === RUN TestNISDomainname [2022-03-16T07:01:41.340Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-16T07:01:41.832Z] --- PASS: TestNISDomainname (0.52s) [2022-03-16T07:01:41.832Z] === RUN TestHostnameDnsResolution [2022-03-16T07:01:42.309Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-16T07:01:42.399Z] --- PASS: TestHostnameDnsResolution (0.63s) [2022-03-16T07:01:42.399Z] === RUN TestUnprivilegedPortsAndPing [2022-03-16T07:01:42.965Z] --- PASS: TestUnprivilegedPortsAndPing (0.46s) [2022-03-16T07:01:42.965Z] === RUN TestStats [2022-03-16T07:01:43.677Z] --- PASS: TestNetworkLoopbackNat (3.07s) [2022-03-16T07:01:43.677Z] === RUN TestPause [2022-03-16T07:01:43.935Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-16T07:01:44.499Z] --- PASS: TestPause (0.79s) [2022-03-16T07:01:44.499Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-16T07:01:44.499Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-16T07:01:44.499Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-16T07:01:44.499Z] === RUN TestPauseStopPausedContainer [2022-03-16T07:01:44.623Z] --- PASS: TestServiceCreateInit (7.39s) [2022-03-16T07:01:44.623Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.75s) [2022-03-16T07:01:44.623Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.62s) [2022-03-16T07:01:44.623Z] === RUN TestCreateServiceMultipleTimes [2022-03-16T07:01:45.064Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2022-03-16T07:01:45.064Z] === RUN TestPidHost [2022-03-16T07:01:45.493Z] --- PASS: TestStats (2.44s) [2022-03-16T07:01:45.493Z] === RUN TestStopContainerWithTimeout [2022-03-16T07:01:45.493Z] === RUN TestStopContainerWithTimeout/0 [2022-03-16T07:01:45.493Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-16T07:01:45.493Z] === RUN TestStopContainerWithTimeout/1 [2022-03-16T07:01:45.493Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-16T07:01:45.493Z] === RUN TestStopContainerWithTimeout/3 [2022-03-16T07:01:45.493Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-16T07:01:45.493Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-16T07:01:45.493Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-16T07:01:45.493Z] === CONT TestStopContainerWithTimeout/0 [2022-03-16T07:01:45.493Z] === CONT TestStopContainerWithTimeout/3 [2022-03-16T07:01:45.628Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-16T07:01:45.884Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-16T07:01:46.059Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-16T07:01:47.254Z] --- PASS: TestPidHost (1.82s) [2022-03-16T07:01:47.254Z] === RUN TestPsFilter [2022-03-16T07:01:47.254Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-16T07:01:47.254Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-16T07:01:47.254Z] --- PASS: TestPsFilter (0.15s) [2022-03-16T07:01:47.254Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-16T07:01:47.818Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s) [2022-03-16T07:01:47.818Z] === RUN TestRemoveContainerWithVolume [2022-03-16T07:01:47.959Z] === CONT TestStopContainerWithTimeout/1 [2022-03-16T07:01:48.381Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-16T07:01:48.641Z] --- PASS: TestRemoveContainerWithVolume (0.72s) [2022-03-16T07:01:48.641Z] === RUN TestRemoveContainerRunning [2022-03-16T07:01:48.641Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-16T07:01:49.204Z] --- PASS: TestRemoveContainerRunning (0.75s) [2022-03-16T07:01:49.204Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-16T07:01:49.333Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-16T07:01:49.333Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2022-03-16T07:01:49.333Z] --- PASS: TestStopContainerWithTimeout/3 (2.57s) [2022-03-16T07:01:49.333Z] --- PASS: TestStopContainerWithTimeout/-1 (2.37s) [2022-03-16T07:01:49.333Z] --- PASS: TestStopContainerWithTimeout/1 (1.40s) [2022-03-16T07:01:49.333Z] === RUN TestDeleteDevicemapper [2022-03-16T07:01:49.333Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-16T07:01:49.333Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-16T07:01:49.333Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-16T07:01:49.935Z] Removing intermediate container 6268f2ed4fdb [2022-03-16T07:01:49.935Z] ---> 10563e5942dd [2022-03-16T07:01:49.935Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-16T07:01:49.935Z] ---> Running in f52e90b9ce39 [2022-03-16T07:01:49.935Z] Removing intermediate container f52e90b9ce39 [2022-03-16T07:01:49.935Z] ---> 6463cc73cc38 [2022-03-16T07:01:49.935Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-16T07:01:49.935Z] ---> Running in 37599bda6fe2 [2022-03-16T07:01:49.935Z] Removing intermediate container 37599bda6fe2 [2022-03-16T07:01:49.935Z] ---> d59a33554b43 [2022-03-16T07:01:49.935Z] Step 11/11 : COPY . . [2022-03-16T07:01:50.134Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s) [2022-03-16T07:01:50.134Z] === RUN TestRemoveInvalidContainer [2022-03-16T07:01:50.134Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-16T07:01:50.134Z] === RUN TestRenameLinkedContainer [2022-03-16T07:01:50.698Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-16T07:01:51.231Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.57s) [2022-03-16T07:01:51.231Z] === RUN TestUpdateMemory [2022-03-16T07:01:51.261Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-16T07:01:51.489Z] --- PASS: TestUpdateMemory (0.48s) [2022-03-16T07:01:51.489Z] === RUN TestUpdateCPUQuota [2022-03-16T07:01:52.055Z] --- PASS: TestUpdateCPUQuota (0.68s) [2022-03-16T07:01:52.055Z] === RUN TestUpdatePidsLimit [2022-03-16T07:01:52.055Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-16T07:01:52.192Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-16T07:01:52.312Z] === RUN TestUpdatePidsLimit/no_change [2022-03-16T07:01:52.312Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-16T07:01:52.570Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-16T07:01:52.828Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-16T07:01:53.094Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-16T07:01:53.094Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-16T07:01:53.120Z] --- PASS: TestRenameLinkedContainer (2.75s) [2022-03-16T07:01:53.120Z] === RUN TestRenameStoppedContainer [2022-03-16T07:01:53.377Z] --- PASS: TestRenameStoppedContainer (0.58s) [2022-03-16T07:01:53.377Z] === RUN TestRenameRunningContainerAndReuse [2022-03-16T07:01:53.737Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-16T07:01:54.029Z] --- PASS: TestUpdatePidsLimit (1.75s) [2022-03-16T07:01:54.029Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.18s) [2022-03-16T07:01:54.029Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-03-16T07:01:54.029Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2022-03-16T07:01:54.029Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-03-16T07:01:54.029Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.16s) [2022-03-16T07:01:54.029Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s) [2022-03-16T07:01:54.029Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.26s) [2022-03-16T07:01:54.029Z] === RUN TestUpdateRestartPolicy [2022-03-16T07:01:54.744Z] --- PASS: TestRenameRunningContainerAndReuse (1.18s) [2022-03-16T07:01:54.744Z] === RUN TestRenameInvalidName [2022-03-16T07:01:54.744Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-16T07:01:55.308Z] --- PASS: TestRenameInvalidName (0.67s) [2022-03-16T07:01:55.308Z] === RUN TestRenameAnonymousContainer [2022-03-16T07:01:57.203Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-16T07:01:57.459Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-16T07:01:57.459Z] --- PASS: TestRenameAnonymousContainer (2.18s) [2022-03-16T07:01:57.459Z] === RUN TestRenameContainerWithSameName [2022-03-16T07:01:58.023Z] --- PASS: TestRenameContainerWithSameName (0.61s) [2022-03-16T07:01:58.023Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-16T07:01:58.954Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-16T07:01:59.210Z] --- PASS: TestRenameContainerWithLinkedContainer (1.16s) [2022-03-16T07:01:59.210Z] === RUN TestResize [2022-03-16T07:01:59.773Z] --- PASS: TestResize (0.58s) [2022-03-16T07:01:59.773Z] === RUN TestResizeWithInvalidSize [2022-03-16T07:02:00.701Z] --- PASS: TestResizeWithInvalidSize (0.63s) [2022-03-16T07:02:00.701Z] === RUN TestResizeWhenContainerNotStarted [2022-03-16T07:02:00.701Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-16T07:02:01.266Z] --- PASS: TestResizeWhenContainerNotStarted (0.63s) [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:02:01.266Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:02:01.266Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:02:01.266Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-16T07:02:01.266Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:02:01.266Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-16T07:02:01.523Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-16T07:02:02.698Z] --- PASS: TestCreateServiceMultipleTimes (15.66s) [2022-03-16T07:02:02.698Z] === RUN TestCreateServiceConflict [2022-03-16T07:02:02.698Z] --- PASS: TestCreateServiceConflict (1.82s) [2022-03-16T07:02:02.698Z] === RUN TestCreateServiceMaxReplicas [2022-03-16T07:02:02.894Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-16T07:02:03.824Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:02:04.081Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-16T07:02:04.600Z] --- PASS: TestCreateServiceMaxReplicas (2.90s) [2022-03-16T07:02:04.600Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-16T07:02:05.450Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-16T07:02:05.706Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-16T07:02:06.227Z] --- PASS: TestUpdateRestartPolicy (10.70s) [2022-03-16T07:02:06.227Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-16T07:02:06.227Z] --- PASS: TestUpdateRestartWithAutoRemove (0.38s) [2022-03-16T07:02:06.227Z] === RUN TestWaitNonBlocked [2022-03-16T07:02:06.227Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:02:06.227Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:02:06.227Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:02:06.227Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:02:06.227Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:02:06.227Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:02:06.227Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-16T07:02:06.227Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2022-03-16T07:02:06.227Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2022-03-16T07:02:06.228Z] === RUN TestWaitBlocked [2022-03-16T07:02:06.228Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T07:02:06.228Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T07:02:06.228Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T07:02:06.228Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T07:02:06.228Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T07:02:06.228Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T07:02:06.228Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-16T07:02:06.228Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s) [2022-03-16T07:02:06.228Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2022-03-16T07:02:06.228Z] === CONT TestContainerStartOnDaemonRestart [2022-03-16T07:02:06.228Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-16T07:02:06.637Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-16T07:02:06.894Z] check_test.go:308: [df0a6117f1257] daemon is not started [2022-03-16T07:02:06.894Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-03-16T07:02:07.151Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:02:07.407Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:02:08.777Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.99s) [2022-03-16T07:02:08.777Z] === CONT TestIpcModeOlderClient [2022-03-16T07:02:08.777Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-03-16T07:02:08.777Z] === CONT TestContainerKillOnDaemonStart [2022-03-16T07:02:08.777Z] --- PASS: TestContainerStartOnDaemonRestart (2.16s) [2022-03-16T07:02:08.777Z] === CONT TestDaemonHostGatewayIP [2022-03-16T07:02:09.302Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-16T07:02:09.559Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-16T07:02:10.123Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-16T07:02:11.331Z] --- PASS: TestDaemonHostGatewayIP (2.39s) [2022-03-16T07:02:11.331Z] === CONT TestDaemonRestartIpcMode [2022-03-16T07:02:12.015Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-16T07:02:12.015Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-16T07:02:13.230Z] --- PASS: TestDaemonRestartIpcMode (2.14s) [2022-03-16T07:02:14.537Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-16T07:02:17.808Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-16T07:02:18.373Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-16T07:02:19.468Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.22s) [2022-03-16T07:02:19.468Z] === RUN TestCreateServiceSecretFileMode [2022-03-16T07:02:21.334Z] --- PASS: TestContainerKillOnDaemonStart (11.71s) [2022-03-16T07:02:21.334Z] PASS [2022-03-16T07:02:21.334Z] [2022-03-16T07:02:21.334Z] === Skipped [2022-03-16T07:02:21.334Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-16T07:02:21.334Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T07:02:21.334Z] [2022-03-16T07:02:21.334Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-16T07:02:21.334Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-16T07:02:21.334Z] [2022-03-16T07:02:21.334Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-16T07:02:21.334Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-16T07:02:21.334Z] [2022-03-16T07:02:21.334Z] DONE 200 tests, 3 skipped in 110.384s [2022-03-16T07:02:21.334Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-16T07:02:21.334Z] ++ 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-16T07:02:21.334Z] ++ set -e [2022-03-16T07:02:21.334Z] ++ '[' -n 0 ']' [2022-03-16T07:02:21.334Z] ++ set -x [2022-03-16T07:02:21.335Z] ++ 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-16T07:02:21.335Z] === RUN TestConfigDaemonLibtrustID [2022-03-16T07:02:21.335Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-03-16T07:02:21.335Z] === RUN TestDaemonConfigValidation [2022-03-16T07:02:21.335Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-16T07:02:21.335Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-16T07:02:21.335Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-16T07:02:21.335Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-16T07:02:21.335Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-16T07:02:21.335Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-16T07:02:21.335Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-16T07:02:21.335Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-16T07:02:21.335Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-16T07:02:21.335Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-16T07:02:21.335Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-16T07:02:21.335Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-16T07:02:21.335Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-16T07:02:21.335Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-16T07:02:21.335Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-16T07:02:21.335Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-16T07:02:21.335Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-03-16T07:02:21.335Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-03-16T07:02:21.335Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-03-16T07:02:21.335Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-03-16T07:02:21.335Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-16T07:02:21.335Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-16T07:02:21.335Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-16T07:02:21.647Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-16T07:02:21.647Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-16T07:02:21.901Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-16T07:02:23.273Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-16T07:02:24.206Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-16T07:02:24.206Z] daemon_test.go:156: [d722a31c16150] daemon is not started [2022-03-16T07:02:24.206Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-03-16T07:02:24.206Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-16T07:02:24.206Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-16T07:02:24.206Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-16T07:02:24.206Z] === RUN TestDaemonProxy [2022-03-16T07:02:24.206Z] === RUN TestDaemonProxy/environment_variables [2022-03-16T07:02:24.956Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-16T07:02:25.899Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-16T07:02:25.899Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-16T07:02:26.104Z] === RUN TestDaemonProxy/command-line_options [2022-03-16T07:02:26.234Z] ---> b973754a601d [2022-03-16T07:02:26.234Z] Successfully built b973754a601d [2022-03-16T07:02:26.234Z] Successfully tagged docker:latest [2022-03-16T07:02:26.234Z] INFO: Image build ended at 03/16/2022 07:02:23. Duration:00:04:22.2516220 [2022-03-16T07:02:26.234Z] [2022-03-16T07:02:26.234Z] [2022-03-16T07:02:26.234Z] INFO: Building the test binaries at 03/16/2022 07:02:23... [2022-03-16T07:02:27.477Z] === RUN TestDaemonProxy/configuration_file [2022-03-16T07:02:27.792Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-16T07:02:27.792Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-16T07:02:28.721Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.78s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.71s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.49s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.81s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.73s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.81s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.59s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.68s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.94s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (6.16s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.61s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.36s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.55s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.34s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.72s) [2022-03-16T07:02:28.721Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.82s) [2022-03-16T07:02:28.721Z] === RUN TestCgroupNamespacesRun [2022-03-16T07:02:29.377Z] === RUN TestDaemonProxy/conflicting_options [2022-03-16T07:02:29.942Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-16T07:02:30.169Z] INFO: make.ps1 starting at 03/16/2022 07:02:29 [2022-03-16T07:02:30.200Z] --- PASS: TestDaemonProxy (6.24s) [2022-03-16T07:02:30.200Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2022-03-16T07:02:30.200Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-03-16T07:02:30.200Z] --- PASS: TestDaemonProxy/configuration_file (1.71s) [2022-03-16T07:02:30.200Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-16T07:02:30.200Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-16T07:02:30.200Z] PASS [2022-03-16T07:02:30.200Z] [2022-03-16T07:02:30.200Z] DONE 17 tests in 10.186s [2022-03-16T07:02:30.200Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-16T07:02:30.200Z] ++ 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-16T07:02:30.200Z] ++ set -e [2022-03-16T07:02:30.200Z] ++ '[' -n 0 ']' [2022-03-16T07:02:30.200Z] ++ set -x [2022-03-16T07:02:30.200Z] ++ 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-16T07:02:30.458Z] INFO: Testing against a local daemon [2022-03-16T07:02:30.458Z] === RUN TestCommitInheritsEnv [2022-03-16T07:02:30.614Z] --- PASS: TestCgroupNamespacesRun (1.79s) [2022-03-16T07:02:30.614Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-16T07:02:30.667Z] INFO: Git commit (ce65b459ab) assumed from DOCKER_GITCOMMIT environment variable [2022-03-16T07:02:30.667Z] INFO: Invoking autogen... [2022-03-16T07:02:30.716Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-03-16T07:02:30.716Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-16T07:02:30.716Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-16T07:02:30.716Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-16T07:02:30.716Z] === RUN TestImportWithCustomPlatform [2022-03-16T07:02:30.716Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-16T07:02:30.716Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-16T07:02:30.716Z] === RUN TestImportWithCustomPlatform// [2022-03-16T07:02:30.716Z] === RUN TestImportWithCustomPlatform/linux [2022-03-16T07:02:30.871Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-16T07:02:30.975Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-16T07:02:30.975Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-16T07:02:30.975Z] === RUN TestImportWithCustomPlatform/macos [2022-03-16T07:02:30.975Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-16T07:02:30.975Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-16T07:02:30.975Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-03-16T07:02:30.975Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-16T07:02:30.975Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-16T07:02:30.975Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-16T07:02:30.975Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-16T07:02:30.975Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-16T07:02:30.975Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-16T07:02:30.975Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-16T07:02:30.975Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-16T07:02:30.975Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-16T07:02:30.975Z] === RUN TestImagesFilterMultiReference [2022-03-16T07:02:30.975Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-16T07:02:30.975Z] === RUN TestImagePullPlatformInvalid [2022-03-16T07:02:30.975Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-16T07:02:30.975Z] === RUN TestRemoveImageOrphaning [2022-03-16T07:02:31.159Z] INFO: Building daemon... [2022-03-16T07:02:31.234Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2022-03-16T07:02:31.234Z] === RUN TestRemoveImageGarbageCollector [2022-03-16T07:02:31.234Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:02:31.234Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-16T07:02:31.234Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-16T07:02:31.234Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-16T07:02:31.234Z] === RUN TestTagInvalidReference [2022-03-16T07:02:31.492Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-16T07:02:31.492Z] === RUN TestTagValidPrefixedRepo [2022-03-16T07:02:31.492Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-16T07:02:31.492Z] === RUN TestTagExistedNameWithoutForce [2022-03-16T07:02:31.492Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-16T07:02:31.492Z] === RUN TestTagOfficialNames [2022-03-16T07:02:31.492Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-16T07:02:31.492Z] === RUN TestTagMatchesDigest [2022-03-16T07:02:31.492Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-16T07:02:31.492Z] PASS [2022-03-16T07:02:31.493Z] [2022-03-16T07:02:31.493Z] === Skipped [2022-03-16T07:02:31.493Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-16T07:02:31.493Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-16T07:02:31.493Z] [2022-03-16T07:02:31.493Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-16T07:02:31.493Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:02:31.493Z] [2022-03-16T07:02:31.493Z] DONE 22 tests, 2 skipped in 1.179s [2022-03-16T07:02:31.493Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-16T07:02:31.493Z] ++ 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-16T07:02:31.493Z] ++ set -e [2022-03-16T07:02:31.493Z] ++ '[' -n 0 ']' [2022-03-16T07:02:31.493Z] ++ set -x [2022-03-16T07:02:31.493Z] ++ 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-16T07:02:31.493Z] INFO: Testing against a local daemon [2022-03-16T07:02:31.493Z] === RUN TestNetworkCreateDelete [2022-03-16T07:02:31.705Z] --- PASS: TestCreateServiceSecretFileMode (12.81s) [2022-03-16T07:02:31.705Z] === RUN TestCreateServiceConfigFileMode [2022-03-16T07:02:31.750Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-16T07:02:31.750Z] === RUN TestDockerNetworkDeletePreferID [2022-03-16T07:02:32.008Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-03-16T07:02:32.008Z] === RUN TestDaemonDNSFallback [2022-03-16T07:02:32.240Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.61s) [2022-03-16T07:02:32.240Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-16T07:02:33.170Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-16T07:02:33.170Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-16T07:02:33.426Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-16T07:02:33.994Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.64s) [2022-03-16T07:02:33.994Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-16T07:02:35.886Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-16T07:02:35.887Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2022-03-16T07:02:35.887Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-16T07:02:35.887Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-16T07:02:37.779Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.70s) [2022-03-16T07:02:37.779Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-16T07:02:37.779Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-16T07:02:38.564Z] --- PASS: TestDaemonDNSFallback (6.25s) [2022-03-16T07:02:38.564Z] === RUN TestInspectNetwork [2022-03-16T07:02:38.782Z] 037d5740b404: Pull complete [2022-03-16T07:02:38.782Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-16T07:02:38.782Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:02:38.782Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-16T07:02:38.782Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-16T07:02:38.782Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-16T07:02:38.782Z] WARN: Skipping validation tests [2022-03-16T07:02:38.782Z] INFO: Running unit tests at 03/16/2022 07:02:26... [2022-03-16T07:02:38.782Z] INFO: make.ps1 starting at 03/16/2022 07:02:31 [2022-03-16T07:02:38.782Z] INFO: Git commit (327bb38f99) assumed from DOCKER_GITCOMMIT environment variable [2022-03-16T07:02:38.782Z] INFO: Invoking autogen... [2022-03-16T07:02:38.782Z] INFO: Running unit tests... [2022-03-16T07:02:39.147Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.78s) [2022-03-16T07:02:39.147Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-16T07:02:40.076Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2022-03-16T07:02:40.076Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-16T07:02:40.639Z] check_test.go:308: [db7129c0d835e] daemon is not started [2022-03-16T07:02:40.639Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-16T07:02:41.087Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/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-16T07:02:41.093Z] === RUN TestInspectNetwork/full_network_id [2022-03-16T07:02:41.093Z] === RUN TestInspectNetwork/partial_network_id [2022-03-16T07:02:41.093Z] === RUN TestInspectNetwork/network_name [2022-03-16T07:02:41.093Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-16T07:02:42.007Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.81s) [2022-03-16T07:02:42.007Z] === RUN TestNISDomainname [2022-03-16T07:02:42.263Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-16T07:02:42.827Z] --- PASS: TestNISDomainname (0.91s) [2022-03-16T07:02:42.827Z] === RUN TestHostnameDnsResolution [2022-03-16T07:02:42.827Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-16T07:02:43.896Z] --- PASS: TestCreateServiceConfigFileMode (12.56s) [2022-03-16T07:02:43.896Z] === RUN TestCreateServiceSysctls [2022-03-16T07:02:44.196Z] --- PASS: TestHostnameDnsResolution (1.15s) [2022-03-16T07:02:44.196Z] === RUN TestUnprivilegedPortsAndPing [2022-03-16T07:02:44.196Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-16T07:02:44.461Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-16T07:02:44.728Z] --- PASS: TestUnprivilegedPortsAndPing (0.84s) [2022-03-16T07:02:44.728Z] === RUN TestStats [2022-03-16T07:02:45.272Z] --- PASS: TestInspectNetwork (6.96s) [2022-03-16T07:02:45.272Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-16T07:02:45.272Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-16T07:02:45.272Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-16T07:02:45.272Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-16T07:02:45.272Z] === RUN TestRunContainerWithBridgeNone [2022-03-16T07:02:45.291Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-16T07:02:45.853Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-16T07:02:46.424Z] --- PASS: TestCreateServiceSysctls (3.20s) [2022-03-16T07:02:46.424Z] === RUN TestCreateServiceCapabilities [2022-03-16T07:02:46.645Z] --- PASS: TestRunContainerWithBridgeNone (1.35s) [2022-03-16T07:02:46.645Z] === RUN TestNetworkInvalidJSON [2022-03-16T07:02:46.645Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-16T07:02:46.645Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-16T07:02:46.645Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:02:46.645Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:02:46.645Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:02:46.645Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:02:46.645Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-16T07:02:46.645Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:02:46.645Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:02:46.645Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-16T07:02:46.645Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-16T07:02:46.645Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-16T07:02:46.645Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-16T07:02:46.645Z] === RUN TestNetworkList [2022-03-16T07:02:46.645Z] === RUN TestNetworkList//networks [2022-03-16T07:02:46.645Z] === PAUSE TestNetworkList//networks [2022-03-16T07:02:46.645Z] === RUN TestNetworkList//networks/ [2022-03-16T07:02:46.645Z] === PAUSE TestNetworkList//networks/ [2022-03-16T07:02:46.645Z] === CONT TestNetworkList//networks [2022-03-16T07:02:46.645Z] === CONT TestNetworkList//networks/ [2022-03-16T07:02:46.645Z] --- PASS: TestNetworkList (0.02s) [2022-03-16T07:02:46.645Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-16T07:02:46.645Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-16T07:02:46.645Z] === RUN TestHostIPv4BridgeLabel [2022-03-16T07:02:46.782Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-16T07:02:46.981Z] .........................xx.................... [ 29%] [2022-03-16T07:02:47.210Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-03-16T07:02:47.211Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-16T07:02:47.713Z] --- PASS: TestStats (2.87s) [2022-03-16T07:02:47.713Z] === RUN TestStopContainerWithTimeout [2022-03-16T07:02:47.713Z] === RUN TestStopContainerWithTimeout/0 [2022-03-16T07:02:47.713Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-16T07:02:47.713Z] === RUN TestStopContainerWithTimeout/1 [2022-03-16T07:02:47.713Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-16T07:02:47.713Z] === RUN TestStopContainerWithTimeout/3 [2022-03-16T07:02:47.713Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-16T07:02:47.713Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-16T07:02:47.713Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-16T07:02:47.713Z] === CONT TestStopContainerWithTimeout/0 [2022-03-16T07:02:47.713Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-16T07:02:48.145Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-03-16T07:02:48.145Z] === RUN TestDaemonDefaultNetworkPools [2022-03-16T07:02:48.954Z] --- PASS: TestCreateServiceCapabilities (2.49s) [2022-03-16T07:02:48.954Z] === RUN TestInspect [2022-03-16T07:02:49.078Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-03-16T07:02:49.078Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-16T07:02:49.083Z] === CONT TestStopContainerWithTimeout/3 [2022-03-16T07:02:50.013Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-03-16T07:02:50.013Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-16T07:02:50.976Z] === CONT TestStopContainerWithTimeout/1 [2022-03-16T07:02:51.386Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s) [2022-03-16T07:02:51.386Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-16T07:02:51.908Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-16T07:02:51.952Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-03-16T07:02:51.952Z] === RUN TestServiceWithPredefinedNetwork [2022-03-16T07:02:52.235Z] --- PASS: TestInspect (2.79s) [2022-03-16T07:02:52.235Z] === RUN TestCreateJob [2022-03-16T07:02:52.471Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-16T07:02:52.727Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-16T07:02:52.727Z] --- PASS: TestStopContainerWithTimeout/0 (1.13s) [2022-03-16T07:02:52.727Z] --- PASS: TestStopContainerWithTimeout/-1 (3.24s) [2022-03-16T07:02:52.727Z] --- PASS: TestStopContainerWithTimeout/3 (2.80s) [2022-03-16T07:02:52.727Z] --- PASS: TestStopContainerWithTimeout/1 (1.90s) [2022-03-16T07:02:52.727Z] === RUN TestDeleteDevicemapper [2022-03-16T07:02:52.727Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-16T07:02:52.727Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-16T07:02:52.727Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-16T07:02:53.291Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-16T07:02:53.892Z] ? github.com/docker/docker/api [no test files] [2022-03-16T07:02:54.221Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-16T07:02:54.478Z] --- PASS: TestServiceWithPredefinedNetwork (2.16s) [2022-03-16T07:02:54.478Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-16T07:02:54.478Z] service_test.go:243: FLAKY_TEST [2022-03-16T07:02:54.478Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T07:02:54.478Z] === RUN TestServiceWithDataPathPortInit [2022-03-16T07:02:55.150Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-16T07:02:55.407Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.49s) [2022-03-16T07:02:55.407Z] === RUN TestUpdateMemory [2022-03-16T07:02:55.407Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:02:55.407Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-16T07:02:55.407Z] === RUN TestUpdateCPUQuota [2022-03-16T07:02:55.515Z] --- PASS: TestCreateJob (3.21s) [2022-03-16T07:02:55.515Z] === RUN TestReplicatedJob [2022-03-16T07:02:55.665Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-16T07:02:57.032Z] --- PASS: TestUpdateCPUQuota (1.42s) [2022-03-16T07:02:57.032Z] === RUN TestUpdatePidsLimit [2022-03-16T07:02:57.032Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-16T07:02:57.032Z] === RUN TestUpdatePidsLimit/no_change [2022-03-16T07:02:57.288Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-16T07:02:57.288Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-16T07:02:57.852Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-16T07:02:58.109Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-16T07:02:58.674Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-16T07:02:58.931Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-16T07:02:59.497Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-16T07:03:00.060Z] --- PASS: TestUpdatePidsLimit (3.40s) [2022-03-16T07:03:00.060Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2022-03-16T07:03:00.060Z] --- PASS: TestUpdatePidsLimit/no_change (0.29s) [2022-03-16T07:03:00.060Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2022-03-16T07:03:00.060Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2022-03-16T07:03:00.060Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2022-03-16T07:03:00.060Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2022-03-16T07:03:00.060Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2022-03-16T07:03:00.060Z] === RUN TestUpdateRestartPolicy [2022-03-16T07:03:00.317Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-16T07:03:00.782Z] --- PASS: TestReplicatedJob (5.51s) [2022-03-16T07:03:00.782Z] === RUN TestUpdateReplicatedJob [2022-03-16T07:03:02.838Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-16T07:03:02.838Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-16T07:03:02.838Z] check_test.go:308: [ddab6ff48123a] daemon is not started [2022-03-16T07:03:02.838Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-16T07:03:02.838Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-16T07:03:02.838Z] check_test.go:308: [d7d155b017386] daemon is not started [2022-03-16T07:03:02.838Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-16T07:03:02.838Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-16T07:03:03.095Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-16T07:03:03.194Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-16T07:03:03.351Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-16T07:03:03.913Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-16T07:03:04.062Z] --- PASS: TestUpdateReplicatedJob (3.24s) [2022-03-16T07:03:04.062Z] === RUN TestServiceListWithStatuses [2022-03-16T07:03:04.062Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-16T07:03:04.062Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-16T07:03:04.062Z] === RUN TestDockerNetworkConnectAlias [2022-03-16T07:03:04.170Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-16T07:03:04.170Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-16T07:03:04.170Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-16T07:03:04.170Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-16T07:03:05.101Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-16T07:03:05.358Z] check_test.go:308: [d808ba2ed424a] daemon is not started [2022-03-16T07:03:05.358Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-16T07:03:08.248Z] --- PASS: TestDockerNetworkConnectAlias (4.24s) [2022-03-16T07:03:08.248Z] === RUN TestDockerNetworkReConnect [2022-03-16T07:03:09.344Z] --- PASS: TestServiceWithDataPathPortInit (13.60s) [2022-03-16T07:03:09.344Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-16T07:03:09.534Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-16T07:03:09.534Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-16T07:03:09.603Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:sa5gz617aoisgeynthv625mw6 Created:2022-03-16 07:03:08.454202889 +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[1e0ac67d448ebc9247a34428424bc93b3b3f2f4ba7a29bea1cc12637aecff863:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4un86xcnixy3ibg8v8r8pd5es EndpointID:6fa42a23bddac2a052fba08202a575acefafacdf621da3c63b3c29184a692a8e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:36f84e65bbb2ccd2e720399e81361396318e059ab06c1507d1e10abe00eb557c 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:cc983bd56633 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4un86xcnixy3ibg8v8r8pd5es EndpointID:6fa42a23bddac2a052fba08202a575acefafacdf621da3c63b3c29184a692a8e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-16T07:03:10.463Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-16T07:03:10.616Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-16T07:03:11.026Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-16T07:03:11.531Z] --- PASS: TestDockerNetworkReConnect (3.50s) [2022-03-16T07:03:11.531Z] === RUN TestServicePlugin [2022-03-16T07:03:11.589Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-16T07:03:12.151Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-16T07:03:12.151Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-16T07:03:12.408Z] --- PASS: TestUpdateRestartPolicy (12.34s) [2022-03-16T07:03:12.408Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-16T07:03:12.408Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-16T07:03:12.971Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-16T07:03:13.228Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2022-03-16T07:03:13.228Z] === RUN TestWaitNonBlocked [2022-03-16T07:03:13.228Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:03:13.228Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:03:13.228Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:03:13.228Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:03:13.228Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:03:13.228Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:03:13.783Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.26s) [2022-03-16T07:03:13.783Z] PASS [2022-03-16T07:03:13.783Z] [2022-03-16T07:03:13.783Z] === Skipped [2022-03-16T07:03:13.783Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T07:03:13.783Z] service_test.go:243: FLAKY_TEST [2022-03-16T07:03:13.783Z] [2022-03-16T07:03:13.783Z] DONE 26 tests, 1 skipped in 42.364s [2022-03-16T07:03:13.783Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-16T07:03:13.783Z] ++ 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-16T07:03:13.783Z] ++ set -e [2022-03-16T07:03:13.783Z] ++ '[' -n 0 ']' [2022-03-16T07:03:13.783Z] ++ set -x [2022-03-16T07:03:13.783Z] ++ 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-16T07:03:14.041Z] INFO: Testing against a local daemon [2022-03-16T07:03:14.041Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-16T07:03:14.041Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T07:03:14.041Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-16T07:03:14.041Z] === RUN TestDockerNetworkIpvlan [2022-03-16T07:03:14.041Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T07:03:14.041Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-16T07:03:14.041Z] PASS [2022-03-16T07:03:14.041Z] [2022-03-16T07:03:14.041Z] === Skipped [2022-03-16T07:03:14.041Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-16T07:03:14.041Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T07:03:14.041Z] [2022-03-16T07:03:14.041Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-16T07:03:14.041Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T07:03:14.041Z] [2022-03-16T07:03:14.041Z] DONE 2 tests, 2 skipped in 0.083s [2022-03-16T07:03:14.041Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-16T07:03:14.041Z] ++ 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-16T07:03:14.041Z] ++ set -e [2022-03-16T07:03:14.041Z] ++ '[' -n 0 ']' [2022-03-16T07:03:14.041Z] ++ set -x [2022-03-16T07:03:14.041Z] ++ 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-16T07:03:14.041Z] INFO: Testing against a local daemon [2022-03-16T07:03:14.041Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-16T07:03:14.598Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-16T07:03:14.598Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.13s) [2022-03-16T07:03:14.598Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.16s) [2022-03-16T07:03:14.598Z] === RUN TestWaitBlocked [2022-03-16T07:03:14.598Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T07:03:14.598Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T07:03:14.598Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T07:03:14.598Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T07:03:14.598Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-16T07:03:14.598Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-16T07:03:14.815Z] plugin_test.go:61: [d679e4af49cae] joining swarm manager [d9f5a79ad5b55]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:03:15.162Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-16T07:03:15.414Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2022-03-16T07:03:15.414Z] === RUN TestDockerNetworkMacvlan [2022-03-16T07:03:15.442Z] === RUN TestMiddlewares [2022-03-16T07:03:15.442Z] --- PASS: TestMiddlewares (0.00s) [2022-03-16T07:03:15.442Z] PASS [2022-03-16T07:03:15.442Z] coverage: 9.0% of statements [2022-03-16T07:03:15.442Z] ok github.com/docker/docker/api/server 0.062s coverage: 9.0% of statements [2022-03-16T07:03:15.682Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-16T07:03:15.726Z] --- PASS: TestWaitBlocked (0.02s) [2022-03-16T07:03:15.726Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.31s) [2022-03-16T07:03:15.726Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.36s) [2022-03-16T07:03:15.726Z] === CONT TestContainerStartOnDaemonRestart [2022-03-16T07:03:15.726Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-16T07:03:15.749Z] plugin_test.go:64: [d1bbccc30d58c] joining swarm manager [d9f5a79ad5b55]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:03:16.347Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-16T07:03:16.946Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-16T07:03:17.519Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-16T07:03:18.257Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-16T07:03:19.425Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-16T07:03:19.628Z] --- PASS: TestContainerStartOnDaemonRestart (3.74s) [2022-03-16T07:03:19.628Z] === CONT TestDaemonHostGatewayIP [2022-03-16T07:03:19.628Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.78s) [2022-03-16T07:03:19.628Z] === CONT TestDaemonRestartIpcMode [2022-03-16T07:03:21.324Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-16T07:03:22.897Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-16T07:03:23.827Z] --- PASS: TestDaemonRestartIpcMode (4.33s) [2022-03-16T07:03:23.827Z] === CONT TestIpcModeOlderClient [2022-03-16T07:03:23.852Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-16T07:03:24.084Z] --- PASS: TestIpcModeOlderClient (0.15s) [2022-03-16T07:03:24.084Z] === CONT TestContainerKillOnDaemonStart [2022-03-16T07:03:24.341Z] --- PASS: TestDaemonHostGatewayIP (4.71s) [2022-03-16T07:03:24.793Z] --- PASS: TestDockerNetworkMacvlan (9.13s) [2022-03-16T07:03:24.793Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-16T07:03:24.793Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-16T07:03:24.793Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.80s) [2022-03-16T07:03:24.793Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.82s) [2022-03-16T07:03:24.793Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.82s) [2022-03-16T07:03:24.793Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.55s) [2022-03-16T07:03:24.793Z] PASS [2022-03-16T07:03:24.793Z] [2022-03-16T07:03:24.793Z] DONE 8 tests in 10.633s [2022-03-16T07:03:24.793Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-16T07:03:24.793Z] ++ 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-16T07:03:24.793Z] ++ set -e [2022-03-16T07:03:24.793Z] ++ '[' -n 0 ']' [2022-03-16T07:03:24.793Z] ++ set -x [2022-03-16T07:03:24.793Z] ++ 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-16T07:03:24.793Z] testing: warning: no tests to run [2022-03-16T07:03:24.793Z] PASS [2022-03-16T07:03:24.793Z] [2022-03-16T07:03:24.793Z] DONE 0 tests in 0.019s [2022-03-16T07:03:24.793Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-16T07:03:24.793Z] ++ 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-16T07:03:24.793Z] ++ set -e [2022-03-16T07:03:24.793Z] ++ '[' -n 0 ']' [2022-03-16T07:03:24.793Z] ++ set -x [2022-03-16T07:03:24.793Z] ++ 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-16T07:03:24.793Z] INFO: Testing against a local daemon [2022-03-16T07:03:24.793Z] === RUN TestAuthZPluginAllowRequest [2022-03-16T07:03:24.904Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-16T07:03:25.728Z] --- PASS: TestAuthZPluginAllowRequest (1.07s) [2022-03-16T07:03:25.728Z] === RUN TestAuthZPluginTLS [2022-03-16T07:03:25.834Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-16T07:03:26.090Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-16T07:03:26.298Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-16T07:03:26.298Z] === RUN TestAuthZPluginDenyRequest [2022-03-16T07:03:26.346Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-16T07:03:26.865Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-16T07:03:26.865Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-16T07:03:27.431Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-16T07:03:27.431Z] === RUN TestAuthZPluginDenyResponse [2022-03-16T07:03:27.996Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-03-16T07:03:27.996Z] === RUN TestAuthZPluginAllowEventStream [2022-03-16T07:03:28.868Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-16T07:03:28.929Z] --- PASS: TestAuthZPluginAllowEventStream (1.07s) [2022-03-16T07:03:28.929Z] === RUN TestAuthZPluginErrorResponse [2022-03-16T07:03:29.495Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-16T07:03:29.495Z] === RUN TestAuthZPluginErrorRequest [2022-03-16T07:03:29.799Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-16T07:03:30.060Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-16T07:03:30.060Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-16T07:03:30.143Z] 037d5740b404: Pull complete [2022-03-16T07:03:30.143Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-16T07:03:30.143Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:03:30.143Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-16T07:03:30.143Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-16T07:03:30.143Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-16T07:03:30.143Z] WARN: Skipping validation tests [2022-03-16T07:03:30.143Z] INFO: Running unit tests at 03/16/2022 07:03:18... [2022-03-16T07:03:30.143Z] INFO: make.ps1 starting at 03/16/2022 07:03:23 [2022-03-16T07:03:30.143Z] INFO: Git commit (b18882bc78) assumed from DOCKER_GITCOMMIT environment variable [2022-03-16T07:03:30.143Z] INFO: Invoking autogen... [2022-03-16T07:03:30.143Z] INFO: Running unit tests... [2022-03-16T07:03:30.626Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-16T07:03:30.626Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-16T07:03:31.105Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/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-16T07:03:31.169Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-16T07:03:31.732Z] check_test.go:308: [d7f9448f76986] daemon is not started [2022-03-16T07:03:31.732Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-03-16T07:03:31.967Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-16T07:03:31.999Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.32s) [2022-03-16T07:03:31.999Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-16T07:03:32.294Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-16T07:03:32.294Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-16T07:03:32.294Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-16T07:03:32.294Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-16T07:03:32.294Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-16T07:03:32.294Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-16T07:03:32.294Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-16T07:03:32.294Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-16T07:03:32.294Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-16T07:03:33.371Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.28s) [2022-03-16T07:03:33.371Z] === RUN TestAuthZPluginHeader [2022-03-16T07:03:33.937Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-03-16T07:03:33.937Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-16T07:03:33.937Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:03:33.937Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-16T07:03:33.937Z] === RUN TestAuthZPluginV2Disable [2022-03-16T07:03:33.937Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:03:33.937Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-16T07:03:33.937Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-16T07:03:33.937Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:03:33.937Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-16T07:03:33.937Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-16T07:03:33.937Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:03:33.937Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-16T07:03:33.937Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-16T07:03:34.816Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-16T07:03:35.072Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-16T07:03:36.442Z] --- PASS: TestContainerKillOnDaemonStart (12.36s) [2022-03-16T07:03:36.442Z] PASS [2022-03-16T07:03:36.442Z] [2022-03-16T07:03:36.442Z] === Skipped [2022-03-16T07:03:36.442Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-16T07:03:36.442Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T07:03:36.442Z] [2022-03-16T07:03:36.442Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-16T07:03:36.442Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:03:36.442Z] [2022-03-16T07:03:36.442Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-16T07:03:36.442Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:03:36.442Z] [2022-03-16T07:03:36.442Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-16T07:03:36.442Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-16T07:03:36.442Z] [2022-03-16T07:03:36.442Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-16T07:03:36.442Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-16T07:03:36.442Z] [2022-03-16T07:03:36.442Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-16T07:03:36.442Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:03:36.442Z] [2022-03-16T07:03:36.442Z] DONE 200 tests, 6 skipped in 164.478s [2022-03-16T07:03:36.442Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-16T07:03:36.442Z] ++ 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-16T07:03:36.442Z] ++ set -e [2022-03-16T07:03:36.442Z] ++ '[' -n 0 ']' [2022-03-16T07:03:36.442Z] ++ set -x [2022-03-16T07:03:36.442Z] ++ 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-16T07:03:36.699Z] === RUN TestConfigDaemonLibtrustID [2022-03-16T07:03:37.262Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-16T07:03:37.262Z] === RUN TestDaemonConfigValidation [2022-03-16T07:03:37.262Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-16T07:03:37.262Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-16T07:03:37.262Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-16T07:03:37.262Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-16T07:03:37.262Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-16T07:03:37.262Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-16T07:03:37.262Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-16T07:03:37.262Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-16T07:03:37.262Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-16T07:03:37.262Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-16T07:03:37.262Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-16T07:03:37.262Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-16T07:03:37.262Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-16T07:03:37.262Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-16T07:03:37.262Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-16T07:03:37.521Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-16T07:03:37.521Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.13s) [2022-03-16T07:03:37.521Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.15s) [2022-03-16T07:03:37.521Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.11s) [2022-03-16T07:03:37.521Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.13s) [2022-03-16T07:03:37.521Z] --- PASS: TestDaemonConfigValidation/valid_config (0.11s) [2022-03-16T07:03:37.521Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-16T07:03:37.521Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-16T07:03:38.084Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-16T07:03:38.648Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-16T07:03:38.904Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-16T07:03:39.838Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-16T07:03:39.838Z] check_test.go:308: [d4cfaeab2308c] daemon is not started [2022-03-16T07:03:39.838Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-16T07:03:40.767Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-16T07:03:40.767Z] daemon_test.go:156: [d1feb56d8c678] daemon is not started [2022-03-16T07:03:40.767Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s) [2022-03-16T07:03:40.767Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-03-16T07:03:40.767Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-03-16T07:03:40.767Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-03-16T07:03:40.767Z] === RUN TestDaemonProxy [2022-03-16T07:03:40.767Z] === RUN TestDaemonProxy/environment_variables [2022-03-16T07:03:41.330Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-16T07:03:41.415Z] ? github.com/docker/docker/api [no test files] [2022-03-16T07:03:41.586Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-16T07:03:41.666Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-16T07:03:42.276Z] --- PASS: TestServicePlugin (29.54s) [2022-03-16T07:03:42.276Z] === RUN TestServiceUpdateLabel [2022-03-16T07:03:42.516Z] === RUN TestDaemonProxy/command-line_options [2022-03-16T07:03:43.047Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-16T07:03:43.208Z] --- PASS: TestServiceUpdateLabel (2.21s) [2022-03-16T07:03:43.208Z] === RUN TestServiceUpdateSecrets [2022-03-16T07:03:43.445Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-16T07:03:44.373Z] === RUN TestDaemonProxy/configuration_file [2022-03-16T07:03:44.936Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-16T07:03:45.865Z] === RUN TestDaemonProxy/conflicting_options [2022-03-16T07:03:46.429Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-16T07:03:46.992Z] --- PASS: TestDaemonProxy (6.28s) [2022-03-16T07:03:46.992Z] --- PASS: TestDaemonProxy/environment_variables (1.71s) [2022-03-16T07:03:46.992Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-03-16T07:03:46.992Z] --- PASS: TestDaemonProxy/configuration_file (1.79s) [2022-03-16T07:03:46.992Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-03-16T07:03:46.992Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-03-16T07:03:46.992Z] PASS [2022-03-16T07:03:46.992Z] [2022-03-16T07:03:46.992Z] DONE 17 tests in 10.569s [2022-03-16T07:03:46.992Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-16T07:03:46.992Z] ++ 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-16T07:03:46.992Z] ++ set -e [2022-03-16T07:03:46.992Z] ++ '[' -n 0 ']' [2022-03-16T07:03:46.992Z] ++ set -x [2022-03-16T07:03:46.992Z] ++ 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-16T07:03:47.249Z] INFO: Testing against a local daemon [2022-03-16T07:03:47.249Z] === RUN TestCommitInheritsEnv [2022-03-16T07:03:47.357Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-16T07:03:47.811Z] --- PASS: TestCommitInheritsEnv (0.40s) [2022-03-16T07:03:47.811Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-16T07:03:47.811Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-16T07:03:47.811Z] === RUN TestImportWithCustomPlatform [2022-03-16T07:03:47.811Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-16T07:03:47.811Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-16T07:03:47.811Z] === RUN TestImportWithCustomPlatform// [2022-03-16T07:03:47.811Z] === RUN TestImportWithCustomPlatform/linux [2022-03-16T07:03:47.811Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-16T07:03:48.067Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-16T07:03:48.067Z] === RUN TestImportWithCustomPlatform/macos [2022-03-16T07:03:48.067Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-16T07:03:48.067Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-16T07:03:48.067Z] --- PASS: TestImportWithCustomPlatform (0.52s) [2022-03-16T07:03:48.067Z] --- PASS: TestImportWithCustomPlatform/#00 (0.09s) [2022-03-16T07:03:48.067Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-16T07:03:48.067Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-16T07:03:48.067Z] --- PASS: TestImportWithCustomPlatform/linux (0.15s) [2022-03-16T07:03:48.067Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.10s) [2022-03-16T07:03:48.067Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.15s) [2022-03-16T07:03:48.067Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-16T07:03:48.067Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-16T07:03:48.067Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-16T07:03:48.067Z] === RUN TestImagesFilterMultiReference [2022-03-16T07:03:48.324Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2022-03-16T07:03:48.324Z] === RUN TestImagePullPlatformInvalid [2022-03-16T07:03:48.324Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-16T07:03:48.324Z] === RUN TestRemoveImageOrphaning [2022-03-16T07:03:48.581Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-16T07:03:48.837Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2022-03-16T07:03:48.837Z] === RUN TestRemoveImageGarbageCollector [2022-03-16T07:03:49.767Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-16T07:03:49.767Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-16T07:03:50.023Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-16T07:03:50.023Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-16T07:03:50.586Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-16T07:03:50.586Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-16T07:03:51.149Z] --- PASS: TestRemoveImageGarbageCollector (2.38s) [2022-03-16T07:03:51.149Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-16T07:03:51.149Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-16T07:03:51.149Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-03-16T07:03:51.149Z] === RUN TestTagInvalidReference [2022-03-16T07:03:51.406Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-16T07:03:51.406Z] === RUN TestTagValidPrefixedRepo [2022-03-16T07:03:51.406Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-16T07:03:51.406Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-16T07:03:51.406Z] === RUN TestTagExistedNameWithoutForce [2022-03-16T07:03:51.406Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-16T07:03:51.406Z] === RUN TestTagOfficialNames [2022-03-16T07:03:51.406Z] --- PASS: TestTagOfficialNames (0.08s) [2022-03-16T07:03:51.406Z] === RUN TestTagMatchesDigest [2022-03-16T07:03:51.406Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-16T07:03:51.406Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-16T07:03:51.662Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-16T07:03:52.007Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-03-16T07:03:52.007Z] PASS [2022-03-16T07:03:52.007Z] [2022-03-16T07:03:52.007Z] === Skipped [2022-03-16T07:03:52.007Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-16T07:03:52.007Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:03:52.007Z] [2022-03-16T07:03:52.007Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-16T07:03:52.007Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:03:52.007Z] [2022-03-16T07:03:52.007Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-16T07:03:52.007Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:03:52.007Z] [2022-03-16T07:03:52.007Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-16T07:03:52.007Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:03:52.007Z] [2022-03-16T07:03:52.007Z] DONE 17 tests, 4 skipped in 25.829s [2022-03-16T07:03:52.007Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-16T07:03:52.007Z] ++ 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-16T07:03:52.007Z] ++ set -e [2022-03-16T07:03:52.007Z] ++ '[' -n 0 ']' [2022-03-16T07:03:52.007Z] ++ set -x [2022-03-16T07:03:52.007Z] ++ 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-16T07:03:52.007Z] INFO: Testing against a local daemon [2022-03-16T07:03:52.007Z] === RUN TestPluginInvalidJSON [2022-03-16T07:03:52.007Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:03:52.007Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:03:52.007Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:03:52.007Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-16T07:03:52.007Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-16T07:03:52.007Z] === RUN TestPluginInstall [2022-03-16T07:03:52.007Z] === RUN TestPluginInstall/no_auth [2022-03-16T07:03:52.007Z] time="2022-03-16T07:03:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:03:52.007Z] time="2022-03-16T07:03:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:74fd53f86f2745153ee572624845577da303e65943d6d2410644151fb0ff4400" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:03:52.007Z] time="2022-03-16T07:03:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:03:52.007Z] time="2022-03-16T07:03:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:74fd53f86f2745153ee572624845577da303e65943d6d2410644151fb0ff4400" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:03:52.225Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-16T07:03:52.265Z] === RUN TestPluginInstall/with_htpasswd [2022-03-16T07:03:52.523Z] time="2022-03-16T07:03:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:03:52.523Z] time="2022-03-16T07:03:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:51392273392760014ecd3e9769a48e78d40d798073207a4067669ff590ad186d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:03:52.523Z] time="2022-03-16T07:03:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:03:52.523Z] time="2022-03-16T07:03:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:51392273392760014ecd3e9769a48e78d40d798073207a4067669ff590ad186d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:03:52.780Z] === RUN TestPluginInstall/with_insecure [2022-03-16T07:03:52.787Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-16T07:03:53.349Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-16T07:03:53.714Z] time="2022-03-16T07:03:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:03:53.714Z] time="2022-03-16T07:03:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75300275cb44a8b6264d0925eb7f58b6c778899d6e3bc2e52729ff8a046dc6ff" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:03:53.714Z] time="2022-03-16T07:03:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:03:53.714Z] time="2022-03-16T07:03:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75300275cb44a8b6264d0925eb7f58b6c778899d6e3bc2e52729ff8a046dc6ff" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:03:53.912Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-16T07:03:53.971Z] plugin_test.go:165: [d1eac689a83ad] daemon is not started [2022-03-16T07:03:53.971Z] --- PASS: TestPluginInstall (3.31s) [2022-03-16T07:03:53.971Z] --- PASS: TestPluginInstall/no_auth (1.63s) [2022-03-16T07:03:53.971Z] --- PASS: TestPluginInstall/with_htpasswd (0.57s) [2022-03-16T07:03:53.971Z] --- PASS: TestPluginInstall/with_insecure (1.12s) [2022-03-16T07:03:53.971Z] === RUN TestPluginsWithRuntimes [2022-03-16T07:03:54.474Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-16T07:03:54.474Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-16T07:03:54.730Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-16T07:03:54.988Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-16T07:03:54.988Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-16T07:03:55.246Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-16T07:03:55.345Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-16T07:03:55.808Z] check_test.go:308: [ddca13eae1af0] daemon is not started [2022-03-16T07:03:55.808Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-16T07:03:56.066Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-16T07:03:56.278Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-16T07:03:57.031Z] check_test.go:308: [d93c1cb352ea0] daemon is not started [2022-03-16T07:03:57.031Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-16T07:03:57.212Z] --- PASS: TestPluginsWithRuntimes (3.11s) [2022-03-16T07:03:57.213Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.81s) [2022-03-16T07:03:57.213Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.79s) [2022-03-16T07:03:57.213Z] === RUN TestPluginBackCompatMediaTypes [2022-03-16T07:03:57.288Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-16T07:03:57.546Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-16T07:03:57.779Z] --- PASS: TestPluginBackCompatMediaTypes (0.67s) [2022-03-16T07:03:57.779Z] PASS [2022-03-16T07:03:57.779Z] [2022-03-16T07:03:57.779Z] DONE 10 tests in 7.207s [2022-03-16T07:03:57.779Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-16T07:03:57.779Z] ++ 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-16T07:03:57.779Z] ++ set -e [2022-03-16T07:03:57.779Z] ++ '[' -n 0 ']' [2022-03-16T07:03:57.779Z] ++ set -x [2022-03-16T07:03:57.779Z] ++ 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-16T07:03:57.779Z] INFO: Testing against a local daemon [2022-03-16T07:03:57.779Z] === RUN TestExternalGraphDriver [2022-03-16T07:03:57.779Z] === RUN TestExternalGraphDriver/json [2022-03-16T07:03:58.072Z] --- PASS: TestServiceUpdateSecrets (14.43s) [2022-03-16T07:03:58.072Z] === RUN TestServiceUpdateConfigs [2022-03-16T07:03:58.476Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-16T07:03:59.039Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-16T07:03:59.065Z] === RUN TestMiddlewares [2022-03-16T07:03:59.065Z] --- PASS: TestMiddlewares (0.00s) [2022-03-16T07:03:59.065Z] PASS [2022-03-16T07:03:59.065Z] coverage: 9.0% of statements [2022-03-16T07:03:59.065Z] ok github.com/docker/docker/api/server 0.071s coverage: 9.0% of statements [2022-03-16T07:03:59.677Z] === RUN TestExternalGraphDriver/spec [2022-03-16T07:04:01.050Z] === RUN TestExternalGraphDriver/pull [2022-03-16T07:04:02.313Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-16T07:04:02.425Z] --- PASS: TestExternalGraphDriver (4.70s) [2022-03-16T07:04:02.425Z] --- PASS: TestExternalGraphDriver/json (1.52s) [2022-03-16T07:04:02.425Z] --- PASS: TestExternalGraphDriver/spec (1.55s) [2022-03-16T07:04:02.425Z] --- PASS: TestExternalGraphDriver/pull (1.59s) [2022-03-16T07:04:02.425Z] === RUN TestGraphdriverPluginV2 [2022-03-16T07:04:02.425Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:04:02.425Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-16T07:04:02.425Z] PASS [2022-03-16T07:04:02.425Z] [2022-03-16T07:04:02.425Z] === Skipped [2022-03-16T07:04:02.425Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-16T07:04:02.425Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:04:02.425Z] [2022-03-16T07:04:02.425Z] DONE 5 tests, 1 skipped in 4.802s [2022-03-16T07:04:02.425Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-16T07:04:02.425Z] ++ 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-16T07:04:02.425Z] ++ set -e [2022-03-16T07:04:02.425Z] ++ '[' -n 0 ']' [2022-03-16T07:04:02.425Z] ++ set -x [2022-03-16T07:04:02.425Z] ++ 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-16T07:04:02.570Z] check_test.go:308: [d67b1b16bf784] daemon is not started [2022-03-16T07:04:02.570Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-16T07:04:02.684Z] INFO: Testing against a local daemon [2022-03-16T07:04:02.684Z] === RUN TestContinueAfterPluginCrash [2022-03-16T07:04:02.684Z] === PAUSE TestContinueAfterPluginCrash [2022-03-16T07:04:02.684Z] === RUN TestReadPluginNoRead [2022-03-16T07:04:02.684Z] === PAUSE TestReadPluginNoRead [2022-03-16T07:04:02.684Z] === RUN TestDaemonStartWithLogOpt [2022-03-16T07:04:02.684Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-16T07:04:02.684Z] === CONT TestContinueAfterPluginCrash [2022-03-16T07:04:02.684Z] === CONT TestDaemonStartWithLogOpt [2022-03-16T07:04:03.271Z] ............................ [ 66%] [2022-03-16T07:04:05.846Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-16T07:04:05.966Z] --- PASS: TestDaemonStartWithLogOpt (3.13s) [2022-03-16T07:04:05.966Z] === CONT TestReadPluginNoRead [2022-03-16T07:04:07.215Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-16T07:04:07.864Z] === RUN TestReadPluginNoRead/default [2022-03-16T07:04:09.106Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-16T07:04:09.238Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-16T07:04:10.171Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-16T07:04:10.475Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-16T07:04:10.738Z] --- PASS: TestContinueAfterPluginCrash (7.99s) [2022-03-16T07:04:11.064Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-16T07:04:11.304Z] === CONT TestReadPluginNoRead [2022-03-16T07:04:11.304Z] read_test.go:92: [d3e17e74afbc0] daemon is not started [2022-03-16T07:04:11.304Z] --- PASS: TestReadPluginNoRead (5.54s) [2022-03-16T07:04:11.304Z] --- PASS: TestReadPluginNoRead/default (1.13s) [2022-03-16T07:04:11.304Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.08s) [2022-03-16T07:04:11.304Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.10s) [2022-03-16T07:04:11.304Z] PASS [2022-03-16T07:04:11.304Z] [2022-03-16T07:04:11.304Z] DONE 6 tests in 8.767s [2022-03-16T07:04:11.304Z] 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-16T07:04:11.304Z] ++ 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-16T07:04:11.304Z] ++ set -e [2022-03-16T07:04:11.304Z] ++ '[' -n 0 ']' [2022-03-16T07:04:11.304Z] ++ set -x [2022-03-16T07:04:11.304Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-16T07:04:11.304Z] testing: warning: no tests to run [2022-03-16T07:04:11.304Z] PASS [2022-03-16T07:04:11.304Z] [2022-03-16T07:04:11.304Z] DONE 0 tests in 0.029s [2022-03-16T07:04:11.305Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-16T07:04:11.305Z] ++ 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-16T07:04:11.305Z] ++ set -e [2022-03-16T07:04:11.305Z] ++ '[' -n 0 ']' [2022-03-16T07:04:11.305Z] ++ set -x [2022-03-16T07:04:11.305Z] ++ 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-16T07:04:11.305Z] INFO: Testing against a local daemon [2022-03-16T07:04:11.305Z] === RUN TestPluginWithDevMounts [2022-03-16T07:04:11.305Z] === PAUSE TestPluginWithDevMounts [2022-03-16T07:04:11.305Z] === CONT TestPluginWithDevMounts [2022-03-16T07:04:12.449Z] check_test.go:308: [db8bf3cbfd31b] daemon is not started [2022-03-16T07:04:12.449Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-16T07:04:12.936Z] --- PASS: TestServiceUpdateConfigs (14.47s) [2022-03-16T07:04:12.936Z] === RUN TestServiceUpdateNetwork [2022-03-16T07:04:13.152Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-16T07:04:13.152Z] [2022-03-16T07:04:13.152Z] ________ ____ __. [2022-03-16T07:04:13.152Z] \_____ \ | |/ _| [2022-03-16T07:04:13.152Z] / | \| < [2022-03-16T07:04:13.152Z] / | \ | \ [2022-03-16T07:04:13.152Z] \_______ /____|__ \ [2022-03-16T07:04:13.152Z] \/ \/ [2022-03-16T07:04:13.152Z] [2022-03-16T07:04:13.152Z] INFO: make.ps1 ended at 03/16/2022 07:04:08 [2022-03-16T07:04:13.152Z] INFO: Binaries build ended at 03/16/2022 07:04:10. Duration:00:01:46.6865892 [2022-03-16T07:04:13.152Z] INFO: Copying the built daemon binary to d:\CI\PR-43372\3\binary\dockerd-ce65b459ab.exe... [2022-03-16T07:04:13.152Z] INFO: Copying the built client binary to d:\CI\PR-43372\3\binary\docker-ce65b459ab.exe... [2022-03-16T07:04:13.152Z] INFO: Copying dockerversion from the container... [2022-03-16T07:04:13.152Z] INFO: Copying the golang package from the container to d:\CI\PR-43372\3\installer\go.zip... [2022-03-16T07:04:13.152Z] INFO: Extracting go.zip to d:\CI\PR-43372\3\go [2022-03-16T07:04:13.204Z] --- PASS: TestPluginWithDevMounts (1.51s) [2022-03-16T07:04:13.204Z] PASS [2022-03-16T07:04:13.204Z] [2022-03-16T07:04:13.204Z] DONE 1 tests in 1.596s [2022-03-16T07:04:13.204Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-16T07:04:13.204Z] ++ 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-16T07:04:13.204Z] ++ set -e [2022-03-16T07:04:13.204Z] ++ '[' -n 0 ']' [2022-03-16T07:04:13.204Z] ++ set -x [2022-03-16T07:04:13.204Z] ++ 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-16T07:04:13.204Z] INFO: Testing against a local daemon [2022-03-16T07:04:13.204Z] === RUN TestSecretInspect [2022-03-16T07:04:13.388Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-16T07:04:15.102Z] --- PASS: TestSecretInspect (1.74s) [2022-03-16T07:04:15.102Z] === RUN TestSecretList [2022-03-16T07:04:16.298Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-16T07:04:16.298Z] === RUN TestBoolValue [2022-03-16T07:04:16.298Z] --- PASS: TestBoolValue (0.00s) [2022-03-16T07:04:16.298Z] === RUN TestBoolValueOrDefault [2022-03-16T07:04:16.298Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-16T07:04:16.298Z] === RUN TestInt64ValueOrZero [2022-03-16T07:04:16.298Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-16T07:04:16.298Z] === RUN TestInt64ValueOrDefault [2022-03-16T07:04:16.298Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-16T07:04:16.298Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-16T07:04:16.298Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-16T07:04:16.298Z] === RUN TestJsonContentType [2022-03-16T07:04:16.298Z] --- PASS: TestJsonContentType (0.00s) [2022-03-16T07:04:16.298Z] PASS [2022-03-16T07:04:16.298Z] coverage: 14.7% of statements [2022-03-16T07:04:16.298Z] ok github.com/docker/docker/api/server/httputils 0.088s coverage: 14.7% of statements [2022-03-16T07:04:16.661Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-16T07:04:17.017Z] --- PASS: TestSecretList (2.14s) [2022-03-16T07:04:17.017Z] === RUN TestSecretsCreateAndDelete [2022-03-16T07:04:17.895Z] === RUN TestMaskSecretKeys [2022-03-16T07:04:17.896Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-16T07:04:17.896Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-16T07:04:17.896Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-16T07:04:17.896Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-16T07:04:17.896Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-16T07:04:17.896Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-16T07:04:17.896Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-16T07:04:17.896Z] === RUN TestVersionMiddlewareVersion [2022-03-16T07:04:17.896Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-16T07:04:17.896Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-16T07:04:17.896Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-16T07:04:17.896Z] PASS [2022-03-16T07:04:17.896Z] coverage: 37.7% of statements [2022-03-16T07:04:17.896Z] ok github.com/docker/docker/api/server/middleware 0.067s coverage: 37.7% of statements [2022-03-16T07:04:17.896Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-16T07:04:17.896Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-16T07:04:17.896Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-16T07:04:17.896Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-16T07:04:17.896Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-16T07:04:17.896Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-16T07:04:17.896Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-16T07:04:17.896Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-16T07:04:17.896Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-16T07:04:17.896Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-16T07:04:17.896Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-16T07:04:18.906Z] === RUN TestStrSliceMarshalJSON [2022-03-16T07:04:18.906Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-16T07:04:18.906Z] === RUN TestStrSliceUnmarshalJSON [2022-03-16T07:04:18.906Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-16T07:04:18.906Z] === RUN TestStrSliceUnmarshalString [2022-03-16T07:04:18.906Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-16T07:04:18.906Z] === RUN TestStrSliceUnmarshalSlice [2022-03-16T07:04:18.906Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-16T07:04:18.906Z] PASS [2022-03-16T07:04:18.906Z] coverage: 90.0% of statements [2022-03-16T07:04:18.906Z] ok github.com/docker/docker/api/types/strslice 0.041s coverage: 90.0% of statements [2022-03-16T07:04:18.906Z] === RUN TestAdjustForAPIVersion [2022-03-16T07:04:18.906Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-16T07:04:18.906Z] PASS [2022-03-16T07:04:18.906Z] coverage: 5.7% of statements [2022-03-16T07:04:18.906Z] ok github.com/docker/docker/api/server/router/swarm 0.050s coverage: 5.7% of statements [2022-03-16T07:04:18.906Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-16T07:04:18.906Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-16T07:04:18.906Z] ? github.com/docker/docker/api/types [no test files] [2022-03-16T07:04:18.906Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-16T07:04:18.906Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-16T07:04:18.906Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-16T07:04:18.906Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-16T07:04:18.906Z] === RUN TestToJSON [2022-03-16T07:04:18.906Z] --- PASS: TestToJSON (0.00s) [2022-03-16T07:04:18.906Z] === RUN TestToParamWithVersion [2022-03-16T07:04:18.906Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestFromJSON [2022-03-16T07:04:18.907Z] --- PASS: TestFromJSON (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestEmpty [2022-03-16T07:04:18.907Z] --- PASS: TestEmpty (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestArgsMatchKVListEmptySources [2022-03-16T07:04:18.907Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestArgsMatchKVList [2022-03-16T07:04:18.907Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestArgsMatch [2022-03-16T07:04:18.907Z] --- PASS: TestArgsMatch (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestAdd [2022-03-16T07:04:18.907Z] --- PASS: TestAdd (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestDel [2022-03-16T07:04:18.907Z] --- PASS: TestDel (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestLen [2022-03-16T07:04:18.907Z] --- PASS: TestLen (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestExactMatch [2022-03-16T07:04:18.907Z] --- PASS: TestExactMatch (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestOnlyOneExactMatch [2022-03-16T07:04:18.907Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestContains [2022-03-16T07:04:18.907Z] --- PASS: TestContains (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestValidate [2022-03-16T07:04:18.907Z] --- PASS: TestValidate (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestWalkValues [2022-03-16T07:04:18.907Z] --- PASS: TestWalkValues (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestFuzzyMatch [2022-03-16T07:04:18.907Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-16T07:04:18.907Z] === RUN TestClone [2022-03-16T07:04:18.907Z] --- PASS: TestClone (0.00s) [2022-03-16T07:04:18.907Z] PASS [2022-03-16T07:04:18.907Z] coverage: 92.2% of statements [2022-03-16T07:04:18.907Z] ok github.com/docker/docker/api/types/filters 0.052s coverage: 92.2% of statements [2022-03-16T07:04:18.907Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-16T07:04:18.907Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-16T07:04:18.907Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-16T07:04:18.907Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-16T07:04:18.907Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-16T07:04:18.907Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-16T07:04:18.907Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-16T07:04:18.938Z] --- PASS: TestSecretsCreateAndDelete (1.75s) [2022-03-16T07:04:18.938Z] === RUN TestSecretsUpdate [2022-03-16T07:04:19.387Z] === RUN TestDurationToSecondsString [2022-03-16T07:04:19.387Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-16T07:04:19.387Z] === RUN TestGetTimestamp [2022-03-16T07:04:19.387Z] --- PASS: TestGetTimestamp (0.22s) [2022-03-16T07:04:19.387Z] === RUN TestParseTimestamps [2022-03-16T07:04:19.387Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-16T07:04:19.387Z] PASS [2022-03-16T07:04:19.387Z] coverage: 100.0% of statements [2022-03-16T07:04:19.387Z] ok github.com/docker/docker/api/types/time 0.296s coverage: 100.0% of statements [2022-03-16T07:04:19.387Z] === RUN TestCompareVersion [2022-03-16T07:04:19.387Z] --- PASS: TestCompareVersion (0.00s) [2022-03-16T07:04:19.387Z] PASS [2022-03-16T07:04:19.387Z] coverage: 77.3% of statements [2022-03-16T07:04:19.387Z] ok github.com/docker/docker/api/types/versions 0.044s coverage: 77.3% of statements [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/builder [no test files] [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-16T07:04:19.387Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-16T07:04:19.936Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-16T07:04:20.836Z] --- PASS: TestSecretsUpdate (2.09s) [2022-03-16T07:04:20.836Z] === RUN TestTemplatedSecret [2022-03-16T07:04:20.983Z] === RUN TestParseRemoteURL [2022-03-16T07:04:20.983Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-16T07:04:20.983Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-16T07:04:20.983Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-16T07:04:20.983Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-16T07:04:20.983Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-16T07:04:20.983Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-16T07:04:20.983Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-16T07:04:20.983Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-16T07:04:20.983Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-16T07:04:20.983Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-16T07:04:20.983Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-16T07:04:20.983Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-16T07:04:20.983Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-16T07:04:20.983Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-16T07:04:20.983Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-16T07:04:20.983Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-16T07:04:20.983Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-16T07:04:20.983Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-16T07:04:20.983Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-16T07:04:20.983Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-16T07:04:20.983Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-16T07:04:20.983Z] === RUN TestCloneArgsSmartHttp [2022-03-16T07:04:20.983Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-16T07:04:20.983Z] === RUN TestCloneArgsDumbHttp [2022-03-16T07:04:20.983Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-16T07:04:20.983Z] === RUN TestCloneArgsGit [2022-03-16T07:04:20.983Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-16T07:04:20.983Z] === RUN TestCheckoutGit [2022-03-16T07:04:22.583Z] === RUN TestEnable [2022-03-16T07:04:22.583Z] --- PASS: TestEnable (0.00s) [2022-03-16T07:04:22.583Z] === RUN TestDisable [2022-03-16T07:04:22.583Z] --- PASS: TestDisable (0.00s) [2022-03-16T07:04:22.583Z] === RUN TestEnabled [2022-03-16T07:04:22.583Z] --- PASS: TestEnabled (0.00s) [2022-03-16T07:04:22.583Z] PASS [2022-03-16T07:04:22.583Z] coverage: 100.0% of statements [2022-03-16T07:04:22.583Z] ok github.com/docker/docker/cli/debug 0.054s coverage: 100.0% of statements [2022-03-16T07:04:23.062Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-16T07:04:23.062Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-16T07:04:23.062Z] === RUN TestProcessNoDockerignore [2022-03-16T07:04:23.062Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-16T07:04:23.062Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestDetectContentType [2022-03-16T07:04:23.062Z] --- PASS: TestDetectContentType (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestSelectAcceptableMIME [2022-03-16T07:04:23.062Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestInspectEmptyResponse [2022-03-16T07:04:23.062Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestInspectResponseBinary [2022-03-16T07:04:23.062Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestResponseUnsupportedContentType [2022-03-16T07:04:23.062Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestInspectResponseTextSimple [2022-03-16T07:04:23.062Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestInspectResponseEmptyContentType [2022-03-16T07:04:23.062Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestUnknownContentLength [2022-03-16T07:04:23.062Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestDownloadRemote [2022-03-16T07:04:23.062Z] --- PASS: TestDownloadRemote (0.12s) [2022-03-16T07:04:23.062Z] === RUN TestGetWithStatusError [2022-03-16T07:04:23.062Z] --- PASS: TestGetWithStatusError (0.01s) [2022-03-16T07:04:23.062Z] === RUN TestCloseRootDirectory [2022-03-16T07:04:23.062Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:04:23.062Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestHashFile [2022-03-16T07:04:23.062Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:04:23.062Z] --- SKIP: TestHashFile (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestHashSubdir [2022-03-16T07:04:23.062Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:04:23.062Z] --- SKIP: TestHashSubdir (0.00s) [2022-03-16T07:04:23.062Z] === RUN TestRemoveDirectory [2022-03-16T07:04:23.062Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:04:23.062Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-16T07:04:23.062Z] PASS [2022-03-16T07:04:23.062Z] coverage: 9.3% of statements [2022-03-16T07:04:23.062Z] ok github.com/docker/docker/builder/remotecontext 0.314s coverage: 9.3% of statements [2022-03-16T07:04:23.213Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-03-16T07:04:23.362Z] --- PASS: TestTemplatedSecret (2.36s) [2022-03-16T07:04:23.362Z] === RUN TestSecretCreateResolve [2022-03-16T07:04:23.541Z] === RUN TestGetAllAllowed [2022-03-16T07:04:23.541Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestGetAllMeta [2022-03-16T07:04:23.541Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-16T07:04:23.541Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestIsUnreferencedBuiltin [2022-03-16T07:04:23.541Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestIsExistingDirectory [2022-03-16T07:04:23.541Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-16T07:04:23.541Z] === RUN TestGetFilenameForDownload [2022-03-16T07:04:23.541Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestEnv2Variables [2022-03-16T07:04:23.541Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-16T07:04:23.541Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestMaintainer [2022-03-16T07:04:23.541Z] --- PASS: TestMaintainer (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestLabel [2022-03-16T07:04:23.541Z] --- PASS: TestLabel (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestFromScratch [2022-03-16T07:04:23.541Z] --- PASS: TestFromScratch (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestFromWithArg [2022-03-16T07:04:23.541Z] --- PASS: TestFromWithArg (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-16T07:04:23.541Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestFromWithUndefinedArg [2022-03-16T07:04:23.541Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestFromMultiStageWithNamedStage [2022-03-16T07:04:23.541Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestOnbuild [2022-03-16T07:04:23.541Z] --- PASS: TestOnbuild (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestWorkdir [2022-03-16T07:04:23.541Z] --- PASS: TestWorkdir (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestCmd [2022-03-16T07:04:23.541Z] --- PASS: TestCmd (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestHealthcheckNone [2022-03-16T07:04:23.541Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestHealthcheckCmd [2022-03-16T07:04:23.541Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestEntrypoint [2022-03-16T07:04:23.541Z] --- PASS: TestEntrypoint (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestExpose [2022-03-16T07:04:23.541Z] --- PASS: TestExpose (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestUser [2022-03-16T07:04:23.541Z] --- PASS: TestUser (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestVolume [2022-03-16T07:04:23.541Z] --- PASS: TestVolume (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestStopSignal [2022-03-16T07:04:23.541Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-16T07:04:23.541Z] --- SKIP: TestStopSignal (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestArg [2022-03-16T07:04:23.541Z] --- PASS: TestArg (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestShell [2022-03-16T07:04:23.541Z] --- PASS: TestShell (0.00s) [2022-03-16T07:04:23.541Z] === RUN TestPrependEnvOnCmd [2022-03-16T07:04:23.542Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-16T07:04:23.542Z] === RUN TestRunWithBuildArgs [2022-03-16T07:04:23.542Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-16T07:04:23.542Z] === RUN TestRunIgnoresHealthcheck [2022-03-16T07:04:23.542Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-16T07:04:23.542Z] === RUN TestDispatchUnsupportedOptions [2022-03-16T07:04:23.542Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-16T07:04:23.542Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-16T07:04:23.542Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-16T07:04:23.542Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-16T07:04:23.542Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-16T07:04:23.542Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-16T07:04:23.542Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-16T07:04:23.542Z] === RUN TestNormalizeWorkdir [2022-03-16T07:04:23.542Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-16T07:04:23.542Z] === RUN TestDispatch [2022-03-16T07:04:23.542Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-16T07:04:23.542Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-16T07:04:23.542Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-16T07:04:23.542Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-16T07:04:23.542Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-16T07:04:24.020Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-16T07:04:24.020Z] === RUN TestDispatch/COPY_url [2022-03-16T07:04:24.020Z] --- PASS: TestDispatch (0.09s) [2022-03-16T07:04:24.020Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-16T07:04:24.020Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-16T07:04:24.020Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-16T07:04:24.020Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-16T07:04:24.020Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2022-03-16T07:04:24.020Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s) [2022-03-16T07:04:24.020Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-16T07:04:24.020Z] === RUN TestAddScratchImageAddsToMounts [2022-03-16T07:04:24.020Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-16T07:04:24.020Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-16T07:04:24.020Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-16T07:04:24.020Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-16T07:04:24.020Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-16T07:04:24.020Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-16T07:04:24.020Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-16T07:04:24.020Z] === RUN TestImageSourceGetAddsToMounts [2022-03-16T07:04:24.020Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-16T07:04:24.020Z] === RUN TestEmptyDockerfile [2022-03-16T07:04:24.020Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-16T07:04:24.020Z] === RUN TestSymlinkDockerfile [2022-03-16T07:04:24.020Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-16T07:04:24.020Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-16T07:04:24.020Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-16T07:04:24.020Z] === RUN TestNonExistingDockerfile [2022-03-16T07:04:24.020Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-16T07:04:24.020Z] === RUN TestCopyRunConfig [2022-03-16T07:04:24.020Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-16T07:04:24.020Z] === RUN TestDeepCopyRunConfig [2022-03-16T07:04:24.020Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-16T07:04:24.020Z] === RUN TestExportImage [2022-03-16T07:04:24.020Z] --- PASS: TestExportImage (0.00s) [2022-03-16T07:04:24.020Z] === RUN TestNormalizeDest [2022-03-16T07:04:24.020Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-16T07:04:24.020Z] PASS [2022-03-16T07:04:24.020Z] coverage: 46.7% of statements [2022-03-16T07:04:24.020Z] ok github.com/docker/docker/builder/dockerfile 0.241s coverage: 46.7% of statements [2022-03-16T07:04:24.503Z] === RUN TestTCP4Proxy [2022-03-16T07:04:24.503Z] --- PASS: TestTCP4Proxy (0.00s) [2022-03-16T07:04:24.503Z] === RUN TestTCP4ProxyHalfClose [2022-03-16T07:04:24.503Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-16T07:04:24.503Z] === RUN TestTCP6Proxy [2022-03-16T07:04:24.503Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-16T07:04:24.503Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-16T07:04:24.503Z] === RUN TestTCPDualStackProxy [2022-03-16T07:04:24.503Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-16T07:04:24.503Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-16T07:04:24.503Z] === RUN TestUDP4Proxy [2022-03-16T07:04:24.503Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-16T07:04:24.503Z] === RUN TestUDP6Proxy [2022-03-16T07:04:24.503Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-16T07:04:24.503Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-16T07:04:24.503Z] === RUN TestUDPWriteError [2022-03-16T07:04:24.503Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-16T07:04:24.503Z] === RUN TestSCTP4Proxy [2022-03-16T07:04:24.503Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-16T07:04:24.503Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-16T07:04:24.503Z] === RUN TestSCTP6Proxy [2022-03-16T07:04:24.503Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-16T07:04:24.503Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-16T07:04:24.503Z] PASS [2022-03-16T07:04:24.503Z] coverage: 49.4% of statements [2022-03-16T07:04:24.503Z] ok github.com/docker/docker/cmd/docker-proxy 0.069s coverage: 49.4% of statements [2022-03-16T07:04:24.580Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-16T07:04:24.735Z] --- PASS: TestSecretCreateResolve (1.75s) [2022-03-16T07:04:24.735Z] PASS [2022-03-16T07:04:24.735Z] [2022-03-16T07:04:24.735Z] DONE 6 tests in 11.910s [2022-03-16T07:04:24.735Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-16T07:04:24.735Z] ++ 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-16T07:04:24.735Z] ++ set -e [2022-03-16T07:04:24.735Z] ++ '[' -n 0 ']' [2022-03-16T07:04:24.735Z] ++ set -x [2022-03-16T07:04:24.735Z] ++ 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-16T07:04:24.993Z] INFO: Testing against a local daemon [2022-03-16T07:04:24.993Z] === RUN TestServiceCreateInit [2022-03-16T07:04:24.993Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-16T07:04:25.168Z] --- PASS: TestServiceUpdateNetwork (12.41s) [2022-03-16T07:04:25.168Z] === RUN TestServiceUpdatePidsLimit [2022-03-16T07:04:25.509Z] check_test.go:308: [d025fc63b45da] daemon is not started [2022-03-16T07:04:25.509Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-16T07:04:25.509Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-16T07:04:25.509Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-16T07:04:25.734Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-16T07:04:26.072Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-16T07:04:26.635Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-16T07:04:26.669Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-16T07:04:27.197Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-16T07:04:28.273Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-16T07:04:29.090Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-16T07:04:29.090Z] check_test.go:308: [d4ca361ac2634] daemon is not started [2022-03-16T07:04:29.090Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-16T07:04:30.020Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-16T07:04:31.388Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-16T07:04:31.554Z] --- PASS: TestServiceCreateInit (6.21s) [2022-03-16T07:04:31.554Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.09s) [2022-03-16T07:04:31.554Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.11s) [2022-03-16T07:04:31.554Z] === RUN TestCreateServiceMultipleTimes [2022-03-16T07:04:31.952Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-16T07:04:33.847Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-16T07:04:34.104Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-16T07:04:34.775Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-16T07:04:37.124Z] === RUN TestCheckpointCreateError [2022-03-16T07:04:37.125Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCheckpointCreate [2022-03-16T07:04:37.125Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCheckpointDeleteError [2022-03-16T07:04:37.125Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCheckpointDelete [2022-03-16T07:04:37.125Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCheckpointListError [2022-03-16T07:04:37.125Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCheckpointList [2022-03-16T07:04:37.125Z] --- PASS: TestCheckpointList (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCheckpointListContainerNotFound [2022-03-16T07:04:37.125Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestNewClientWithOpsFromEnv [2022-03-16T07:04:37.125Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-16T07:04:37.125Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestGetAPIPath [2022-03-16T07:04:37.125Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestParseHostURL [2022-03-16T07:04:37.125Z] --- PASS: TestParseHostURL (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-16T07:04:37.125Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-16T07:04:37.125Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestNegotiateAPIVersion [2022-03-16T07:04:37.125Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestNegotiateAPVersionOverride [2022-03-16T07:04:37.125Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-16T07:04:37.125Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-16T07:04:37.125Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-16T07:04:37.125Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestClientRedirect [2022-03-16T07:04:37.125Z] --- PASS: TestClientRedirect (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigCreateUnsupported [2022-03-16T07:04:37.125Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigCreateError [2022-03-16T07:04:37.125Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigCreate [2022-03-16T07:04:37.125Z] --- PASS: TestConfigCreate (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigInspectNotFound [2022-03-16T07:04:37.125Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigInspectWithEmptyID [2022-03-16T07:04:37.125Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigInspectUnsupported [2022-03-16T07:04:37.125Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigInspectError [2022-03-16T07:04:37.125Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigInspectConfigNotFound [2022-03-16T07:04:37.125Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigInspect [2022-03-16T07:04:37.125Z] --- PASS: TestConfigInspect (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigListUnsupported [2022-03-16T07:04:37.125Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigListError [2022-03-16T07:04:37.125Z] --- PASS: TestConfigListError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigList [2022-03-16T07:04:37.125Z] --- PASS: TestConfigList (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigRemoveUnsupported [2022-03-16T07:04:37.125Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigRemoveError [2022-03-16T07:04:37.125Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigRemove [2022-03-16T07:04:37.125Z] --- PASS: TestConfigRemove (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigUpdateUnsupported [2022-03-16T07:04:37.125Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigUpdateError [2022-03-16T07:04:37.125Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestConfigUpdate [2022-03-16T07:04:37.125Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerCommitError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerCommit [2022-03-16T07:04:37.125Z] --- PASS: TestContainerCommit (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerStatPathError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerStatPathNotFoundError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerStatPathNoHeaderError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerStatPath [2022-03-16T07:04:37.125Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCopyToContainerError [2022-03-16T07:04:37.125Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCopyToContainerNotFoundError [2022-03-16T07:04:37.125Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-16T07:04:37.125Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCopyToContainer [2022-03-16T07:04:37.125Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCopyFromContainerError [2022-03-16T07:04:37.125Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCopyFromContainerNotFoundError [2022-03-16T07:04:37.125Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-16T07:04:37.125Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-16T07:04:37.125Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestCopyFromContainer [2022-03-16T07:04:37.125Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerCreateError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerCreateImageNotFound [2022-03-16T07:04:37.125Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerCreateWithName [2022-03-16T07:04:37.125Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerCreateAutoRemove [2022-03-16T07:04:37.125Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerDiffError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerDiff [2022-03-16T07:04:37.125Z] --- PASS: TestContainerDiff (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerExecCreateError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerExecCreate [2022-03-16T07:04:37.125Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerExecStartError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerExecStart [2022-03-16T07:04:37.125Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerExecInspectError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerExecInspect [2022-03-16T07:04:37.125Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerExportError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerExportError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerExport [2022-03-16T07:04:37.125Z] --- PASS: TestContainerExport (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerInspectError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerInspectContainerNotFound [2022-03-16T07:04:37.125Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerInspectWithEmptyID [2022-03-16T07:04:37.125Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerInspect [2022-03-16T07:04:37.125Z] --- PASS: TestContainerInspect (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerInspectNode [2022-03-16T07:04:37.125Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerKillError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerKillError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerKill [2022-03-16T07:04:37.125Z] --- PASS: TestContainerKill (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerListError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerListError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerList [2022-03-16T07:04:37.125Z] --- PASS: TestContainerList (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerLogsNotFoundError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerLogsError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerLogs [2022-03-16T07:04:37.125Z] --- PASS: TestContainerLogs (0.21s) [2022-03-16T07:04:37.125Z] === RUN TestContainerPauseError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerPause [2022-03-16T07:04:37.125Z] --- PASS: TestContainerPause (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainersPruneError [2022-03-16T07:04:37.125Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainersPrune [2022-03-16T07:04:37.125Z] --- PASS: TestContainersPrune (0.01s) [2022-03-16T07:04:37.125Z] === RUN TestContainerRemoveError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerRemoveNotFoundError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerRemove [2022-03-16T07:04:37.125Z] --- PASS: TestContainerRemove (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerRenameError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerRename [2022-03-16T07:04:37.125Z] --- PASS: TestContainerRename (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerResizeError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerExecResizeError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerResize [2022-03-16T07:04:37.125Z] --- PASS: TestContainerResize (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerExecResize [2022-03-16T07:04:37.125Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerRestartError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerRestart [2022-03-16T07:04:37.125Z] --- PASS: TestContainerRestart (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerStartError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerStartError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerStart [2022-03-16T07:04:37.125Z] --- PASS: TestContainerStart (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerStatsError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerStats [2022-03-16T07:04:37.125Z] --- PASS: TestContainerStats (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerStopError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerStopError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerStop [2022-03-16T07:04:37.125Z] --- PASS: TestContainerStop (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerTopError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerTopError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerTop [2022-03-16T07:04:37.125Z] --- PASS: TestContainerTop (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerUnpauseError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerUnpause [2022-03-16T07:04:37.125Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerUpdateError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerUpdate [2022-03-16T07:04:37.125Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerWaitError [2022-03-16T07:04:37.125Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestContainerWait [2022-03-16T07:04:37.125Z] --- PASS: TestContainerWait (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestDiskUsageError [2022-03-16T07:04:37.125Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestDiskUsage [2022-03-16T07:04:37.125Z] --- PASS: TestDiskUsage (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestDistributionInspectUnsupported [2022-03-16T07:04:37.125Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestDistributionInspectWithEmptyID [2022-03-16T07:04:37.125Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestEventsErrorInOptions [2022-03-16T07:04:37.125Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestEventsErrorFromServer [2022-03-16T07:04:37.125Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestEvents [2022-03-16T07:04:37.125Z] --- PASS: TestEvents (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestTLSCloseWriter [2022-03-16T07:04:37.125Z] === PAUSE TestTLSCloseWriter [2022-03-16T07:04:37.125Z] === RUN TestImageBuildError [2022-03-16T07:04:37.125Z] --- PASS: TestImageBuildError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageBuild [2022-03-16T07:04:37.125Z] --- PASS: TestImageBuild (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestGetDockerOS [2022-03-16T07:04:37.125Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageCreateError [2022-03-16T07:04:37.125Z] --- PASS: TestImageCreateError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageCreate [2022-03-16T07:04:37.125Z] --- PASS: TestImageCreate (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageHistoryError [2022-03-16T07:04:37.125Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageHistory [2022-03-16T07:04:37.125Z] --- PASS: TestImageHistory (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageImportError [2022-03-16T07:04:37.125Z] --- PASS: TestImageImportError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageImport [2022-03-16T07:04:37.125Z] --- PASS: TestImageImport (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageInspectError [2022-03-16T07:04:37.125Z] --- PASS: TestImageInspectError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageInspectImageNotFound [2022-03-16T07:04:37.125Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageInspectWithEmptyID [2022-03-16T07:04:37.125Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageInspect [2022-03-16T07:04:37.125Z] --- PASS: TestImageInspect (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageListError [2022-03-16T07:04:37.125Z] --- PASS: TestImageListError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageList [2022-03-16T07:04:37.125Z] --- PASS: TestImageList (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageListApiBefore125 [2022-03-16T07:04:37.125Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageLoadError [2022-03-16T07:04:37.125Z] --- PASS: TestImageLoadError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageLoad [2022-03-16T07:04:37.125Z] --- PASS: TestImageLoad (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagesPruneError [2022-03-16T07:04:37.125Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagesPrune [2022-03-16T07:04:37.125Z] --- PASS: TestImagesPrune (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePullReferenceParseError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePullAnyError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePullWithoutErrors [2022-03-16T07:04:37.125Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePushReferenceError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePushAnyError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-16T07:04:37.125Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImagePushWithoutErrors [2022-03-16T07:04:37.125Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-16T07:04:37.125Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-16T07:04:37.125Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-16T07:04:37.125Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-16T07:04:37.125Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-16T07:04:37.125Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-16T07:04:37.125Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-16T07:04:37.125Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-16T07:04:37.125Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageRemoveError [2022-03-16T07:04:37.125Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageRemoveImageNotFound [2022-03-16T07:04:37.125Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageRemove [2022-03-16T07:04:37.125Z] --- PASS: TestImageRemove (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageSaveError [2022-03-16T07:04:37.125Z] --- PASS: TestImageSaveError (0.00s) [2022-03-16T07:04:37.125Z] === RUN TestImageSave [2022-03-16T07:04:37.126Z] --- PASS: TestImageSave (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestImageSearchAnyError [2022-03-16T07:04:37.126Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-16T07:04:37.126Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-16T07:04:37.126Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-16T07:04:37.126Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-16T07:04:37.126Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestImageSearchWithoutErrors [2022-03-16T07:04:37.126Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestImageTagError [2022-03-16T07:04:37.126Z] --- PASS: TestImageTagError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestImageTagInvalidReference [2022-03-16T07:04:37.126Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestImageTagInvalidSourceImageName [2022-03-16T07:04:37.126Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestImageTagHexSource [2022-03-16T07:04:37.126Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestImageTag [2022-03-16T07:04:37.126Z] --- PASS: TestImageTag (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestInfoServerError [2022-03-16T07:04:37.126Z] --- PASS: TestInfoServerError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestInfoInvalidResponseJSONError [2022-03-16T07:04:37.126Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestInfo [2022-03-16T07:04:37.126Z] --- PASS: TestInfo (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkConnectError [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkConnect [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkCreateError [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkCreate [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkDisconnectError [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkDisconnect [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkInspect [2022-03-16T07:04:37.126Z] === RUN TestNetworkInspect/empty_ID [2022-03-16T07:04:37.126Z] === RUN TestNetworkInspect/no_options [2022-03-16T07:04:37.126Z] === RUN TestNetworkInspect/verbose [2022-03-16T07:04:37.126Z] === RUN TestNetworkInspect/global_scope [2022-03-16T07:04:37.126Z] === RUN TestNetworkInspect/unknown_network [2022-03-16T07:04:37.126Z] === RUN TestNetworkInspect/server_error [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkListError [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkListError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkList [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkList (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworksPruneError [2022-03-16T07:04:37.126Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworksPrune [2022-03-16T07:04:37.126Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkRemoveError [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNetworkRemove [2022-03-16T07:04:37.126Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNodeInspectError [2022-03-16T07:04:37.126Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNodeInspectNodeNotFound [2022-03-16T07:04:37.126Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNodeInspectWithEmptyID [2022-03-16T07:04:37.126Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNodeInspect [2022-03-16T07:04:37.126Z] --- PASS: TestNodeInspect (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNodeListError [2022-03-16T07:04:37.126Z] --- PASS: TestNodeListError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNodeList [2022-03-16T07:04:37.126Z] --- PASS: TestNodeList (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNodeRemoveError [2022-03-16T07:04:37.126Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNodeRemove [2022-03-16T07:04:37.126Z] --- PASS: TestNodeRemove (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNodeUpdateError [2022-03-16T07:04:37.126Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestNodeUpdate [2022-03-16T07:04:37.126Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestOptionWithHostFromEnv [2022-03-16T07:04:37.126Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestOptionWithTimeout [2022-03-16T07:04:37.126Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestOptionWithVersionFromEnv [2022-03-16T07:04:37.126Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPingFail [2022-03-16T07:04:37.126Z] --- PASS: TestPingFail (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPingWithError [2022-03-16T07:04:37.126Z] 2022/03/16 07:04:36 RoundTripper returned a response & error; ignoring response [2022-03-16T07:04:37.126Z] 2022/03/16 07:04:36 RoundTripper returned a response & error; ignoring response [2022-03-16T07:04:37.126Z] --- PASS: TestPingWithError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPingSuccess [2022-03-16T07:04:37.126Z] --- PASS: TestPingSuccess (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPingHeadFallback [2022-03-16T07:04:37.126Z] === RUN TestPingHeadFallback/OK [2022-03-16T07:04:37.126Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-16T07:04:37.126Z] === RUN TestPingHeadFallback/Not_Found [2022-03-16T07:04:37.126Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-16T07:04:37.126Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-16T07:04:37.126Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-16T07:04:37.126Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-16T07:04:37.126Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-16T07:04:37.126Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginDisableError [2022-03-16T07:04:37.126Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginDisable [2022-03-16T07:04:37.126Z] --- PASS: TestPluginDisable (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginEnableError [2022-03-16T07:04:37.126Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginEnable [2022-03-16T07:04:37.126Z] --- PASS: TestPluginEnable (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginInspectError [2022-03-16T07:04:37.126Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginInspectWithEmptyID [2022-03-16T07:04:37.126Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginInspect [2022-03-16T07:04:37.126Z] --- PASS: TestPluginInspect (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginListError [2022-03-16T07:04:37.126Z] --- PASS: TestPluginListError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginList [2022-03-16T07:04:37.126Z] --- PASS: TestPluginList (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginPushError [2022-03-16T07:04:37.126Z] --- PASS: TestPluginPushError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginPush [2022-03-16T07:04:37.126Z] --- PASS: TestPluginPush (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginRemoveError [2022-03-16T07:04:37.126Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginRemove [2022-03-16T07:04:37.126Z] --- PASS: TestPluginRemove (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginSetError [2022-03-16T07:04:37.126Z] --- PASS: TestPluginSetError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPluginSet [2022-03-16T07:04:37.126Z] --- PASS: TestPluginSet (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSetHostHeader [2022-03-16T07:04:37.126Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestPlainTextError [2022-03-16T07:04:37.126Z] --- PASS: TestPlainTextError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestInfiniteError [2022-03-16T07:04:37.126Z] --- PASS: TestInfiniteError (0.02s) [2022-03-16T07:04:37.126Z] === RUN TestCanceledContext [2022-03-16T07:04:37.126Z] 2022/03/16 07:04:36 RoundTripper returned a response & error; ignoring response [2022-03-16T07:04:37.126Z] --- PASS: TestCanceledContext (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestDeadlineExceededContext [2022-03-16T07:04:37.126Z] 2022/03/16 07:04:36 RoundTripper returned a response & error; ignoring response [2022-03-16T07:04:37.126Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretCreateUnsupported [2022-03-16T07:04:37.126Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretCreateError [2022-03-16T07:04:37.126Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretCreate [2022-03-16T07:04:37.126Z] --- PASS: TestSecretCreate (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretInspectUnsupported [2022-03-16T07:04:37.126Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretInspectError [2022-03-16T07:04:37.126Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretInspectSecretNotFound [2022-03-16T07:04:37.126Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretInspectWithEmptyID [2022-03-16T07:04:37.126Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretInspect [2022-03-16T07:04:37.126Z] --- PASS: TestSecretInspect (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretListUnsupported [2022-03-16T07:04:37.126Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretListError [2022-03-16T07:04:37.126Z] --- PASS: TestSecretListError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretList [2022-03-16T07:04:37.126Z] --- PASS: TestSecretList (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretRemoveUnsupported [2022-03-16T07:04:37.126Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretRemoveError [2022-03-16T07:04:37.126Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretRemove [2022-03-16T07:04:37.126Z] --- PASS: TestSecretRemove (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretUpdateUnsupported [2022-03-16T07:04:37.126Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretUpdateError [2022-03-16T07:04:37.126Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSecretUpdate [2022-03-16T07:04:37.126Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceCreateError [2022-03-16T07:04:37.126Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceCreate [2022-03-16T07:04:37.126Z] --- PASS: TestServiceCreate (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-16T07:04:37.126Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceCreateDigestPinning [2022-03-16T07:04:37.126Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceInspectError [2022-03-16T07:04:37.126Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceInspectServiceNotFound [2022-03-16T07:04:37.126Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceInspectWithEmptyID [2022-03-16T07:04:37.126Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceInspect [2022-03-16T07:04:37.126Z] --- PASS: TestServiceInspect (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceListError [2022-03-16T07:04:37.126Z] --- PASS: TestServiceListError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceList [2022-03-16T07:04:37.126Z] --- PASS: TestServiceList (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceLogsError [2022-03-16T07:04:37.126Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceLogs [2022-03-16T07:04:37.126Z] --- PASS: TestServiceLogs (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceRemoveError [2022-03-16T07:04:37.126Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceRemoveNotFoundError [2022-03-16T07:04:37.126Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceRemove [2022-03-16T07:04:37.126Z] --- PASS: TestServiceRemove (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceUpdateError [2022-03-16T07:04:37.126Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestServiceUpdate [2022-03-16T07:04:37.126Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmGetUnlockKeyError [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmGetUnlockKey [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmInitError [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmInit [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmInit (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmInspectError [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmInspect [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmJoinError [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmJoin [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmLeaveError [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmLeave [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmUnlockError [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmUnlock [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmUpdateError [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestSwarmUpdate [2022-03-16T07:04:37.126Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestTaskInspectError [2022-03-16T07:04:37.126Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestTaskInspectWithEmptyID [2022-03-16T07:04:37.126Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestTaskInspect [2022-03-16T07:04:37.126Z] --- PASS: TestTaskInspect (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestTaskListError [2022-03-16T07:04:37.126Z] --- PASS: TestTaskListError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestTaskList [2022-03-16T07:04:37.126Z] --- PASS: TestTaskList (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestVolumeCreateError [2022-03-16T07:04:37.126Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestVolumeCreate [2022-03-16T07:04:37.126Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestVolumeInspectError [2022-03-16T07:04:37.126Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestVolumeInspectNotFound [2022-03-16T07:04:37.126Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestVolumeInspectWithEmptyID [2022-03-16T07:04:37.126Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestVolumeInspect [2022-03-16T07:04:37.126Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestVolumeListError [2022-03-16T07:04:37.126Z] --- PASS: TestVolumeListError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestVolumeList [2022-03-16T07:04:37.126Z] --- PASS: TestVolumeList (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestVolumeRemoveError [2022-03-16T07:04:37.126Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-16T07:04:37.126Z] === RUN TestVolumeRemove [2022-03-16T07:04:37.126Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-16T07:04:37.126Z] === CONT TestTLSCloseWriter [2022-03-16T07:04:37.126Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-16T07:04:37.126Z] PASS [2022-03-16T07:04:37.126Z] coverage: 75.2% of statements [2022-03-16T07:04:37.126Z] ok github.com/docker/docker/client 0.391s coverage: 75.2% of statements [2022-03-16T07:04:38.279Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-16T07:04:39.208Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-16T07:04:39.465Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-16T07:04:41.329Z] --- PASS: TestServiceUpdatePidsLimit (16.53s) [2022-03-16T07:04:41.329Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s) [2022-03-16T07:04:41.329Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-03-16T07:04:41.329Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2022-03-16T07:04:41.329Z] PASS [2022-03-16T07:04:41.329Z] [2022-03-16T07:04:41.329Z] === Skipped [2022-03-16T07:04:41.329Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-16T07:04:41.329Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-16T07:04:41.329Z] [2022-03-16T07:04:41.329Z] DONE 27 tests, 1 skipped in 184.178s [2022-03-16T07:04:41.329Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-16T07:04:41.329Z] INFO: Testing against a local daemon [2022-03-16T07:04:41.329Z] === RUN TestSessionCreate [2022-03-16T07:04:41.329Z] --- PASS: TestSessionCreate (0.02s) [2022-03-16T07:04:41.329Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-16T07:04:41.329Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-16T07:04:41.329Z] PASS [2022-03-16T07:04:41.329Z] [2022-03-16T07:04:41.329Z] DONE 2 tests in 0.170s [2022-03-16T07:04:41.329Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-16T07:04:41.329Z] INFO: Testing against a local daemon [2022-03-16T07:04:41.329Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-16T07:04:41.329Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-16T07:04:41.329Z] === RUN TestDiskUsage [2022-03-16T07:04:41.329Z] === PAUSE TestDiskUsage [2022-03-16T07:04:41.330Z] === RUN TestEventsExecDie [2022-03-16T07:04:41.357Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-16T07:04:41.896Z] --- PASS: TestEventsExecDie (0.58s) [2022-03-16T07:04:41.896Z] === RUN TestEventsBackwardsCompatible [2022-03-16T07:04:41.896Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-16T07:04:41.896Z] === RUN TestEventsVolumeCreate [2022-03-16T07:04:41.896Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-16T07:04:41.896Z] === RUN TestInfoBinaryCommits [2022-03-16T07:04:41.920Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-16T07:04:42.154Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-16T07:04:42.154Z] === RUN TestInfoAPIVersioned [2022-03-16T07:04:42.154Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-16T07:04:42.154Z] === RUN TestInfoAPI [2022-03-16T07:04:42.154Z] --- PASS: TestInfoAPI (0.02s) [2022-03-16T07:04:42.154Z] === RUN TestInfoAPIWarnings [2022-03-16T07:04:42.582Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-16T07:04:44.439Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-16T07:04:44.439Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-03-16T07:04:46.421Z] --- PASS: TestCreateServiceMultipleTimes (14.99s) [2022-03-16T07:04:46.421Z] === RUN TestCreateServiceConflict [2022-03-16T07:04:47.711Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-16T07:04:47.794Z] --- PASS: TestCreateServiceConflict (1.73s) [2022-03-16T07:04:47.794Z] === RUN TestCreateServiceMaxReplicas [2022-03-16T07:04:49.207Z] INFO: Extraction ended at 03/16/2022 07:04:44. Duration:00:00:32.1274692 [2022-03-16T07:04:49.207Z] INFO: Updating the golang and path environment variables [2022-03-16T07:04:49.207Z] INFO: GOPATH=d:\gopath [2022-03-16T07:04:49.207Z] INFO: go version go1.17.8 windows/amd64 [2022-03-16T07:04:49.207Z] INFO: Running the daemon under test in debug mode [2022-03-16T07:04:49.207Z] INFO: Starting a daemon under test... [2022-03-16T07:04:49.207Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43372\3\daemon --pidfile d:\CI\PR-43372\3\docker.pid -D [2022-03-16T07:04:49.207Z] INFO: Process started successfully. [2022-03-16T07:04:49.207Z] INFO: Start tailing logs of the daemon under tests [2022-03-16T07:04:49.207Z] INFO: Waiting for the daemon under test to start... [2022-03-16T07:04:50.322Z] --- PASS: TestCreateServiceMaxReplicas (2.19s) [2022-03-16T07:04:50.322Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-16T07:04:51.882Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-16T07:04:53.776Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-16T07:04:55.144Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-16T07:04:56.090Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-16T07:04:57.677Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-16T07:04:58.520Z] --- PASS: TestCheckoutGit (37.30s) [2022-03-16T07:04:58.520Z] === RUN TestValidGitTransport [2022-03-16T07:04:58.520Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-16T07:04:58.520Z] === RUN TestGitInvalidRef [2022-03-16T07:04:58.520Z] --- PASS: TestGitInvalidRef (0.23s) [2022-03-16T07:04:58.520Z] PASS [2022-03-16T07:04:58.520Z] coverage: 86.3% of statements [2022-03-16T07:04:58.520Z] ok github.com/docker/docker/builder/remotecontext/git 37.678s coverage: 86.3% of statements [2022-03-16T07:04:59.364Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-16T07:04:59.442Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-16T07:04:59.442Z] === RUN TestBoolValue [2022-03-16T07:04:59.443Z] --- PASS: TestBoolValue (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestBoolValueOrDefault [2022-03-16T07:04:59.443Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestInt64ValueOrZero [2022-03-16T07:04:59.443Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestInt64ValueOrDefault [2022-03-16T07:04:59.443Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-16T07:04:59.443Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestJsonContentType [2022-03-16T07:04:59.443Z] --- PASS: TestJsonContentType (0.00s) [2022-03-16T07:04:59.443Z] PASS [2022-03-16T07:04:59.443Z] coverage: 14.7% of statements [2022-03-16T07:04:59.443Z] ok github.com/docker/docker/api/server/httputils 0.094s coverage: 14.7% of statements [2022-03-16T07:04:59.443Z] === RUN TestMaskSecretKeys [2022-03-16T07:04:59.443Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-16T07:04:59.443Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-16T07:04:59.443Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-16T07:04:59.443Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestVersionMiddlewareVersion [2022-03-16T07:04:59.443Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-16T07:04:59.443Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-16T07:04:59.443Z] PASS [2022-03-16T07:04:59.443Z] coverage: 37.7% of statements [2022-03-16T07:04:59.443Z] ok github.com/docker/docker/api/server/middleware 0.048s coverage: 37.7% of statements [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-16T07:04:59.443Z] === RUN TestStrSliceMarshalJSON [2022-03-16T07:04:59.443Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestStrSliceUnmarshalJSON [2022-03-16T07:04:59.443Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestStrSliceUnmarshalString [2022-03-16T07:04:59.443Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestStrSliceUnmarshalSlice [2022-03-16T07:04:59.443Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-16T07:04:59.443Z] PASS [2022-03-16T07:04:59.443Z] coverage: 90.0% of statements [2022-03-16T07:04:59.443Z] ok github.com/docker/docker/api/types/strslice 0.036s coverage: 90.0% of statements [2022-03-16T07:04:59.443Z] === RUN TestAdjustForAPIVersion [2022-03-16T07:04:59.443Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-16T07:04:59.443Z] PASS [2022-03-16T07:04:59.443Z] coverage: 5.7% of statements [2022-03-16T07:04:59.443Z] ok github.com/docker/docker/api/server/router/swarm 0.041s coverage: 5.7% of statements [2022-03-16T07:04:59.443Z] === RUN TestToJSON [2022-03-16T07:04:59.443Z] --- PASS: TestToJSON (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestToParamWithVersion [2022-03-16T07:04:59.443Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestFromJSON [2022-03-16T07:04:59.443Z] --- PASS: TestFromJSON (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestEmpty [2022-03-16T07:04:59.443Z] --- PASS: TestEmpty (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestArgsMatchKVListEmptySources [2022-03-16T07:04:59.443Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestArgsMatchKVList [2022-03-16T07:04:59.443Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestArgsMatch [2022-03-16T07:04:59.443Z] --- PASS: TestArgsMatch (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestAdd [2022-03-16T07:04:59.443Z] --- PASS: TestAdd (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestDel [2022-03-16T07:04:59.443Z] --- PASS: TestDel (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestLen [2022-03-16T07:04:59.443Z] --- PASS: TestLen (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestExactMatch [2022-03-16T07:04:59.443Z] --- PASS: TestExactMatch (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestOnlyOneExactMatch [2022-03-16T07:04:59.443Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestContains [2022-03-16T07:04:59.443Z] --- PASS: TestContains (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestValidate [2022-03-16T07:04:59.443Z] --- PASS: TestValidate (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestWalkValues [2022-03-16T07:04:59.443Z] --- PASS: TestWalkValues (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestFuzzyMatch [2022-03-16T07:04:59.443Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestClone [2022-03-16T07:04:59.443Z] --- PASS: TestClone (0.00s) [2022-03-16T07:04:59.443Z] PASS [2022-03-16T07:04:59.443Z] coverage: 92.2% of statements [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-16T07:04:59.443Z] ok github.com/docker/docker/api/types/filters 0.041s coverage: 92.2% of statements [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-16T07:04:59.443Z] === RUN TestDurationToSecondsString [2022-03-16T07:04:59.443Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestGetTimestamp [2022-03-16T07:04:59.443Z] --- PASS: TestGetTimestamp (0.15s) [2022-03-16T07:04:59.443Z] === RUN TestParseTimestamps [2022-03-16T07:04:59.443Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-16T07:04:59.443Z] PASS [2022-03-16T07:04:59.443Z] coverage: 100.0% of statements [2022-03-16T07:04:59.443Z] ok github.com/docker/docker/api/types/time 0.190s coverage: 100.0% of statements [2022-03-16T07:04:59.443Z] === RUN TestCompareVersion [2022-03-16T07:04:59.443Z] --- PASS: TestCompareVersion (0.00s) [2022-03-16T07:04:59.443Z] PASS [2022-03-16T07:04:59.443Z] coverage: 77.3% of statements [2022-03-16T07:04:59.443Z] ok github.com/docker/docker/api/types/versions 0.039s coverage: 77.3% of statements [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/builder [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-16T07:04:59.443Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-16T07:04:59.443Z] === RUN TestParseRemoteURL [2022-03-16T07:04:59.443Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-16T07:04:59.443Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-16T07:04:59.443Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-16T07:04:59.443Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-16T07:04:59.443Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-16T07:04:59.443Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-16T07:04:59.443Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-16T07:04:59.443Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-16T07:04:59.443Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-16T07:04:59.443Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-16T07:04:59.443Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestCloneArgsSmartHttp [2022-03-16T07:04:59.443Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-16T07:04:59.443Z] === RUN TestCloneArgsDumbHttp [2022-03-16T07:04:59.443Z] --- PASS: TestCloneArgsDumbHttp (0.02s) [2022-03-16T07:04:59.443Z] === RUN TestCloneArgsGit [2022-03-16T07:04:59.443Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestCheckoutGit [2022-03-16T07:04:59.443Z] === RUN TestEnable [2022-03-16T07:04:59.443Z] --- PASS: TestEnable (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestDisable [2022-03-16T07:04:59.443Z] --- PASS: TestDisable (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestEnabled [2022-03-16T07:04:59.443Z] --- PASS: TestEnabled (0.00s) [2022-03-16T07:04:59.443Z] PASS [2022-03-16T07:04:59.443Z] coverage: 100.0% of statements [2022-03-16T07:04:59.443Z] ok github.com/docker/docker/cli/debug 0.035s coverage: 100.0% of statements [2022-03-16T07:04:59.443Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-16T07:04:59.443Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestProcessNoDockerignore [2022-03-16T07:04:59.443Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-16T07:04:59.443Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestDetectContentType [2022-03-16T07:04:59.443Z] --- PASS: TestDetectContentType (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestSelectAcceptableMIME [2022-03-16T07:04:59.443Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestInspectEmptyResponse [2022-03-16T07:04:59.443Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestInspectResponseBinary [2022-03-16T07:04:59.443Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestResponseUnsupportedContentType [2022-03-16T07:04:59.443Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestInspectResponseTextSimple [2022-03-16T07:04:59.443Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestInspectResponseEmptyContentType [2022-03-16T07:04:59.443Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestUnknownContentLength [2022-03-16T07:04:59.443Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestDownloadRemote [2022-03-16T07:04:59.443Z] --- PASS: TestDownloadRemote (0.08s) [2022-03-16T07:04:59.443Z] === RUN TestGetWithStatusError [2022-03-16T07:04:59.443Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestCloseRootDirectory [2022-03-16T07:04:59.443Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:04:59.443Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestHashFile [2022-03-16T07:04:59.443Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:04:59.443Z] --- SKIP: TestHashFile (0.01s) [2022-03-16T07:04:59.443Z] === RUN TestHashSubdir [2022-03-16T07:04:59.443Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:04:59.443Z] --- SKIP: TestHashSubdir (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestRemoveDirectory [2022-03-16T07:04:59.443Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:04:59.443Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-16T07:04:59.443Z] PASS [2022-03-16T07:04:59.443Z] coverage: 9.3% of statements [2022-03-16T07:04:59.443Z] ok github.com/docker/docker/builder/remotecontext 0.229s coverage: 9.3% of statements [2022-03-16T07:04:59.443Z] === RUN TestGetAllAllowed [2022-03-16T07:04:59.443Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestGetAllMeta [2022-03-16T07:04:59.443Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-16T07:04:59.443Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestIsUnreferencedBuiltin [2022-03-16T07:04:59.443Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestIsExistingDirectory [2022-03-16T07:04:59.443Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestGetFilenameForDownload [2022-03-16T07:04:59.443Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestEnv2Variables [2022-03-16T07:04:59.443Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-16T07:04:59.443Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestMaintainer [2022-03-16T07:04:59.443Z] --- PASS: TestMaintainer (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestLabel [2022-03-16T07:04:59.443Z] --- PASS: TestLabel (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestFromScratch [2022-03-16T07:04:59.443Z] --- PASS: TestFromScratch (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestFromWithArg [2022-03-16T07:04:59.443Z] --- PASS: TestFromWithArg (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-16T07:04:59.443Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestFromWithUndefinedArg [2022-03-16T07:04:59.443Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestFromMultiStageWithNamedStage [2022-03-16T07:04:59.443Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestOnbuild [2022-03-16T07:04:59.443Z] --- PASS: TestOnbuild (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestWorkdir [2022-03-16T07:04:59.443Z] --- PASS: TestWorkdir (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestCmd [2022-03-16T07:04:59.443Z] --- PASS: TestCmd (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestHealthcheckNone [2022-03-16T07:04:59.443Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestHealthcheckCmd [2022-03-16T07:04:59.443Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestEntrypoint [2022-03-16T07:04:59.443Z] --- PASS: TestEntrypoint (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestExpose [2022-03-16T07:04:59.443Z] --- PASS: TestExpose (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestUser [2022-03-16T07:04:59.443Z] --- PASS: TestUser (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestVolume [2022-03-16T07:04:59.443Z] --- PASS: TestVolume (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestStopSignal [2022-03-16T07:04:59.443Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-16T07:04:59.443Z] --- SKIP: TestStopSignal (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestArg [2022-03-16T07:04:59.443Z] --- PASS: TestArg (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestShell [2022-03-16T07:04:59.443Z] --- PASS: TestShell (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestPrependEnvOnCmd [2022-03-16T07:04:59.443Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestRunWithBuildArgs [2022-03-16T07:04:59.443Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestRunIgnoresHealthcheck [2022-03-16T07:04:59.443Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestDispatchUnsupportedOptions [2022-03-16T07:04:59.443Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-16T07:04:59.443Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-16T07:04:59.443Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-16T07:04:59.443Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestNormalizeWorkdir [2022-03-16T07:04:59.443Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestDispatch [2022-03-16T07:04:59.443Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-16T07:04:59.443Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-16T07:04:59.443Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-16T07:04:59.443Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-16T07:04:59.443Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-16T07:04:59.443Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-16T07:04:59.443Z] === RUN TestDispatch/COPY_url [2022-03-16T07:04:59.443Z] --- PASS: TestDispatch (0.05s) [2022-03-16T07:04:59.443Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-16T07:04:59.443Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-16T07:04:59.443Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-16T07:04:59.443Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-16T07:04:59.443Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-16T07:04:59.443Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-16T07:04:59.443Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-16T07:04:59.443Z] === RUN TestAddScratchImageAddsToMounts [2022-03-16T07:04:59.444Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-16T07:04:59.444Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-16T07:04:59.444Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-16T07:04:59.444Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestImageSourceGetAddsToMounts [2022-03-16T07:04:59.444Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestEmptyDockerfile [2022-03-16T07:04:59.444Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestSymlinkDockerfile [2022-03-16T07:04:59.444Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-16T07:04:59.444Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-16T07:04:59.444Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestNonExistingDockerfile [2022-03-16T07:04:59.444Z] --- PASS: TestNonExistingDockerfile (0.01s) [2022-03-16T07:04:59.444Z] === RUN TestCopyRunConfig [2022-03-16T07:04:59.444Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestDeepCopyRunConfig [2022-03-16T07:04:59.444Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestExportImage [2022-03-16T07:04:59.444Z] --- PASS: TestExportImage (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestNormalizeDest [2022-03-16T07:04:59.444Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-16T07:04:59.444Z] PASS [2022-03-16T07:04:59.444Z] coverage: 46.7% of statements [2022-03-16T07:04:59.444Z] ok github.com/docker/docker/builder/dockerfile 0.181s coverage: 46.7% of statements [2022-03-16T07:04:59.444Z] === RUN TestTCP4Proxy [2022-03-16T07:04:59.444Z] --- PASS: TestTCP4Proxy (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestTCP4ProxyHalfClose [2022-03-16T07:04:59.444Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestTCP6Proxy [2022-03-16T07:04:59.444Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-16T07:04:59.444Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestTCPDualStackProxy [2022-03-16T07:04:59.444Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-16T07:04:59.444Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestUDP4Proxy [2022-03-16T07:04:59.444Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestUDP6Proxy [2022-03-16T07:04:59.444Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-16T07:04:59.444Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestUDPWriteError [2022-03-16T07:04:59.444Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestSCTP4Proxy [2022-03-16T07:04:59.444Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-16T07:04:59.444Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-16T07:04:59.444Z] === RUN TestSCTP6Proxy [2022-03-16T07:04:59.444Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-16T07:04:59.444Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-16T07:04:59.444Z] PASS [2022-03-16T07:04:59.444Z] coverage: 49.4% of statements [2022-03-16T07:04:59.444Z] ok github.com/docker/docker/cmd/docker-proxy 0.059s coverage: 49.4% of statements [2022-03-16T07:04:59.528Z] ? github.com/docker/docker/cli [no test files] [2022-03-16T07:04:59.528Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-16T07:04:59.567Z] tests/integration/client_test.py ..... [ 75%] [2022-03-16T07:04:59.826Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-16T07:05:00.223Z] --- PASS: TestInfoAPIWarnings (16.24s) [2022-03-16T07:05:00.223Z] === RUN TestInfoDebug [2022-03-16T07:05:00.223Z] --- PASS: TestInfoDebug (0.53s) [2022-03-16T07:05:00.223Z] === RUN TestInfoInsecureRegistries [2022-03-16T07:05:00.223Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-16T07:05:00.223Z] === RUN TestInfoRegistryMirrors [2022-03-16T07:05:00.223Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-16T07:05:00.223Z] === RUN TestLoginFailsWithBadCredentials [2022-03-16T07:05:00.223Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-16T07:05:00.223Z] === RUN TestPingCacheHeaders [2022-03-16T07:05:00.223Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-16T07:05:00.223Z] === RUN TestPingGet [2022-03-16T07:05:00.223Z] --- PASS: TestPingGet (0.01s) [2022-03-16T07:05:00.223Z] === RUN TestPingHead [2022-03-16T07:05:00.223Z] --- PASS: TestPingHead (0.02s) [2022-03-16T07:05:00.223Z] === RUN TestVersion [2022-03-16T07:05:00.223Z] --- PASS: TestVersion (0.02s) [2022-03-16T07:05:00.223Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-16T07:05:00.223Z] === CONT TestDiskUsage [2022-03-16T07:05:00.294Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-16T07:05:00.294Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-16T07:05:00.388Z] tests/integration/errors_test.py . [ 76%] [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/empty [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/empty/container_types [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/empty/image_types [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/empty/volume_types [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-16T07:05:00.482Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-16T07:05:00.746Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-16T07:05:00.746Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-16T07:05:00.746Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-16T07:05:00.746Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-16T07:05:00.746Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-16T07:05:00.746Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-16T07:05:01.004Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-16T07:05:01.004Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-16T07:05:01.004Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-16T07:05:01.004Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-16T07:05:01.004Z] === RUN TestDiskUsage/after_container.Run [2022-03-16T07:05:01.263Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-16T07:05:01.263Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-16T07:05:01.263Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-16T07:05:01.263Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-16T07:05:01.263Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-16T07:05:01.263Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-16T07:05:01.263Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-16T07:05:01.263Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-16T07:05:01.263Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-16T07:05:01.263Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage (1.58s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.35s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_container.Run (0.49s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-16T07:05:01.521Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.59s) [2022-03-16T07:05:01.521Z] PASS [2022-03-16T07:05:01.521Z] [2022-03-16T07:05:01.521Z] DONE 50 tests in 20.325s [2022-03-16T07:05:01.521Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-16T07:05:01.779Z] INFO: Testing against a local daemon [2022-03-16T07:05:01.779Z] === RUN TestVolumesCreateAndList [2022-03-16T07:05:01.779Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-16T07:05:01.779Z] === RUN TestVolumesRemove [2022-03-16T07:05:01.779Z] --- PASS: TestVolumesRemove (0.09s) [2022-03-16T07:05:01.779Z] === RUN TestVolumesInspect [2022-03-16T07:05:01.779Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-16T07:05:01.779Z] === RUN TestVolumesInvalidJSON [2022-03-16T07:05:01.779Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-16T07:05:01.779Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-16T07:05:01.779Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-16T07:05:01.779Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-16T07:05:01.779Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-16T07:05:01.779Z] PASS [2022-03-16T07:05:01.779Z] [2022-03-16T07:05:01.779Z] DONE 5 tests in 0.206s [2022-03-16T07:05:01.779Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-16T07:05:02.345Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-16T07:05:02.345Z] Removing test suite binaries [2022-03-16T07:05:02.345Z] exiting test-integration [2022-03-16T07:05:02.345Z] ++ exit 0 [2022-03-16T07:05:02.345Z] Post stage [Pipeline] junit [2022-03-16T07:05:04.259Z] Recording test results [2022-03-16T07:05:05.188Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.69s) [2022-03-16T07:05:05.188Z] === RUN TestCreateServiceSecretFileMode [2022-03-16T07:05:05.546Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-16T07:05:05.546Z] docker_cli_daemon_test.go:2522: [d110dc8078c8a] daemon is not started [2022-03-16T07:05:05.546Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-16T07:05:05.802Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-16T07:05:05.971Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-16T07:05:06.342Z] + echo Ensuring container killed. [2022-03-16T07:05:06.342Z] Ensuring container killed. [2022-03-16T07:05:06.342Z] + docker rm -vf docker-pr3 [2022-03-16T07:05:06.342Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-03-16T07:05:06.632Z] + echo Chowning /workspace to jenkins user [2022-03-16T07:05:06.632Z] Chowning /workspace to jenkins user [2022-03-16T07:05:06.632Z] + id -u [2022-03-16T07:05:06.632Z] + id -g [2022-03-16T07:05:06.632Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43372:/workspace busybox chown -R 1000:1000 /workspace [2022-03-16T07:05:06.733Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-16T07:05:06.733Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-16T07:05:06.733Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-16T07:05:07.247Z] .....INFO: Daemon under test started and replied! [2022-03-16T07:05:07.247Z] INFO: Docker version of the daemon under test [2022-03-16T07:05:07.247Z] [2022-03-16T07:05:07.247Z] Client: [2022-03-16T07:05:07.247Z] Version: 17.06.2-ce [2022-03-16T07:05:07.247Z] API version: 1.30 [2022-03-16T07:05:07.247Z] Go version: go1.8.3 [2022-03-16T07:05:07.247Z] Git commit: cec0b72 [2022-03-16T07:05:07.247Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-16T07:05:07.247Z] OS/Arch: windows/amd64 [2022-03-16T07:05:07.247Z] [2022-03-16T07:05:07.247Z] Server: [2022-03-16T07:05:07.247Z] Version: 0.0.0-dev [2022-03-16T07:05:07.247Z] API version: 1.42 (minimum version 1.24) [2022-03-16T07:05:07.247Z] Go version: go1.17.8 [2022-03-16T07:05:07.247Z] Git commit: ce65b459ab [2022-03-16T07:05:07.247Z] Built: 03/16/2022 07:02:30 [2022-03-16T07:05:07.247Z] OS/Arch: windows/amd64 [2022-03-16T07:05:07.247Z] Experimental: false [2022-03-16T07:05:07.247Z] [2022-03-16T07:05:07.247Z] INFO: Docker info of the daemon under test [2022-03-16T07:05:07.247Z] [2022-03-16T07:05:07.247Z] Containers: 0 [2022-03-16T07:05:07.247Z] Running: 0 [2022-03-16T07:05:07.247Z] Paused: 0 [2022-03-16T07:05:07.247Z] Stopped: 0 [2022-03-16T07:05:07.247Z] Images: 0 [2022-03-16T07:05:07.247Z] Server Version: 0.0.0-dev [2022-03-16T07:05:07.247Z] Storage Driver: windowsfilter [2022-03-16T07:05:07.247Z] Windows: [2022-03-16T07:05:07.247Z] Logging Driver: json-file [2022-03-16T07:05:07.247Z] Plugins: [2022-03-16T07:05:07.247Z] Volume: local [2022-03-16T07:05:07.247Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T07:05:07.247Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T07:05:07.247Z] Swarm: inactive [2022-03-16T07:05:07.247Z] Default Isolation: process [2022-03-16T07:05:07.247Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-16T07:05:07.247Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-16T07:05:07.247Z] OSType: windows [2022-03-16T07:05:07.247Z] Architecture: x86_64 [2022-03-16T07:05:07.247Z] CPUs: 4 [2022-03-16T07:05:07.247Z] Total Memory: 32GiB [2022-03-16T07:05:07.247Z] Name: azwin-2-a1aa80 [2022-03-16T07:05:07.247Z] ID: ISFY:TWKL:U3JS:MI6I:IVPA:MZ7N:HVDJ:KN35:4WD2:ELM7:XZEH:JTHM [2022-03-16T07:05:07.247Z] Docker Root Dir: D:\CI\PR-43372\3\daemon [2022-03-16T07:05:07.247Z] Debug Mode (client): false [2022-03-16T07:05:07.247Z] Debug Mode (server): true [2022-03-16T07:05:07.247Z] File Descriptors: -1 [2022-03-16T07:05:07.247Z] Goroutines: 16 [2022-03-16T07:05:07.247Z] System Time: 2022-03-16T07:05:04.8671934Z [2022-03-16T07:05:07.247Z] EventsListeners: 0 [2022-03-16T07:05:07.247Z] Registry: https://index.docker.io/v1/ [2022-03-16T07:05:07.247Z] Labels: [2022-03-16T07:05:07.247Z] Experimental: false [2022-03-16T07:05:07.247Z] Insecure Registries: [2022-03-16T07:05:07.247Z] 127.0.0.0/8 [2022-03-16T07:05:07.247Z] Live Restore Enabled: false [2022-03-16T07:05:07.247Z] [2022-03-16T07:05:07.247Z] [2022-03-16T07:05:07.247Z] INFO: Docker images of the daemon under test [2022-03-16T07:05:07.247Z] [2022-03-16T07:05:07.247Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-16T07:05:07.247Z] [2022-03-16T07:05:07.247Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-16T07:05:07.247Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-16T07:05:07.247Z] ltsc2019: Pulling from windows/servercore [2022-03-16T07:05:07.247Z] 4612f6d0b889: Pulling fs layer [2022-03-16T07:05:07.247Z] 0a6173b79e25: Pulling fs layer [2022-03-16T07:05:07.297Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-16T07:05:07.553Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-16T07:05:07.990Z] === RUN TestCheckpointCreateError [2022-03-16T07:05:07.990Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestCheckpointCreate [2022-03-16T07:05:07.990Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestCheckpointDeleteError [2022-03-16T07:05:07.990Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestCheckpointDelete [2022-03-16T07:05:07.990Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestCheckpointListError [2022-03-16T07:05:07.990Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestCheckpointList [2022-03-16T07:05:07.990Z] --- PASS: TestCheckpointList (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestCheckpointListContainerNotFound [2022-03-16T07:05:07.990Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestNewClientWithOpsFromEnv [2022-03-16T07:05:07.990Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-16T07:05:07.990Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestGetAPIPath [2022-03-16T07:05:07.990Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestParseHostURL [2022-03-16T07:05:07.990Z] --- PASS: TestParseHostURL (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-16T07:05:07.990Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-16T07:05:07.990Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestNegotiateAPIVersion [2022-03-16T07:05:07.990Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestNegotiateAPVersionOverride [2022-03-16T07:05:07.990Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-16T07:05:07.990Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-16T07:05:07.990Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-16T07:05:07.990Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestClientRedirect [2022-03-16T07:05:07.990Z] --- PASS: TestClientRedirect (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigCreateUnsupported [2022-03-16T07:05:07.990Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigCreateError [2022-03-16T07:05:07.990Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigCreate [2022-03-16T07:05:07.990Z] --- PASS: TestConfigCreate (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigInspectNotFound [2022-03-16T07:05:07.990Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigInspectWithEmptyID [2022-03-16T07:05:07.990Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigInspectUnsupported [2022-03-16T07:05:07.990Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigInspectError [2022-03-16T07:05:07.990Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigInspectConfigNotFound [2022-03-16T07:05:07.990Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigInspect [2022-03-16T07:05:07.990Z] --- PASS: TestConfigInspect (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigListUnsupported [2022-03-16T07:05:07.990Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigListError [2022-03-16T07:05:07.990Z] --- PASS: TestConfigListError (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigList [2022-03-16T07:05:07.990Z] --- PASS: TestConfigList (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigRemoveUnsupported [2022-03-16T07:05:07.990Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigRemoveError [2022-03-16T07:05:07.990Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-16T07:05:07.990Z] === RUN TestConfigRemove [2022-03-16T07:05:07.990Z] --- PASS: TestConfigRemove (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestConfigUpdateUnsupported [2022-03-16T07:05:07.991Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestConfigUpdateError [2022-03-16T07:05:07.991Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestConfigUpdate [2022-03-16T07:05:07.991Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerCommitError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerCommit [2022-03-16T07:05:07.991Z] --- PASS: TestContainerCommit (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerStatPathError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerStatPathNotFoundError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerStatPathNoHeaderError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerStatPath [2022-03-16T07:05:07.991Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestCopyToContainerError [2022-03-16T07:05:07.991Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestCopyToContainerNotFoundError [2022-03-16T07:05:07.991Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-16T07:05:07.991Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestCopyToContainer [2022-03-16T07:05:07.991Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestCopyFromContainerError [2022-03-16T07:05:07.991Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestCopyFromContainerNotFoundError [2022-03-16T07:05:07.991Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-16T07:05:07.991Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-16T07:05:07.991Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestCopyFromContainer [2022-03-16T07:05:07.991Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerCreateError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerCreateError (0.01s) [2022-03-16T07:05:07.991Z] === RUN TestContainerCreateImageNotFound [2022-03-16T07:05:07.991Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerCreateWithName [2022-03-16T07:05:07.991Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerCreateAutoRemove [2022-03-16T07:05:07.991Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerDiffError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerDiff [2022-03-16T07:05:07.991Z] --- PASS: TestContainerDiff (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerExecCreateError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerExecCreate [2022-03-16T07:05:07.991Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerExecStartError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerExecStart [2022-03-16T07:05:07.991Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerExecInspectError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerExecInspect [2022-03-16T07:05:07.991Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerExportError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerExportError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerExport [2022-03-16T07:05:07.991Z] --- PASS: TestContainerExport (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerInspectError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerInspectContainerNotFound [2022-03-16T07:05:07.991Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerInspectWithEmptyID [2022-03-16T07:05:07.991Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerInspect [2022-03-16T07:05:07.991Z] --- PASS: TestContainerInspect (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerInspectNode [2022-03-16T07:05:07.991Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerKillError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerKillError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerKill [2022-03-16T07:05:07.991Z] --- PASS: TestContainerKill (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerListError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerListError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerList [2022-03-16T07:05:07.991Z] --- PASS: TestContainerList (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerLogsNotFoundError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerLogsError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerLogs [2022-03-16T07:05:07.991Z] --- PASS: TestContainerLogs (0.16s) [2022-03-16T07:05:07.991Z] === RUN TestContainerPauseError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerPause [2022-03-16T07:05:07.991Z] --- PASS: TestContainerPause (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainersPruneError [2022-03-16T07:05:07.991Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainersPrune [2022-03-16T07:05:07.991Z] --- PASS: TestContainersPrune (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerRemoveError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerRemoveNotFoundError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerRemove [2022-03-16T07:05:07.991Z] --- PASS: TestContainerRemove (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerRenameError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerRename [2022-03-16T07:05:07.991Z] --- PASS: TestContainerRename (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerResizeError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerExecResizeError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerResize [2022-03-16T07:05:07.991Z] --- PASS: TestContainerResize (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerExecResize [2022-03-16T07:05:07.991Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerRestartError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerRestart [2022-03-16T07:05:07.991Z] --- PASS: TestContainerRestart (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerStartError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerStartError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerStart [2022-03-16T07:05:07.991Z] --- PASS: TestContainerStart (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerStatsError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerStats [2022-03-16T07:05:07.991Z] --- PASS: TestContainerStats (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerStopError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerStopError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerStop [2022-03-16T07:05:07.991Z] --- PASS: TestContainerStop (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerTopError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerTopError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerTop [2022-03-16T07:05:07.991Z] --- PASS: TestContainerTop (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerUnpauseError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerUnpause [2022-03-16T07:05:07.991Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerUpdateError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerUpdate [2022-03-16T07:05:07.991Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerWaitError [2022-03-16T07:05:07.991Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestContainerWait [2022-03-16T07:05:07.991Z] --- PASS: TestContainerWait (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestDiskUsageError [2022-03-16T07:05:07.991Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestDiskUsage [2022-03-16T07:05:07.991Z] --- PASS: TestDiskUsage (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestDistributionInspectUnsupported [2022-03-16T07:05:07.991Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestDistributionInspectWithEmptyID [2022-03-16T07:05:07.991Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestEventsErrorInOptions [2022-03-16T07:05:07.991Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestEventsErrorFromServer [2022-03-16T07:05:07.991Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestEvents [2022-03-16T07:05:07.991Z] --- PASS: TestEvents (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestTLSCloseWriter [2022-03-16T07:05:07.991Z] === PAUSE TestTLSCloseWriter [2022-03-16T07:05:07.991Z] === RUN TestImageBuildError [2022-03-16T07:05:07.991Z] --- PASS: TestImageBuildError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageBuild [2022-03-16T07:05:07.991Z] --- PASS: TestImageBuild (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestGetDockerOS [2022-03-16T07:05:07.991Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageCreateError [2022-03-16T07:05:07.991Z] --- PASS: TestImageCreateError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageCreate [2022-03-16T07:05:07.991Z] --- PASS: TestImageCreate (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageHistoryError [2022-03-16T07:05:07.991Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageHistory [2022-03-16T07:05:07.991Z] --- PASS: TestImageHistory (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageImportError [2022-03-16T07:05:07.991Z] --- PASS: TestImageImportError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageImport [2022-03-16T07:05:07.991Z] --- PASS: TestImageImport (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageInspectError [2022-03-16T07:05:07.991Z] --- PASS: TestImageInspectError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageInspectImageNotFound [2022-03-16T07:05:07.991Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageInspectWithEmptyID [2022-03-16T07:05:07.991Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageInspect [2022-03-16T07:05:07.991Z] --- PASS: TestImageInspect (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageListError [2022-03-16T07:05:07.991Z] --- PASS: TestImageListError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageList [2022-03-16T07:05:07.991Z] --- PASS: TestImageList (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageListApiBefore125 [2022-03-16T07:05:07.991Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageLoadError [2022-03-16T07:05:07.991Z] --- PASS: TestImageLoadError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageLoad [2022-03-16T07:05:07.991Z] --- PASS: TestImageLoad (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagesPruneError [2022-03-16T07:05:07.991Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagesPrune [2022-03-16T07:05:07.991Z] --- PASS: TestImagesPrune (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePullReferenceParseError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePullAnyError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePullWithoutErrors [2022-03-16T07:05:07.991Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePushReferenceError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePushAnyError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-16T07:05:07.991Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImagePushWithoutErrors [2022-03-16T07:05:07.991Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-16T07:05:07.991Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-16T07:05:07.991Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-16T07:05:07.991Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-16T07:05:07.991Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-16T07:05:07.991Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-16T07:05:07.991Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-16T07:05:07.991Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-16T07:05:07.991Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageRemoveError [2022-03-16T07:05:07.991Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageRemoveImageNotFound [2022-03-16T07:05:07.991Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageRemove [2022-03-16T07:05:07.991Z] --- PASS: TestImageRemove (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageSaveError [2022-03-16T07:05:07.991Z] --- PASS: TestImageSaveError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageSave [2022-03-16T07:05:07.991Z] --- PASS: TestImageSave (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageSearchAnyError [2022-03-16T07:05:07.991Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-16T07:05:07.991Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-16T07:05:07.991Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-16T07:05:07.991Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-16T07:05:07.991Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageSearchWithoutErrors [2022-03-16T07:05:07.991Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageTagError [2022-03-16T07:05:07.991Z] --- PASS: TestImageTagError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageTagInvalidReference [2022-03-16T07:05:07.991Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageTagInvalidSourceImageName [2022-03-16T07:05:07.991Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageTagHexSource [2022-03-16T07:05:07.991Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestImageTag [2022-03-16T07:05:07.991Z] --- PASS: TestImageTag (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestInfoServerError [2022-03-16T07:05:07.991Z] --- PASS: TestInfoServerError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestInfoInvalidResponseJSONError [2022-03-16T07:05:07.991Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestInfo [2022-03-16T07:05:07.991Z] --- PASS: TestInfo (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkConnectError [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkConnect [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkCreateError [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkCreate [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkDisconnectError [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkDisconnect [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkInspect [2022-03-16T07:05:07.991Z] === RUN TestNetworkInspect/empty_ID [2022-03-16T07:05:07.991Z] === RUN TestNetworkInspect/no_options [2022-03-16T07:05:07.991Z] === RUN TestNetworkInspect/verbose [2022-03-16T07:05:07.991Z] === RUN TestNetworkInspect/global_scope [2022-03-16T07:05:07.991Z] === RUN TestNetworkInspect/unknown_network [2022-03-16T07:05:07.991Z] === RUN TestNetworkInspect/server_error [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkListError [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkListError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkList [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkList (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworksPruneError [2022-03-16T07:05:07.991Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworksPrune [2022-03-16T07:05:07.991Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkRemoveError [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNetworkRemove [2022-03-16T07:05:07.991Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNodeInspectError [2022-03-16T07:05:07.991Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNodeInspectNodeNotFound [2022-03-16T07:05:07.991Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNodeInspectWithEmptyID [2022-03-16T07:05:07.991Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNodeInspect [2022-03-16T07:05:07.991Z] --- PASS: TestNodeInspect (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNodeListError [2022-03-16T07:05:07.991Z] --- PASS: TestNodeListError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNodeList [2022-03-16T07:05:07.991Z] --- PASS: TestNodeList (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNodeRemoveError [2022-03-16T07:05:07.991Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-16T07:05:07.991Z] === RUN TestNodeRemove [2022-03-16T07:05:07.992Z] --- PASS: TestNodeRemove (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestNodeUpdateError [2022-03-16T07:05:07.992Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestNodeUpdate [2022-03-16T07:05:07.992Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestOptionWithHostFromEnv [2022-03-16T07:05:07.992Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestOptionWithTimeout [2022-03-16T07:05:07.992Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestOptionWithVersionFromEnv [2022-03-16T07:05:07.992Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPingFail [2022-03-16T07:05:07.992Z] --- PASS: TestPingFail (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPingWithError [2022-03-16T07:05:07.992Z] 2022/03/16 07:05:07 RoundTripper returned a response & error; ignoring response [2022-03-16T07:05:07.992Z] 2022/03/16 07:05:07 RoundTripper returned a response & error; ignoring response [2022-03-16T07:05:07.992Z] --- PASS: TestPingWithError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPingSuccess [2022-03-16T07:05:07.992Z] --- PASS: TestPingSuccess (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPingHeadFallback [2022-03-16T07:05:07.992Z] === RUN TestPingHeadFallback/OK [2022-03-16T07:05:07.992Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-16T07:05:07.992Z] === RUN TestPingHeadFallback/Not_Found [2022-03-16T07:05:07.992Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-16T07:05:07.992Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-16T07:05:07.992Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-16T07:05:07.992Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-16T07:05:07.992Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-16T07:05:07.992Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginDisableError [2022-03-16T07:05:07.992Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginDisable [2022-03-16T07:05:07.992Z] --- PASS: TestPluginDisable (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginEnableError [2022-03-16T07:05:07.992Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginEnable [2022-03-16T07:05:07.992Z] --- PASS: TestPluginEnable (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginInspectError [2022-03-16T07:05:07.992Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginInspectWithEmptyID [2022-03-16T07:05:07.992Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginInspect [2022-03-16T07:05:07.992Z] --- PASS: TestPluginInspect (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginListError [2022-03-16T07:05:07.992Z] --- PASS: TestPluginListError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginList [2022-03-16T07:05:07.992Z] --- PASS: TestPluginList (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginPushError [2022-03-16T07:05:07.992Z] --- PASS: TestPluginPushError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginPush [2022-03-16T07:05:07.992Z] --- PASS: TestPluginPush (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginRemoveError [2022-03-16T07:05:07.992Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginRemove [2022-03-16T07:05:07.992Z] --- PASS: TestPluginRemove (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginSetError [2022-03-16T07:05:07.992Z] --- PASS: TestPluginSetError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPluginSet [2022-03-16T07:05:07.992Z] --- PASS: TestPluginSet (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSetHostHeader [2022-03-16T07:05:07.992Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestPlainTextError [2022-03-16T07:05:07.992Z] --- PASS: TestPlainTextError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestInfiniteError [2022-03-16T07:05:07.992Z] --- PASS: TestInfiniteError (0.02s) [2022-03-16T07:05:07.992Z] === RUN TestCanceledContext [2022-03-16T07:05:07.992Z] 2022/03/16 07:05:07 RoundTripper returned a response & error; ignoring response [2022-03-16T07:05:07.992Z] --- PASS: TestCanceledContext (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestDeadlineExceededContext [2022-03-16T07:05:07.992Z] 2022/03/16 07:05:07 RoundTripper returned a response & error; ignoring response [2022-03-16T07:05:07.992Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretCreateUnsupported [2022-03-16T07:05:07.992Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretCreateError [2022-03-16T07:05:07.992Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretCreate [2022-03-16T07:05:07.992Z] --- PASS: TestSecretCreate (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretInspectUnsupported [2022-03-16T07:05:07.992Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretInspectError [2022-03-16T07:05:07.992Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretInspectSecretNotFound [2022-03-16T07:05:07.992Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretInspectWithEmptyID [2022-03-16T07:05:07.992Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretInspect [2022-03-16T07:05:07.992Z] --- PASS: TestSecretInspect (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretListUnsupported [2022-03-16T07:05:07.992Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretListError [2022-03-16T07:05:07.992Z] --- PASS: TestSecretListError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretList [2022-03-16T07:05:07.992Z] --- PASS: TestSecretList (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretRemoveUnsupported [2022-03-16T07:05:07.992Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretRemoveError [2022-03-16T07:05:07.992Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretRemove [2022-03-16T07:05:07.992Z] --- PASS: TestSecretRemove (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretUpdateUnsupported [2022-03-16T07:05:07.992Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretUpdateError [2022-03-16T07:05:07.992Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSecretUpdate [2022-03-16T07:05:07.992Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceCreateError [2022-03-16T07:05:07.992Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceCreate [2022-03-16T07:05:07.992Z] --- PASS: TestServiceCreate (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-16T07:05:07.992Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceCreateDigestPinning [2022-03-16T07:05:07.992Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceInspectError [2022-03-16T07:05:07.992Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceInspectServiceNotFound [2022-03-16T07:05:07.992Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceInspectWithEmptyID [2022-03-16T07:05:07.992Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceInspect [2022-03-16T07:05:07.992Z] --- PASS: TestServiceInspect (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceListError [2022-03-16T07:05:07.992Z] --- PASS: TestServiceListError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceList [2022-03-16T07:05:07.992Z] --- PASS: TestServiceList (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceLogsError [2022-03-16T07:05:07.992Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceLogs [2022-03-16T07:05:07.992Z] --- PASS: TestServiceLogs (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceRemoveError [2022-03-16T07:05:07.992Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceRemoveNotFoundError [2022-03-16T07:05:07.992Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceRemove [2022-03-16T07:05:07.992Z] --- PASS: TestServiceRemove (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceUpdateError [2022-03-16T07:05:07.992Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestServiceUpdate [2022-03-16T07:05:07.992Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmGetUnlockKeyError [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmGetUnlockKey [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmInitError [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmInit [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmInit (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmInspectError [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmInspect [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmJoinError [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmJoin [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmLeaveError [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmLeave [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmUnlockError [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmUnlock [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmUpdateError [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestSwarmUpdate [2022-03-16T07:05:07.992Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestTaskInspectError [2022-03-16T07:05:07.992Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestTaskInspectWithEmptyID [2022-03-16T07:05:07.992Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestTaskInspect [2022-03-16T07:05:07.992Z] --- PASS: TestTaskInspect (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestTaskListError [2022-03-16T07:05:07.992Z] --- PASS: TestTaskListError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestTaskList [2022-03-16T07:05:07.992Z] --- PASS: TestTaskList (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestVolumeCreateError [2022-03-16T07:05:07.992Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestVolumeCreate [2022-03-16T07:05:07.992Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestVolumeInspectError [2022-03-16T07:05:07.992Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestVolumeInspectNotFound [2022-03-16T07:05:07.992Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestVolumeInspectWithEmptyID [2022-03-16T07:05:07.992Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestVolumeInspect [2022-03-16T07:05:07.992Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestVolumeListError [2022-03-16T07:05:07.992Z] --- PASS: TestVolumeListError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestVolumeList [2022-03-16T07:05:07.992Z] --- PASS: TestVolumeList (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestVolumeRemoveError [2022-03-16T07:05:07.992Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-16T07:05:07.992Z] === RUN TestVolumeRemove [2022-03-16T07:05:07.992Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-16T07:05:07.992Z] === CONT TestTLSCloseWriter [2022-03-16T07:05:07.992Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-16T07:05:07.992Z] PASS [2022-03-16T07:05:07.992Z] coverage: 75.2% of statements [2022-03-16T07:05:07.992Z] ok github.com/docker/docker/client 0.350s coverage: 75.2% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.02s) [2022-03-16T07:05:08.299Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-16T07:05:08.299Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.02s) [2022-03-16T07:05:08.299Z] === RUN TestConfigureDaemonLogs [2022-03-16T07:05:08.299Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestCommonOptionsInstallFlags [2022-03-16T07:05:08.299Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-16T07:05:08.299Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-16T07:05:08.299Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-16T07:05:08.299Z] PASS [2022-03-16T07:05:08.299Z] coverage: 19.0% of statements [2022-03-16T07:05:08.299Z] ok github.com/docker/docker/cmd/dockerd 0.445s coverage: 19.0% of statements [2022-03-16T07:05:08.299Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-16T07:05:08.299Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-16T07:05:08.314Z] + bundleName=amd64-cgroup2 [2022-03-16T07:05:08.314Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-16T07:05:08.314Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-16T07:05:08.314Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-03-16T07:05:08.314Z] + 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-16T07:05:08.584Z] Archiving artifacts [2022-03-16T07:05:08.777Z] === RUN TestContainerStopSignal [2022-03-16T07:05:08.777Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestContainerStopTimeout [2022-03-16T07:05:08.777Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-16T07:05:08.777Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-16T07:05:08.777Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-16T07:05:08.777Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestReplaceAndAppendEnvVars [2022-03-16T07:05:08.777Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-16T07:05:08.777Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestNewMemoryStore [2022-03-16T07:05:08.777Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestAddContainers [2022-03-16T07:05:08.777Z] --- PASS: TestAddContainers (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestGetContainer [2022-03-16T07:05:08.777Z] --- PASS: TestGetContainer (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestDeleteContainer [2022-03-16T07:05:08.777Z] --- PASS: TestDeleteContainer (0.01s) [2022-03-16T07:05:08.777Z] === RUN TestListContainers [2022-03-16T07:05:08.777Z] --- PASS: TestListContainers (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestFirstContainer [2022-03-16T07:05:08.777Z] --- PASS: TestFirstContainer (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestApplyAllContainer [2022-03-16T07:05:08.777Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestIsValidHealthString [2022-03-16T07:05:08.777Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestStateRunStop [2022-03-16T07:05:08.777Z] --- PASS: TestStateRunStop (0.00s) [2022-03-16T07:05:08.777Z] === RUN TestStateTimeoutWait [2022-03-16T07:05:09.255Z] state_test.go:141: Stop callback fired [2022-03-16T07:05:09.255Z] state_test.go:165: Stop callback fired [2022-03-16T07:05:09.255Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-16T07:05:09.255Z] === RUN TestIsValidStateString [2022-03-16T07:05:09.255Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-16T07:05:09.255Z] === RUN TestViewSaveDelete [2022-03-16T07:05:09.255Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-16T07:05:09.255Z] === RUN TestViewAll [2022-03-16T07:05:09.255Z] --- PASS: TestViewAll (0.01s) [2022-03-16T07:05:09.255Z] === RUN TestViewGet [2022-03-16T07:05:09.255Z] --- PASS: TestViewGet (0.01s) [2022-03-16T07:05:09.255Z] === RUN TestNames [2022-03-16T07:05:09.255Z] --- PASS: TestNames (0.00s) [2022-03-16T07:05:09.255Z] === RUN TestViewWithHealthCheck [2022-03-16T07:05:09.255Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-16T07:05:09.255Z] PASS [2022-03-16T07:05:09.255Z] coverage: 41.7% of statements [2022-03-16T07:05:09.255Z] ok github.com/docker/docker/container 0.263s coverage: 41.7% of statements [2022-03-16T07:05:09.255Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-16T07:05:09.255Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-16T07:05:09.255Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-16T07:05:09.255Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-16T07:05:10.078Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-16T07:05:10.656Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43372/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-16T07:05:10.850Z] === RUN TestPrepare [2022-03-16T07:05:10.850Z] --- PASS: TestPrepare (0.00s) [2022-03-16T07:05:10.850Z] === RUN TestStart [2022-03-16T07:05:10.850Z] --- PASS: TestStart (0.00s) [2022-03-16T07:05:10.850Z] === RUN TestWaitCancel [2022-03-16T07:05:10.850Z] --- PASS: TestWaitCancel (0.00s) [2022-03-16T07:05:10.850Z] === RUN TestWaitDisabled [2022-03-16T07:05:10.850Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-16T07:05:10.850Z] === RUN TestWaitEnabled [2022-03-16T07:05:10.850Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-16T07:05:10.850Z] === RUN TestRemove [2022-03-16T07:05:10.850Z] --- PASS: TestRemove (0.00s) [2022-03-16T07:05:10.850Z] PASS [2022-03-16T07:05:10.850Z] coverage: 65.3% of statements [2022-03-16T07:05:10.850Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.109s coverage: 65.3% of statements [2022-03-16T07:05:10.964Z] + make clean [2022-03-16T07:05:10.964Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-16T07:05:10.964Z] docker-dev-cache [2022-03-16T07:05:10.964Z] docker-mod-cache [Pipeline] deleteDir [2022-03-16T07:05:11.445Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-16T07:05:12.815Z] === RUN TestDockerSuite/TestBuildEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-16T07:05:13.107Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-16T07:05:13.107Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.23s) [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-16T07:05:13.107Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-16T07:05:13.107Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-16T07:05:13.107Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-16T07:05:13.107Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-16T07:05:13.107Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-16T07:05:13.107Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-16T07:05:13.108Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-16T07:05:13.108Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-16T07:05:13.108Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-16T07:05:13.108Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-16T07:05:13.108Z] PASS [2022-03-16T07:05:13.108Z] coverage: 35.9% of statements [2022-03-16T07:05:13.108Z] ok github.com/docker/docker/daemon/cluster/convert 0.654s coverage: 35.9% of statements [2022-03-16T07:05:13.108Z] === RUN TestNewListSecretsFilters [2022-03-16T07:05:13.108Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-16T07:05:13.108Z] === RUN TestNewListConfigsFilters [2022-03-16T07:05:13.108Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-16T07:05:13.108Z] PASS [2022-03-16T07:05:13.108Z] coverage: 0.5% of statements [2022-03-16T07:05:13.108Z] ok github.com/docker/docker/daemon/cluster 1.435s coverage: 0.5% of statements [2022-03-16T07:05:14.183Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-16T07:05:15.113Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-16T07:05:15.151Z] --- PASS: TestCreateServiceSecretFileMode (11.97s) [2022-03-16T07:05:15.151Z] === RUN TestCreateServiceConfigFileMode [2022-03-16T07:05:15.369Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-16T07:05:16.738Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-16T07:05:16.965Z] === RUN TestBuilderGC [2022-03-16T07:05:16.965Z] --- PASS: TestBuilderGC (0.01s) [2022-03-16T07:05:16.965Z] === RUN TestDaemonConfigurationNotFound [2022-03-16T07:05:16.965Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestDaemonBrokenConfiguration [2022-03-16T07:05:16.965Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestFindConfigurationConflicts [2022-03-16T07:05:16.965Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-16T07:05:16.965Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-16T07:05:16.965Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-16T07:05:16.965Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-16T07:05:16.965Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-16T07:05:16.965Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-16T07:05:16.965Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-16T07:05:16.965Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-16T07:05:16.965Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-16T07:05:16.965Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-16T07:05:16.965Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-16T07:05:16.965Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-16T07:05:16.965Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestValidateConfiguration [2022-03-16T07:05:16.965Z] === RUN TestValidateConfiguration/with_label [2022-03-16T07:05:16.965Z] === RUN TestValidateConfiguration/with_dns [2022-03-16T07:05:16.965Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-16T07:05:16.965Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-16T07:05:16.965Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-16T07:05:16.965Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-16T07:05:16.965Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-16T07:05:16.965Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-16T07:05:16.965Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-16T07:05:16.965Z] === RUN TestReloadSetConfigFileNotExist [2022-03-16T07:05:16.966Z] time="2022-03-16T07:05:15Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-16T07:05:16.966Z] --- PASS: TestReloadSetConfigFileNotExist (0.19s) [2022-03-16T07:05:16.966Z] === RUN TestReloadDefaultConfigNotExist [2022-03-16T07:05:16.966Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:05:16.966Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-16T07:05:16.966Z] === RUN TestReloadBadDefaultConfig [2022-03-16T07:05:16.966Z] time="2022-03-16T07:05:16Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-740499110" [2022-03-16T07:05:16.966Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-16T07:05:16.966Z] === RUN TestReloadWithConflictingLabels [2022-03-16T07:05:16.966Z] time="2022-03-16T07:05:16Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2924869610" [2022-03-16T07:05:16.966Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-16T07:05:16.966Z] === RUN TestReloadWithDuplicateLabels [2022-03-16T07:05:16.966Z] time="2022-03-16T07:05:16Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2503635116" [2022-03-16T07:05:16.966Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-16T07:05:16.966Z] === RUN TestMaskURLCredentials [2022-03-16T07:05:16.966Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-16T07:05:16.966Z] === RUN TestDaemonConfigurationMerge [2022-03-16T07:05:16.966Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-16T07:05:16.966Z] PASS [2022-03-16T07:05:16.966Z] coverage: 79.2% of statements [2022-03-16T07:05:16.966Z] ok github.com/docker/docker/daemon/config 0.361s coverage: 79.2% of statements [2022-03-16T07:05:16.966Z] === RUN TestEventsLog [2022-03-16T07:05:16.966Z] --- PASS: TestEventsLog (0.00s) [2022-03-16T07:05:16.966Z] === RUN TestEventsLogTimeout [2022-03-16T07:05:16.966Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-16T07:05:16.966Z] === RUN TestLogEvents [2022-03-16T07:05:16.966Z] --- PASS: TestLogEvents (0.05s) [2022-03-16T07:05:16.966Z] === RUN TestLoadBufferedEvents [2022-03-16T07:05:17.444Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-03-16T07:05:17.444Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-16T07:05:17.444Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-16T07:05:17.444Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-16T07:05:17.444Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-16T07:05:17.444Z] PASS [2022-03-16T07:05:17.444Z] coverage: 50.0% of statements [2022-03-16T07:05:17.444Z] ok github.com/docker/docker/daemon/events 0.317s coverage: 50.0% of statements [2022-03-16T07:05:17.444Z] === RUN TestWaitNodeAttachment [2022-03-16T07:05:17.924Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-03-16T07:05:17.924Z] === RUN TestIsolationConversion [2022-03-16T07:05:17.924Z] === RUN TestIsolationConversion/default [2022-03-16T07:05:17.924Z] === RUN TestIsolationConversion/process [2022-03-16T07:05:17.924Z] === RUN TestIsolationConversion/hyperv [2022-03-16T07:05:17.924Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-16T07:05:17.924Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-16T07:05:17.924Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-16T07:05:17.924Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-16T07:05:17.924Z] === RUN TestContainerLabels [2022-03-16T07:05:17.924Z] --- PASS: TestContainerLabels (0.00s) [2022-03-16T07:05:17.924Z] === RUN TestCredentialSpecConversion [2022-03-16T07:05:17.924Z] === RUN TestCredentialSpecConversion/none [2022-03-16T07:05:17.924Z] === RUN TestCredentialSpecConversion/config [2022-03-16T07:05:17.924Z] === RUN TestCredentialSpecConversion/file [2022-03-16T07:05:17.924Z] === RUN TestCredentialSpecConversion/registry [2022-03-16T07:05:17.924Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-16T07:05:17.924Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-16T07:05:17.924Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-16T07:05:17.924Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-16T07:05:17.924Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-16T07:05:17.924Z] === RUN TestControllerValidateMountBind [2022-03-16T07:05:17.924Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-16T07:05:17.924Z] === RUN TestControllerValidateMountVolume [2022-03-16T07:05:17.924Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-16T07:05:17.924Z] === RUN TestControllerValidateMountTarget [2022-03-16T07:05:17.924Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-16T07:05:17.924Z] === RUN TestControllerValidateMountTmpfs [2022-03-16T07:05:17.924Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-16T07:05:17.924Z] === RUN TestControllerValidateMountInvalidType [2022-03-16T07:05:17.924Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-16T07:05:17.924Z] === RUN TestControllerValidateMountNamedPipe [2022-03-16T07:05:17.924Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-16T07:05:17.924Z] PASS [2022-03-16T07:05:17.924Z] coverage: 11.0% of statements [2022-03-16T07:05:17.924Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.606s coverage: 11.0% of statements [2022-03-16T07:05:18.107Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-16T07:05:19.031Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-03-16T07:05:19.520Z] === RUN TestIsEmptyDir [2022-03-16T07:05:19.520Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-16T07:05:19.520Z] PASS [2022-03-16T07:05:19.520Z] coverage: 2.3% of statements [2022-03-16T07:05:19.520Z] ok github.com/docker/docker/daemon/graphdriver 0.094s coverage: 2.3% of statements [2022-03-16T07:05:19.520Z] === RUN TestLinkNaming [2022-03-16T07:05:19.520Z] --- PASS: TestLinkNaming (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestLinkNew [2022-03-16T07:05:19.520Z] --- PASS: TestLinkNew (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestLinkEnv [2022-03-16T07:05:19.520Z] --- PASS: TestLinkEnv (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestLinkMultipleEnv [2022-03-16T07:05:19.520Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestLinkPortRangeEnv [2022-03-16T07:05:19.520Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-16T07:05:19.520Z] PASS [2022-03-16T07:05:19.520Z] coverage: 93.0% of statements [2022-03-16T07:05:19.520Z] ok github.com/docker/docker/daemon/links 0.044s coverage: 93.0% of statements [2022-03-16T07:05:19.520Z] === RUN TestVerifyNetworkingConfig [2022-03-16T07:05:19.520Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestGetContainer [2022-03-16T07:05:19.520Z] --- PASS: TestGetContainer (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestValidContainerNames [2022-03-16T07:05:19.520Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestContainerInitDNS [2022-03-16T07:05:19.520Z] daemon_test.go:145: root required [2022-03-16T07:05:19.520Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestMerge [2022-03-16T07:05:19.520Z] --- PASS: TestMerge (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestValidateContainerIsolation [2022-03-16T07:05:19.520Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestFindNetworkErrorType [2022-03-16T07:05:19.520Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestEnsureServicesExist [2022-03-16T07:05:19.520Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestEnsureServicesExistErrors [2022-03-16T07:05:19.520Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-16T07:05:19.520Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-16T07:05:19.520Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-16T07:05:19.520Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-16T07:05:19.520Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-16T07:05:19.520Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-16T07:05:19.520Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestContainerDelete [2022-03-16T07:05:19.520Z] --- PASS: TestContainerDelete (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestContainerDoubleDelete [2022-03-16T07:05:19.520Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestLogContainerEventCopyLabels [2022-03-16T07:05:19.520Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestLogContainerEventWithAttributes [2022-03-16T07:05:19.520Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestNoneHealthcheck [2022-03-16T07:05:19.520Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestHealthStates [2022-03-16T07:05:19.520Z] time="2022-03-16T07:05:19Z" 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-16T07:05:19.520Z] time="2022-03-16T07:05:19Z" 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-16T07:05:19.520Z] time="2022-03-16T07:05:19Z" 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-16T07:05:19.520Z] time="2022-03-16T07:05:19Z" 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-16T07:05:19.520Z] time="2022-03-16T07:05:19Z" 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-16T07:05:19.520Z] time="2022-03-16T07:05:19Z" 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-16T07:05:19.520Z] time="2022-03-16T07:05:19Z" 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-16T07:05:19.520Z] time="2022-03-16T07:05:19Z" 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-16T07:05:19.520Z] time="2022-03-16T07:05:19Z" 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-16T07:05:19.520Z] time="2022-03-16T07:05:19Z" 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-16T07:05:19.520Z] --- PASS: TestHealthStates (0.22s) [2022-03-16T07:05:19.520Z] === RUN TestGetInspectData [2022-03-16T07:05:19.520Z] --- PASS: TestGetInspectData (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestFillLicense [2022-03-16T07:05:19.520Z] --- PASS: TestFillLicense (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestListInvalidFilter [2022-03-16T07:05:19.520Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestNameFilter [2022-03-16T07:05:19.520Z] --- PASS: TestNameFilter (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-16T07:05:19.520Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-16T07:05:19.520Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-16T07:05:19.520Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-16T07:05:19.520Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-16T07:05:19.520Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-16T07:05:19.520Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-16T07:05:19.520Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-16T07:05:19.520Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-16T07:05:19.520Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-16T07:05:19.999Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-16T07:05:19.999Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-16T07:05:19.999Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-16T07:05:19.999Z] === 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-16T07:05:19.999Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-16T07:05:19.999Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-16T07:05:19.999Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-16T07:05:19.999Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-16T07:05:19.999Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-16T07:05:19.999Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-16T07:05:19.999Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-16T07:05:19.999Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.02s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-16T07:05:19.999Z] --- 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-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-16T07:05:19.999Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-16T07:05:19.999Z] === RUN TestDaemonReloadLabels [2022-03-16T07:05:19.999Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-16T07:05:19.999Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-16T07:05:19.999Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-16T07:05:19.999Z] === RUN TestDaemonReloadMirrors [2022-03-16T07:05:19.999Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-16T07:05:19.999Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-16T07:05:19.999Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-16T07:05:19.999Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-16T07:05:19.999Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-16T07:05:19.999Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-16T07:05:19.999Z] reload_test.go:342: root required [2022-03-16T07:05:19.999Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-16T07:05:19.999Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-16T07:05:19.999Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-16T07:05:19.999Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-16T07:05:19.999Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s) [2022-03-16T07:05:19.999Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-16T07:05:19.999Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2022-03-16T07:05:19.999Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-16T07:05:19.999Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.05s) [2022-03-16T07:05:19.999Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-16T07:05:19.999Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.01s) [2022-03-16T07:05:19.999Z] === RUN TestParseVolumesFrom [2022-03-16T07:05:19.999Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-16T07:05:19.999Z] PASS [2022-03-16T07:05:19.999Z] coverage: 8.6% of statements [2022-03-16T07:05:19.999Z] ok github.com/docker/docker/daemon 0.593s coverage: 8.6% of statements [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-16T07:05:19.999Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-16T07:05:20.053Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-16T07:05:22.257Z] === RUN TestNewStreamConfig [2022-03-16T07:05:22.258Z] === RUN TestNewStreamConfig/defaults [2022-03-16T07:05:22.258Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-16T07:05:22.258Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-16T07:05:22.258Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-16T07:05:22.258Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-16T07:05:22.258Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-16T07:05:22.258Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-16T07:05:22.258Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-16T07:05:22.258Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-16T07:05:22.258Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-16T07:05:22.258Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-16T07:05:22.258Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-16T07:05:22.258Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-16T07:05:22.258Z] time="2022-03-16T07:05:21Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-16T07:05:22.258Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s) [2022-03-16T07:05:22.258Z] === RUN TestCreateSuccess [2022-03-16T07:05:22.258Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestCreateStreamSkipped [2022-03-16T07:05:22.258Z] time="2022-03-16T07:05:21Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-16T07:05:22.258Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestCreateLogGroupSuccess [2022-03-16T07:05:22.258Z] time="2022-03-16T07:05:21Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-16T07:05:22.258Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestCreateError [2022-03-16T07:05:22.258Z] --- PASS: TestCreateError (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestCreateAlreadyExists [2022-03-16T07:05:22.258Z] time="2022-03-16T07:05:21Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-16T07:05:22.258Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestLogClosed [2022-03-16T07:05:22.258Z] --- PASS: TestLogClosed (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestLogBlocking [2022-03-16T07:05:22.258Z] --- PASS: TestLogBlocking (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-16T07:05:22.258Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestLogNonBlockingBufferFull [2022-03-16T07:05:22.258Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestPublishBatchSuccess [2022-03-16T07:05:22.258Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestPublishBatchError [2022-03-16T07:05:22.258Z] time="2022-03-16T07:05:21Z" level=error msg=error [2022-03-16T07:05:22.258Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-16T07:05:22.258Z] time="2022-03-16T07:05:21Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-16T07:05:22.258Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-16T07:05:22.258Z] time="2022-03-16T07:05:21Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-16T07:05:22.258Z] time="2022-03-16T07:05:21Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-16T07:05:22.258Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchSimple [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchTicker [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchMultilinePattern [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.10s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchClose [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestEffectiveLen [2022-03-16T07:05:22.258Z] === RUN TestEffectiveLen/0/Hello [2022-03-16T07:05:22.258Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-16T07:05:22.258Z] === RUN TestEffectiveLen/2/🙃 [2022-03-16T07:05:22.258Z] === RUN TestEffectiveLen/3/���� [2022-03-16T07:05:22.258Z] === RUN TestEffectiveLen/4/He��o [2022-03-16T07:05:22.258Z] === RUN TestEffectiveLen/5/ [2022-03-16T07:05:22.258Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestFindValidSplit [2022-03-16T07:05:22.258Z] === RUN TestFindValidSplit/0/ [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1076: [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:05:22.258Z] === RUN TestFindValidSplit/1/Hello [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1076: Hello [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:05:22.258Z] === RUN TestFindValidSplit/2/Hello [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1076: He [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1077: llo [2022-03-16T07:05:22.258Z] === RUN TestFindValidSplit/3/Hello [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1076: [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1077: Hello [2022-03-16T07:05:22.258Z] === RUN TestFindValidSplit/4/🙃 [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1076: [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-16T07:05:22.258Z] === RUN TestFindValidSplit/5/🙃 [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:05:22.258Z] === RUN TestFindValidSplit/6/a� [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1076: a [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1077: � [2022-03-16T07:05:22.258Z] === RUN TestFindValidSplit/7/a� [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1076: a� [2022-03-16T07:05:22.258Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:05:22.258Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestProcessEventEmoji [2022-03-16T07:05:22.258Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchLineSplit [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.05s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchMaxEvents [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-16T07:05:22.258Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-16T07:05:22.258Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-03-16T07:05:22.258Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-16T07:05:22.258Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-16T07:05:22.258Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-16T07:05:22.258Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-16T07:05:22.258Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-16T07:05:22.258Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-16T07:05:22.258Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-16T07:05:22.258Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-16T07:05:22.258Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-16T07:05:22.258Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-16T07:05:22.258Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-16T07:05:22.258Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-16T07:05:22.258Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-16T07:05:22.258Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-16T07:05:22.258Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-16T07:05:22.258Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-16T07:05:22.258Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-16T07:05:22.258Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-16T07:05:22.258Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-16T07:05:22.258Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-16T07:05:22.580Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptionsFormat [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestCreateTagSuccess [2022-03-16T07:05:22.749Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-16T07:05:22.749Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-16T07:05:22.749Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-16T07:05:22.749Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-16T07:05:22.749Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-16T07:05:22.749Z] PASS [2022-03-16T07:05:22.749Z] coverage: 80.2% of statements [2022-03-16T07:05:22.749Z] ok github.com/docker/docker/daemon/logger/awslogs 0.585s coverage: 80.2% of statements [2022-03-16T07:05:22.749Z] === RUN TestAdapterReadLogs [2022-03-16T07:05:22.749Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestCopier [2022-03-16T07:05:22.749Z] --- PASS: TestCopier (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestCopierLongLines [2022-03-16T07:05:22.749Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestCopierSlow [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptReconnectInterval [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-16T07:05:22.749Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-16T07:05:22.749Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-16T07:05:22.749Z] PASS [2022-03-16T07:05:22.749Z] coverage: 33.6% of statements [2022-03-16T07:05:22.749Z] ok github.com/docker/docker/daemon/logger/fluentd 0.063s coverage: 33.6% of statements [2022-03-16T07:05:22.749Z] === RUN TestSearchRegistryForImagesErrors [2022-03-16T07:05:22.749Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestSearchRegistryForImages [2022-03-16T07:05:22.749Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestOnlyPlatformWithFallback [2022-03-16T07:05:22.749Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestImageDelete [2022-03-16T07:05:22.749Z] === RUN TestImageDelete/no_lease [2022-03-16T07:05:22.749Z] === RUN TestImageDelete/lease_exists [2022-03-16T07:05:22.749Z] --- PASS: TestCopierSlow (0.20s) [2022-03-16T07:05:22.749Z] === RUN TestCopierWithSized [2022-03-16T07:05:22.749Z] === RUN TestCopierWithSized/as_is [2022-03-16T07:05:22.749Z] --- PASS: TestImageDelete (0.06s) [2022-03-16T07:05:22.749Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-16T07:05:22.749Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-16T07:05:22.749Z] === RUN TestContentStoreForPull [2022-03-16T07:05:22.749Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-16T07:05:22.749Z] --- PASS: TestCopierWithSized (0.02s) [2022-03-16T07:05:22.749Z] --- PASS: TestCopierWithSized/as_is (0.02s) [2022-03-16T07:05:22.749Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestCopierWithPartial [2022-03-16T07:05:22.749Z] --- PASS: TestCopierWithPartial (0.01s) [2022-03-16T07:05:22.749Z] === RUN TestRingLogger [2022-03-16T07:05:22.749Z] --- PASS: TestRingLogger (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestRingCap [2022-03-16T07:05:22.749Z] --- PASS: TestRingCap (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestRingClose [2022-03-16T07:05:22.749Z] --- PASS: TestRingClose (0.00s) [2022-03-16T07:05:22.749Z] === RUN TestRingDrain [2022-03-16T07:05:22.749Z] --- PASS: TestRingDrain (0.00s) [2022-03-16T07:05:22.749Z] PASS [2022-03-16T07:05:22.749Z] coverage: 43.2% of statements [2022-03-16T07:05:22.749Z] ok github.com/docker/docker/daemon/logger 0.310s coverage: 43.2% of statements [2022-03-16T07:05:22.836Z] check_test.go:308: [dd4f9a7ae75a0] daemon is not started [2022-03-16T07:05:22.836Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-16T07:05:23.227Z] --- PASS: TestContentStoreForPull (0.24s) [2022-03-16T07:05:23.227Z] PASS [2022-03-16T07:05:23.227Z] coverage: 6.8% of statements [2022-03-16T07:05:23.227Z] ok github.com/docker/docker/daemon/images 0.403s coverage: 6.8% of statements [2022-03-16T07:05:23.227Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-16T07:05:23.227Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-16T07:05:23.227Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-16T07:05:23.227Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-16T07:05:23.227Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-16T07:05:23.227Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-16T07:05:23.706Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-16T07:05:23.706Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-16T07:05:23.706Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-16T07:05:23.765Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-16T07:05:24.184Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-03-16T07:05:24.185Z] === RUN TestFastTimeMarshalJSON [2022-03-16T07:05:24.185Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2022-03-16T07:05:24.185Z] PASS [2022-03-16T07:05:24.185Z] coverage: 87.2% of statements [2022-03-16T07:05:24.185Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.265s coverage: 87.2% of statements [2022-03-16T07:05:24.185Z] === RUN TestJSONFileLogger [2022-03-16T07:05:24.185Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-16T07:05:24.185Z] === RUN TestJSONFileLoggerWithTags [2022-03-16T07:05:24.185Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-03-16T07:05:24.185Z] === RUN TestJSONFileLoggerWithOpts [2022-03-16T07:05:24.185Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-03-16T07:05:24.185Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-16T07:05:24.663Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.02s) [2022-03-16T07:05:24.663Z] === RUN TestEncodeDecode [2022-03-16T07:05:24.663Z] === PAUSE TestEncodeDecode [2022-03-16T07:05:24.663Z] === RUN TestUnexpectedEOF [2022-03-16T07:05:24.663Z] time="2022-03-16T07:05:24Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-16T07:05:24.663Z] time="2022-03-16T07:05:24Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-16T07:05:24.663Z] --- PASS: TestUnexpectedEOF (0.22s) [2022-03-16T07:05:24.663Z] === CONT TestEncodeDecode [2022-03-16T07:05:24.663Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-16T07:05:24.663Z] PASS [2022-03-16T07:05:24.663Z] coverage: 69.9% of statements [2022-03-16T07:05:24.663Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.320s coverage: 69.9% of statements [2022-03-16T07:05:24.663Z] === RUN TestWriteLog [2022-03-16T07:05:24.663Z] === PAUSE TestWriteLog [2022-03-16T07:05:24.663Z] === RUN TestReadLog [2022-03-16T07:05:24.663Z] === PAUSE TestReadLog [2022-03-16T07:05:24.663Z] === RUN TestDecode [2022-03-16T07:05:24.663Z] --- PASS: TestDecode (0.03s) [2022-03-16T07:05:24.663Z] === CONT TestWriteLog [2022-03-16T07:05:24.663Z] === CONT TestReadLog [2022-03-16T07:05:24.663Z] --- PASS: TestWriteLog (0.01s) [2022-03-16T07:05:24.663Z] === RUN TestReadLog/tail_exact [2022-03-16T07:05:25.142Z] === RUN TestReadLog/tail_less_than_available [2022-03-16T07:05:25.142Z] === RUN TestReadLog/tail_more_than_available [2022-03-16T07:05:25.142Z] --- PASS: TestReadLog (0.27s) [2022-03-16T07:05:25.142Z] --- PASS: TestReadLog/tail_exact (0.22s) [2022-03-16T07:05:25.142Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-16T07:05:25.142Z] --- PASS: TestReadLog/tail_more_than_available (0.03s) [2022-03-16T07:05:25.142Z] PASS [2022-03-16T07:05:25.142Z] coverage: 78.7% of statements [2022-03-16T07:05:25.142Z] ok github.com/docker/docker/daemon/logger/local 0.368s coverage: 78.7% of statements [2022-03-16T07:05:25.142Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-16T07:05:25.352Z] 0a6173b79e25: Verifying Checksum [2022-03-16T07:05:25.352Z] 0a6173b79e25: Download complete [2022-03-16T07:05:25.621Z] === RUN TestOpenFileDelete [2022-03-16T07:05:25.621Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-16T07:05:25.621Z] === RUN TestOpenFileRename [2022-03-16T07:05:25.621Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-16T07:05:25.621Z] === RUN TestHandleDecoderErr [2022-03-16T07:05:25.621Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-16T07:05:25.621Z] === RUN TestParseLogTagDefaultTag [2022-03-16T07:05:25.621Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-16T07:05:25.621Z] === RUN TestParseLogTag [2022-03-16T07:05:25.621Z] --- PASS: TestParseLogTag (0.00s) [2022-03-16T07:05:25.621Z] === RUN TestParseLogTagEmptyTag [2022-03-16T07:05:25.621Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-16T07:05:25.621Z] === RUN TestTailFiles [2022-03-16T07:05:25.621Z] --- PASS: TestTailFiles (0.00s) [2022-03-16T07:05:25.621Z] === RUN TestFollowLogsConsumerGone [2022-03-16T07:05:25.621Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-16T07:05:25.621Z] === RUN TestFollowLogsProducerGone [2022-03-16T07:05:25.621Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-16T07:05:25.621Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-16T07:05:25.621Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-16T07:05:25.621Z] === RUN TestCheckCapacityAndRotate [2022-03-16T07:05:25.621Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-16T07:05:25.621Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-16T07:05:25.680Z] --- PASS: TestCheckoutGit (30.39s) [2022-03-16T07:05:25.680Z] === RUN TestValidGitTransport [2022-03-16T07:05:25.680Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-16T07:05:25.680Z] === RUN TestGitInvalidRef [2022-03-16T07:05:25.680Z] --- PASS: TestGitInvalidRef (0.22s) [2022-03-16T07:05:25.680Z] PASS [2022-03-16T07:05:25.680Z] coverage: 86.3% of statements [2022-03-16T07:05:25.680Z] ok github.com/docker/docker/builder/remotecontext/git 30.692s coverage: 86.3% of statements [2022-03-16T07:05:26.100Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2022-03-16T07:05:26.100Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-16T07:05:26.100Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-16T07:05:26.100Z] PASS [2022-03-16T07:05:26.100Z] coverage: 53.5% of statements [2022-03-16T07:05:26.100Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.146s coverage: 53.5% of statements [2022-03-16T07:05:26.100Z] === RUN TestLog [2022-03-16T07:05:26.100Z] --- PASS: TestLog (0.03s) [2022-03-16T07:05:26.100Z] PASS [2022-03-16T07:05:26.100Z] coverage: 31.5% of statements [2022-03-16T07:05:26.100Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.099s coverage: 31.5% of statements [2022-03-16T07:05:26.641Z] ? github.com/docker/docker/cli [no test files] [2022-03-16T07:05:26.641Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-16T07:05:27.105Z] === RUN TestNewParse [2022-03-16T07:05:27.105Z] --- PASS: TestNewParse (0.00s) [2022-03-16T07:05:27.105Z] PASS [2022-03-16T07:05:27.105Z] coverage: 8.3% of statements [2022-03-16T07:05:27.105Z] ok github.com/docker/docker/daemon/logger/templates 0.051s coverage: 8.3% of statements [2022-03-16T07:05:27.105Z] === RUN TestValidateLogOpt [2022-03-16T07:05:27.105Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestNewMissedConfig [2022-03-16T07:05:27.105Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestNewMissedUrl [2022-03-16T07:05:27.105Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestNewMissedToken [2022-03-16T07:05:27.105Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestNewWithProxy [2022-03-16T07:05:27.105Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestDefault [2022-03-16T07:05:27.105Z] --- PASS: TestDefault (0.01s) [2022-03-16T07:05:27.105Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-16T07:05:27.105Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestJsonFormat [2022-03-16T07:05:27.105Z] === RUN TestParseLogFormat [2022-03-16T07:05:27.105Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestValidateLogOptEmpty [2022-03-16T07:05:27.105Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestValidateSyslogAddress [2022-03-16T07:05:27.105Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestParseAddressDefaultPort [2022-03-16T07:05:27.105Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestValidateSyslogFacility [2022-03-16T07:05:27.105Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestValidateLogOptSyslogFormat [2022-03-16T07:05:27.105Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestValidateLogOpt [2022-03-16T07:05:27.105Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-16T07:05:27.105Z] PASS [2022-03-16T07:05:27.105Z] coverage: 46.8% of statements [2022-03-16T07:05:27.105Z] --- PASS: TestJsonFormat (0.01s) [2022-03-16T07:05:27.105Z] === RUN TestRawFormat [2022-03-16T07:05:27.105Z] --- PASS: TestRawFormat (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestRawFormatWithLabels [2022-03-16T07:05:27.105Z] ok github.com/docker/docker/daemon/logger/syslog 0.066s coverage: 46.8% of statements [2022-03-16T07:05:27.105Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestRawFormatWithoutTag [2022-03-16T07:05:27.105Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-16T07:05:27.105Z] === RUN TestBatching [2022-03-16T07:05:27.343Z] --- PASS: TestCreateServiceConfigFileMode (11.87s) [2022-03-16T07:05:27.343Z] === RUN TestCreateServiceSysctls [2022-03-16T07:05:27.584Z] --- PASS: TestBatching (0.36s) [2022-03-16T07:05:27.584Z] === RUN TestFrequency [2022-03-16T07:05:28.063Z] --- PASS: TestFrequency (0.27s) [2022-03-16T07:05:28.063Z] === RUN TestOneMessagePerRequest [2022-03-16T07:05:28.063Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-16T07:05:28.063Z] === RUN TestVerify [2022-03-16T07:05:28.063Z] --- PASS: TestVerify (0.00s) [2022-03-16T07:05:28.063Z] === RUN TestSkipVerify [2022-03-16T07:05:28.063Z] time="2022-03-16T07:05:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:28.063Z] time="2022-03-16T07:05:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:28.063Z] time="2022-03-16T07:05:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:28.542Z] --- PASS: TestSkipVerify (0.51s) [2022-03-16T07:05:28.542Z] === RUN TestBufferMaximum [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414328.096283\",\"host\":\"8bcee2bd97fb\"}'" [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414328.096283\",\"host\":\"8bcee2bd97fb\"}'" [2022-03-16T07:05:28.542Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-16T07:05:28.542Z] === RUN TestServerAlwaysDown [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414328.100618\",\"host\":\"8bcee2bd97fb\"}'" [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414328.100618\",\"host\":\"8bcee2bd97fb\"}'" [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414328.100618\",\"host\":\"8bcee2bd97fb\"}'" [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414328.101635\",\"host\":\"8bcee2bd97fb\"}'" [2022-03-16T07:05:28.542Z] time="2022-03-16T07:05:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414328.101635\",\"host\":\"8bcee2bd97fb\"}'" [2022-03-16T07:05:28.542Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-16T07:05:28.542Z] === RUN TestCannotSendAfterClose [2022-03-16T07:05:28.542Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-16T07:05:28.542Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite (334.47s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.87s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.80s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.45s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.50s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.35s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.61s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.35s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.94s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.39s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.07s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.40s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.38s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.39s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.11s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.35s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.64s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.50s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.41s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.59s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.66s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.69s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.45s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.38s) [2022-03-16T07:05:29.016Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.93s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.84s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.64s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.79s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.95s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.10s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.32s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.59s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.72s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.34s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.55s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.65s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.62s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.62s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.92s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.56s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.71s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.44s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.38s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.71s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.44s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.84s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.67s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.61s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.18s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.04s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.17s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.64s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.32s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.81s) [2022-03-16T07:05:29.016Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-16T07:05:29.016Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.04s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.97s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.69s) [2022-03-16T07:05:29.016Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.98s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.14s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.36s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.76s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.41s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (1.99s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.64s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.67s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.66s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.27s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.05s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.55s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.09s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.69s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.92s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.86s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.47s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.41s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.76s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.60s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.89s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.27s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.30s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.98s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.54s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.03s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.28s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.31s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.11s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.82s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.13s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.33s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.10s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.54s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.29s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.77s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.02s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.72s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s) [2022-03-16T07:05:29.017Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.73s) [2022-03-16T07:05:29.017Z] === RUN TestDockerSwarmSuite [2022-03-16T07:05:29.017Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-16T07:05:29.020Z] === RUN TestV1IDService [2022-03-16T07:05:29.020Z] --- PASS: TestV1IDService (0.02s) [2022-03-16T07:05:29.020Z] === RUN TestV2MetadataService [2022-03-16T07:05:29.212Z] 4612f6d0b889: Verifying Checksum [2022-03-16T07:05:29.212Z] 4612f6d0b889: Download complete [2022-03-16T07:05:29.243Z] --- PASS: TestCreateServiceSysctls (2.50s) [2022-03-16T07:05:29.243Z] === RUN TestCreateServiceCapabilities [2022-03-16T07:05:29.498Z] time="2022-03-16T07:05:29Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-16T07:05:29.498Z] time="2022-03-16T07:05:29Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"8bcee2bd97fb\"}'" [2022-03-16T07:05:29.498Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-16T07:05:29.498Z] PASS [2022-03-16T07:05:29.498Z] coverage: 82.5% of statements [2022-03-16T07:05:29.498Z] ok github.com/docker/docker/daemon/logger/splunk 2.305s coverage: 82.5% of statements [2022-03-16T07:05:29.498Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-16T07:05:29.498Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-16T07:05:29.498Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-16T07:05:29.976Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-16T07:05:29.976Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-16T07:05:29.976Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-16T07:05:29.976Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-16T07:05:29.976Z] === RUN TestContinueOnError_NeverContinue [2022-03-16T07:05:29.976Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-16T07:05:29.976Z] === RUN TestManifestStore [2022-03-16T07:05:29.976Z] === RUN TestManifestStore/no_remote_or_local [2022-03-16T07:05:29.976Z] === RUN TestSuccessfulDownload [2022-03-16T07:05:29.976Z] download_test.go:267: Needs fixing on Windows [2022-03-16T07:05:29.976Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-16T07:05:29.976Z] === RUN TestCancelledDownload [2022-03-16T07:05:29.976Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-16T07:05:29.976Z] === RUN TestMaxDownloadAttempts [2022-03-16T07:05:29.976Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-16T07:05:29.976Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-16T07:05:29.976Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-16T07:05:29.976Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-16T07:05:29.976Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-16T07:05:29.976Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-16T07:05:29.976Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-16T07:05:29.976Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-16T07:05:29.976Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-16T07:05:29.976Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-16T07:05:29.976Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-16T07:05:29.976Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-16T07:05:29.976Z] time="2022-03-16T07:05:29Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local4187493858\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-16T07:05:29.976Z] === RUN TestManifestStore/no_local_cache [2022-03-16T07:05:29.976Z] === RUN TestManifestStore/with_local_cache [2022-03-16T07:05:29.976Z] === RUN TestManifestStore/unknown_media_type [2022-03-16T07:05:29.976Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-16T07:05:29.976Z] time="2022-03-16T07:05:29Z" level=warning msg="reference for unknown type: " [2022-03-16T07:05:29.976Z] time="2022-03-16T07:05:29Z" level=warning msg="reference for unknown type: " [2022-03-16T07:05:29.976Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-16T07:05:29.976Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-16T07:05:29.976Z] time="2022-03-16T07:05:29Z" level=warning msg="reference for unknown type: " [2022-03-16T07:05:29.976Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-16T07:05:29.976Z] time="2022-03-16T07:05:29Z" level=warning msg="reference for unknown type: " [2022-03-16T07:05:29.976Z] time="2022-03-16T07:05:29Z" level=warning msg="reference for unknown type: " [2022-03-16T07:05:30.456Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-16T07:05:30.456Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-16T07:05:30.456Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-16T07:05:30.456Z] time="2022-03-16T07:05:29Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore (0.46s) [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore/no_remote_or_local (0.25s) [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore/no_local_cache (0.06s) [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore/with_local_cache (0.04s) [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.06s) [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.04s) [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-03-16T07:05:30.456Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaType [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-16T07:05:30.456Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-16T07:05:30.456Z] === RUN TestFixManifestLayers [2022-03-16T07:05:30.456Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-16T07:05:30.456Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-16T07:05:30.456Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-16T07:05:30.456Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-16T07:05:30.456Z] === RUN TestFixManifestLayersBadParent [2022-03-16T07:05:30.456Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-16T07:05:30.456Z] === RUN TestValidateManifest [2022-03-16T07:05:30.456Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-16T07:05:30.456Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-16T07:05:30.456Z] === RUN TestFormatPlatform [2022-03-16T07:05:30.456Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-16T07:05:30.456Z] === RUN TestPullSchema2Config [2022-03-16T07:05:30.456Z] === RUN TestPullSchema2Config/success_first_time [2022-03-16T07:05:30.456Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:05:30.456Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:30.456Z] === RUN TestPullSchema2Config/500_status [2022-03-16T07:05:30.456Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:05:30.456Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:30.456Z] time="2022-03-16T07:05:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:05:30.456Z] time="2022-03-16T07:05:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:05:30.456Z] time="2022-03-16T07:05:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:05:30.456Z] time="2022-03-16T07:05:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:05:30.456Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-16T07:05:30.456Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.49s) [2022-03-16T07:05:30.456Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.49s) [2022-03-16T07:05:30.456Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.49s) [2022-03-16T07:05:30.456Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.49s) [2022-03-16T07:05:30.456Z] === RUN TestTransfer [2022-03-16T07:05:30.456Z] --- PASS: TestV2MetadataService (1.18s) [2022-03-16T07:05:30.456Z] PASS [2022-03-16T07:05:30.456Z] coverage: 48.2% of statements [2022-03-16T07:05:30.456Z] ok github.com/docker/docker/distribution/metadata 1.274s coverage: 48.2% of statements [2022-03-16T07:05:30.456Z] --- PASS: TestTransfer (0.12s) [2022-03-16T07:05:30.456Z] === RUN TestConcurrencyLimit [2022-03-16T07:05:30.456Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:30.456Z] === RUN TestPullSchema2Config/EOF [2022-03-16T07:05:30.456Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:05:30.456Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:30.456Z] 2022/03/16 07:05:30 http: panic serving 127.0.0.1:49217: intentional panic [2022-03-16T07:05:30.456Z] goroutine 48 [running]: [2022-03-16T07:05:30.456Z] net/http.(*conn).serve.func1() [2022-03-16T07:05:30.456Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-16T07:05:30.456Z] panic({0x7a6940, 0x951f60}) [2022-03-16T07:05:30.456Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-16T07:05:30.456Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0003baa04, {0x964ae8, 0xc0003e8000}) [2022-03-16T07:05:30.456Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-16T07:05:30.456Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x964ae8, 0xc0003e8000}, 0xc00000ea00) [2022-03-16T07:05:30.456Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-16T07:05:30.456Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x964ae8, 0xc0003e8000}, 0x238e35) [2022-03-16T07:05:30.456Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-16T07:05:30.456Z] net/http.serverHandler.ServeHTTP({0xc00038f7d0}, {0x964ae8, 0xc0003e8000}, 0xc00000ea00) [2022-03-16T07:05:30.456Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-16T07:05:30.456Z] net/http.(*conn).serve(0xc0003bc820, {0x969918, 0xc0004de0f0}) [2022-03-16T07:05:30.456Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-16T07:05:30.456Z] created by net/http.(*Server).Serve [2022-03-16T07:05:30.456Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-16T07:05:30.935Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:30.935Z] === RUN TestPullSchema2Config/unauthorized [2022-03-16T07:05:30.935Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:05:30.935Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:30.935Z] --- PASS: TestPullSchema2Config (0.56s) [2022-03-16T07:05:30.935Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-16T07:05:30.935Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-16T07:05:30.935Z] --- PASS: TestPullSchema2Config/EOF (0.29s) [2022-03-16T07:05:30.935Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-03-16T07:05:30.935Z] === RUN TestGetRepositoryMountCandidates [2022-03-16T07:05:30.935Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-16T07:05:30.935Z] === RUN TestLayerAlreadyExists [2022-03-16T07:05:30.935Z] 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-16T07:05:30.935Z] 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-16T07:05:30.935Z] 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-16T07:05:30.935Z] 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-16T07:05:30.935Z] 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-16T07:05:30.935Z] 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-16T07:05:30.935Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-16T07:05:30.935Z] === RUN TestWhenEmptyAuthConfig [2022-03-16T07:05:30.935Z] --- PASS: TestConcurrencyLimit (0.58s) [2022-03-16T07:05:30.935Z] === RUN TestInactiveJobs [2022-03-16T07:05:31.142Z] --- PASS: TestCreateServiceCapabilities (1.93s) [2022-03-16T07:05:31.142Z] === RUN TestInspect [2022-03-16T07:05:31.414Z] === RUN TestNotFound [2022-03-16T07:05:31.414Z] --- PASS: TestNotFound (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestConflict [2022-03-16T07:05:31.414Z] --- PASS: TestConflict (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestForbidden [2022-03-16T07:05:31.414Z] --- PASS: TestForbidden (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestInvalidParameter [2022-03-16T07:05:31.414Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestNotImplemented [2022-03-16T07:05:31.414Z] --- PASS: TestNotImplemented (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestNotModified [2022-03-16T07:05:31.414Z] --- PASS: TestNotModified (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestUnauthorized [2022-03-16T07:05:31.414Z] --- PASS: TestUnauthorized (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestUnknown [2022-03-16T07:05:31.414Z] --- PASS: TestUnknown (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestCancelled [2022-03-16T07:05:31.414Z] --- PASS: TestCancelled (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestDeadline [2022-03-16T07:05:31.414Z] --- PASS: TestDeadline (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestDataLoss [2022-03-16T07:05:31.414Z] --- PASS: TestDataLoss (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestUnavailable [2022-03-16T07:05:31.414Z] --- PASS: TestUnavailable (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestSystem [2022-03-16T07:05:31.414Z] --- PASS: TestSystem (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Not_Found [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Bad_Request [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Conflict [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Unauthorized [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Forbidden [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Not_Modified [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-16T07:05:31.414Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-16T07:05:31.414Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-16T07:05:31.414Z] PASS [2022-03-16T07:05:31.414Z] coverage: 53.1% of statements [2022-03-16T07:05:31.414Z] ok github.com/docker/docker/errdefs 0.049s coverage: 53.1% of statements [2022-03-16T07:05:31.414Z] --- PASS: TestInactiveJobs (0.38s) [2022-03-16T07:05:31.414Z] === RUN TestWatchRelease [2022-03-16T07:05:31.414Z] --- PASS: TestWatchRelease (0.05s) [2022-03-16T07:05:31.414Z] === RUN TestWatchFinishedTransfer [2022-03-16T07:05:31.414Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-16T07:05:31.414Z] === RUN TestDuplicateTransfer [2022-03-16T07:05:31.414Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-16T07:05:31.414Z] === RUN TestSuccessfulUpload [2022-03-16T07:05:31.892Z] time="2022-03-16T07:05:31Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-16T07:05:31.892Z] --- PASS: TestSuccessfulUpload (0.35s) [2022-03-16T07:05:31.892Z] === RUN TestCancelledUpload [2022-03-16T07:05:31.892Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-16T07:05:31.892Z] PASS [2022-03-16T07:05:31.892Z] coverage: 76.8% of statements [2022-03-16T07:05:31.892Z] ok github.com/docker/docker/distribution/xfer 2.090s coverage: 76.8% of statements [2022-03-16T07:05:31.892Z] --- PASS: TestWhenEmptyAuthConfig (1.17s) [2022-03-16T07:05:31.892Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-16T07:05:31.892Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-16T07:05:31.892Z] === RUN TestTokenPassThru [2022-03-16T07:05:31.892Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-16T07:05:31.892Z] === RUN TestTokenPassThruDifferentHost [2022-03-16T07:05:31.892Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-16T07:05:31.892Z] PASS [2022-03-16T07:05:31.892Z] coverage: 26.7% of statements [2022-03-16T07:05:31.892Z] ok github.com/docker/docker/distribution 2.313s coverage: 26.7% of statements [2022-03-16T07:05:32.286Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-16T07:05:32.371Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-16T07:05:32.371Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-16T07:05:32.371Z] === RUN TestCompare [2022-03-16T07:05:32.371Z] --- PASS: TestCompare (0.00s) [2022-03-16T07:05:32.371Z] PASS [2022-03-16T07:05:32.371Z] coverage: 19.2% of statements [2022-03-16T07:05:32.371Z] ok github.com/docker/docker/image/cache 0.121s coverage: 19.2% of statements [2022-03-16T07:05:32.849Z] === RUN TestFSGetInvalidData [2022-03-16T07:05:32.849Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-16T07:05:32.849Z] === RUN TestFSInvalidSet [2022-03-16T07:05:32.849Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-16T07:05:32.849Z] === RUN TestFSInvalidRoot [2022-03-16T07:05:32.849Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-16T07:05:32.849Z] === RUN TestFSMetadataGetSet [2022-03-16T07:05:32.849Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-03-16T07:05:32.849Z] === RUN TestFSInvalidWalker [2022-03-16T07:05:32.849Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-16T07:05:32.849Z] === RUN TestFSGetSet [2022-03-16T07:05:32.849Z] --- PASS: TestFSGetSet (0.04s) [2022-03-16T07:05:32.849Z] === RUN TestFSGetUnsetKey [2022-03-16T07:05:32.849Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-16T07:05:32.849Z] === RUN TestFSGetEmptyData [2022-03-16T07:05:32.849Z] --- PASS: TestFSGetEmptyData (0.02s) [2022-03-16T07:05:32.849Z] === RUN TestFSDelete [2022-03-16T07:05:32.849Z] --- PASS: TestFSDelete (0.02s) [2022-03-16T07:05:32.849Z] === RUN TestFSWalker [2022-03-16T07:05:32.849Z] --- PASS: TestFSWalker (0.02s) [2022-03-16T07:05:32.849Z] === RUN TestFSWalkerStopOnError [2022-03-16T07:05:32.849Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-16T07:05:32.849Z] === RUN TestNewFromJSON [2022-03-16T07:05:32.849Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-16T07:05:32.849Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-16T07:05:32.849Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-16T07:05:32.849Z] === RUN TestMarshalKeyOrder [2022-03-16T07:05:32.849Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-16T07:05:32.849Z] === RUN TestHistoryEqual [2022-03-16T07:05:33.328Z] --- PASS: TestHistoryEqual (0.19s) [2022-03-16T07:05:33.328Z] === RUN TestImage [2022-03-16T07:05:33.328Z] --- PASS: TestImage (0.00s) [2022-03-16T07:05:33.328Z] === RUN TestImageOSNotEmpty [2022-03-16T07:05:33.328Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-16T07:05:33.328Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-16T07:05:33.328Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-16T07:05:33.328Z] === RUN TestCreate [2022-03-16T07:05:33.328Z] --- PASS: TestCreate (0.01s) [2022-03-16T07:05:33.328Z] === RUN TestRestore [2022-03-16T07:05:33.328Z] time="2022-03-16T07:05:32Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-16T07:05:33.328Z] --- PASS: TestRestore (0.04s) [2022-03-16T07:05:33.328Z] === RUN TestAddDelete [2022-03-16T07:05:33.328Z] --- PASS: TestAddDelete (0.03s) [2022-03-16T07:05:33.328Z] === RUN TestSearchAfterDelete [2022-03-16T07:05:33.328Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-16T07:05:33.328Z] === RUN TestParentReset [2022-03-16T07:05:33.328Z] --- PASS: TestParentReset (0.04s) [2022-03-16T07:05:33.328Z] === RUN TestGetAndSetLastUpdated [2022-03-16T07:05:33.328Z] --- PASS: TestGetAndSetLastUpdated (0.05s) [2022-03-16T07:05:33.328Z] === RUN TestStoreLen [2022-03-16T07:05:33.328Z] --- PASS: TestStoreLen (0.05s) [2022-03-16T07:05:33.328Z] PASS [2022-03-16T07:05:33.328Z] coverage: 86.9% of statements [2022-03-16T07:05:33.328Z] ok github.com/docker/docker/image 0.746s coverage: 86.9% of statements [2022-03-16T07:05:33.328Z] === RUN TestMakeV1ConfigFromConfig [2022-03-16T07:05:33.328Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-16T07:05:33.328Z] PASS [2022-03-16T07:05:33.328Z] coverage: 25.0% of statements [2022-03-16T07:05:33.328Z] ok github.com/docker/docker/image/v1 0.077s coverage: 25.0% of statements [2022-03-16T07:05:33.669Z] --- PASS: TestInspect (2.28s) [2022-03-16T07:05:33.669Z] === RUN TestCreateJob [2022-03-16T07:05:33.806Z] === RUN TestValidateManifest [2022-03-16T07:05:33.807Z] === RUN TestValidateManifest/nil [2022-03-16T07:05:33.807Z] === RUN TestValidateManifest/non-nil [2022-03-16T07:05:33.807Z] --- PASS: TestValidateManifest (0.00s) [2022-03-16T07:05:33.807Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-16T07:05:33.807Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-16T07:05:33.807Z] PASS [2022-03-16T07:05:33.807Z] coverage: 0.7% of statements [2022-03-16T07:05:33.807Z] ok github.com/docker/docker/image/tarexport 0.127s coverage: 0.7% of statements [2022-03-16T07:05:33.807Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-16T07:05:34.806Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-16T07:05:34.954Z] ......... [ 85%] [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-16T07:05:35.180Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestConfigureDaemonLogs [2022-03-16T07:05:35.180Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestCommonOptionsInstallFlags [2022-03-16T07:05:35.180Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-16T07:05:35.180Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-16T07:05:35.180Z] PASS [2022-03-16T07:05:35.180Z] coverage: 19.0% of statements [2022-03-16T07:05:35.180Z] ok github.com/docker/docker/cmd/dockerd 0.197s coverage: 19.0% of statements [2022-03-16T07:05:35.180Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-16T07:05:35.180Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-16T07:05:35.180Z] === RUN TestContainerStopSignal [2022-03-16T07:05:35.180Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestContainerStopTimeout [2022-03-16T07:05:35.180Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-16T07:05:35.180Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-16T07:05:35.180Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-16T07:05:35.180Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestReplaceAndAppendEnvVars [2022-03-16T07:05:35.180Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-16T07:05:35.180Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestNewMemoryStore [2022-03-16T07:05:35.180Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestAddContainers [2022-03-16T07:05:35.180Z] --- PASS: TestAddContainers (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestGetContainer [2022-03-16T07:05:35.180Z] --- PASS: TestGetContainer (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestDeleteContainer [2022-03-16T07:05:35.180Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestListContainers [2022-03-16T07:05:35.180Z] --- PASS: TestListContainers (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestFirstContainer [2022-03-16T07:05:35.180Z] --- PASS: TestFirstContainer (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestApplyAllContainer [2022-03-16T07:05:35.180Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestIsValidHealthString [2022-03-16T07:05:35.180Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestStateRunStop [2022-03-16T07:05:35.180Z] --- PASS: TestStateRunStop (0.00s) [2022-03-16T07:05:35.180Z] === RUN TestStateTimeoutWait [2022-03-16T07:05:35.403Z] === RUN TestSerialization [2022-03-16T07:05:35.403Z] --- PASS: TestSerialization (0.02s) [2022-03-16T07:05:35.403Z] PASS [2022-03-16T07:05:35.403Z] coverage: 100.0% of statements [2022-03-16T07:05:35.403Z] ok github.com/docker/docker/libcontainerd/queue 0.081s coverage: 100.0% of statements [2022-03-16T07:05:35.403Z] === RUN TestEmptyLayer [2022-03-16T07:05:35.403Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-16T07:05:35.403Z] === RUN TestCommitFailure [2022-03-16T07:05:35.636Z] state_test.go:141: Stop callback fired [2022-03-16T07:05:35.636Z] state_test.go:165: Stop callback fired [2022-03-16T07:05:35.636Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-16T07:05:35.636Z] === RUN TestIsValidStateString [2022-03-16T07:05:35.636Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-16T07:05:35.636Z] === RUN TestViewSaveDelete [2022-03-16T07:05:35.636Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-16T07:05:35.636Z] === RUN TestViewAll [2022-03-16T07:05:35.636Z] --- PASS: TestViewAll (0.01s) [2022-03-16T07:05:35.636Z] === RUN TestViewGet [2022-03-16T07:05:35.636Z] --- PASS: TestViewGet (0.00s) [2022-03-16T07:05:35.636Z] === RUN TestNames [2022-03-16T07:05:35.636Z] --- PASS: TestNames (0.00s) [2022-03-16T07:05:35.636Z] === RUN TestViewWithHealthCheck [2022-03-16T07:05:35.636Z] --- PASS: TestViewWithHealthCheck (0.00s) [2022-03-16T07:05:35.636Z] PASS [2022-03-16T07:05:35.636Z] coverage: 41.7% of statements [2022-03-16T07:05:35.636Z] ok github.com/docker/docker/container 0.228s coverage: 41.7% of statements [2022-03-16T07:05:35.636Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-16T07:05:35.636Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-16T07:05:35.636Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-16T07:05:35.636Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-16T07:05:35.881Z] --- PASS: TestCommitFailure (0.01s) [2022-03-16T07:05:35.881Z] === RUN TestStartTransactionFailure [2022-03-16T07:05:35.881Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-16T07:05:35.881Z] === RUN TestGetOrphan [2022-03-16T07:05:35.881Z] --- PASS: TestGetOrphan (0.01s) [2022-03-16T07:05:35.881Z] === RUN TestMountAndRegister [2022-03-16T07:05:35.881Z] layer_test.go:258: Layer size: 14 [2022-03-16T07:05:35.881Z] --- PASS: TestMountAndRegister (0.08s) [2022-03-16T07:05:35.881Z] === RUN TestLayerRelease [2022-03-16T07:05:35.881Z] layer_test.go:291: Failing on Windows [2022-03-16T07:05:35.881Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-16T07:05:35.881Z] === RUN TestStoreRestore [2022-03-16T07:05:35.881Z] layer_test.go:340: Failing on Windows [2022-03-16T07:05:35.881Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-16T07:05:35.881Z] === RUN TestTarStreamStability [2022-03-16T07:05:35.881Z] layer_test.go:455: Failing on Windows [2022-03-16T07:05:35.881Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-16T07:05:35.881Z] === RUN TestRegisterExistingLayer [2022-03-16T07:05:35.881Z] --- PASS: TestRegisterExistingLayer (0.36s) [2022-03-16T07:05:35.881Z] === RUN TestTarStreamVerification [2022-03-16T07:05:35.881Z] layer_test.go:684: Failing on Windows [2022-03-16T07:05:35.881Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-16T07:05:35.881Z] === RUN TestLayerMigration [2022-03-16T07:05:35.881Z] migration_test.go:45: Failing on Windows [2022-03-16T07:05:35.881Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-16T07:05:36.197Z] --- PASS: TestCreateJob (2.44s) [2022-03-16T07:05:36.197Z] === RUN TestReplicatedJob [2022-03-16T07:05:36.360Z] === RUN TestLayerMigrationNoTarsplit [2022-03-16T07:05:36.360Z] migration_test.go:181: Failing on Windows [2022-03-16T07:05:36.360Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-16T07:05:36.360Z] === RUN TestMountInit [2022-03-16T07:05:36.360Z] mount_test.go:17: Failing on Windows [2022-03-16T07:05:36.360Z] --- SKIP: TestMountInit (0.00s) [2022-03-16T07:05:36.360Z] === RUN TestMountSize [2022-03-16T07:05:36.360Z] mount_test.go:76: Failing on Windows [2022-03-16T07:05:36.360Z] --- SKIP: TestMountSize (0.00s) [2022-03-16T07:05:36.360Z] === RUN TestMountChanges [2022-03-16T07:05:36.360Z] mount_test.go:125: Failing on Windows [2022-03-16T07:05:36.360Z] --- SKIP: TestMountChanges (0.00s) [2022-03-16T07:05:36.360Z] === RUN TestMountApply [2022-03-16T07:05:36.360Z] mount_test.go:212: Failing on Windows [2022-03-16T07:05:36.360Z] --- SKIP: TestMountApply (0.00s) [2022-03-16T07:05:36.360Z] PASS [2022-03-16T07:05:36.360Z] coverage: 30.2% of statements [2022-03-16T07:05:36.360Z] ok github.com/docker/docker/layer 0.559s coverage: 30.2% of statements [2022-03-16T07:05:36.360Z] === RUN TestEnvironmentParsing [2022-03-16T07:05:36.360Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-16T07:05:36.360Z] PASS [2022-03-16T07:05:36.360Z] coverage: 1.2% of statements [2022-03-16T07:05:36.360Z] ok github.com/docker/docker/libcontainerd/local 0.122s coverage: 1.2% of statements [2022-03-16T07:05:36.360Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-16T07:05:36.360Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-16T07:05:36.360Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-16T07:05:36.360Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-16T07:05:36.598Z] === RUN TestPrepare [2022-03-16T07:05:36.598Z] --- PASS: TestPrepare (0.00s) [2022-03-16T07:05:36.598Z] === RUN TestStart [2022-03-16T07:05:36.598Z] --- PASS: TestStart (0.00s) [2022-03-16T07:05:36.598Z] === RUN TestWaitCancel [2022-03-16T07:05:36.598Z] --- PASS: TestWaitCancel (0.00s) [2022-03-16T07:05:36.598Z] === RUN TestWaitDisabled [2022-03-16T07:05:36.598Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-16T07:05:36.598Z] === RUN TestWaitEnabled [2022-03-16T07:05:36.598Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-16T07:05:36.598Z] === RUN TestRemove [2022-03-16T07:05:36.598Z] --- PASS: TestRemove (0.00s) [2022-03-16T07:05:36.598Z] PASS [2022-03-16T07:05:36.598Z] coverage: 65.3% of statements [2022-03-16T07:05:36.598Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.061s coverage: 65.3% of statements [2022-03-16T07:05:36.838Z] === RUN TestSequenceGetAvailableBit [2022-03-16T07:05:36.838Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-16T07:05:36.838Z] === RUN TestSequenceEqual [2022-03-16T07:05:37.317Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestSequenceCopy [2022-03-16T07:05:37.317Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestGetFirstAvailable [2022-03-16T07:05:37.317Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestFindSequence [2022-03-16T07:05:37.317Z] --- PASS: TestFindSequence (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestCheckIfAvailable [2022-03-16T07:05:37.317Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestMergeSequences [2022-03-16T07:05:37.317Z] --- PASS: TestMergeSequences (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestPushReservation [2022-03-16T07:05:37.317Z] --- PASS: TestPushReservation (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestSerializeDeserialize [2022-03-16T07:05:37.317Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestSet [2022-03-16T07:05:37.317Z] --- PASS: TestSet (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestSetUnset [2022-03-16T07:05:37.317Z] --- PASS: TestSetUnset (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestOffsetSetUnset [2022-03-16T07:05:37.317Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestSetInRange [2022-03-16T07:05:37.317Z] --- PASS: TestSetInRange (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestSetAnyInRange [2022-03-16T07:05:37.317Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestMethods [2022-03-16T07:05:37.317Z] --- PASS: TestMethods (0.00s) [2022-03-16T07:05:37.317Z] === RUN TestRandomAllocateDeallocate [2022-03-16T07:05:38.763Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-16T07:05:38.763Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.15s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-16T07:05:38.763Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-16T07:05:38.763Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-16T07:05:38.763Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-16T07:05:38.763Z] PASS [2022-03-16T07:05:38.763Z] coverage: 35.9% of statements [2022-03-16T07:05:38.763Z] ok github.com/docker/docker/daemon/cluster/convert 0.716s coverage: 35.9% of statements [2022-03-16T07:05:39.219Z] === RUN TestNewListSecretsFilters [2022-03-16T07:05:39.219Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-16T07:05:39.219Z] === RUN TestNewListConfigsFilters [2022-03-16T07:05:39.219Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-16T07:05:39.219Z] PASS [2022-03-16T07:05:39.219Z] coverage: 0.5% of statements [2022-03-16T07:05:39.219Z] ok github.com/docker/docker/daemon/cluster 0.810s coverage: 0.5% of statements [2022-03-16T07:05:39.579Z] === RUN TestInvalidConfig [2022-03-16T07:05:39.579Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-16T07:05:39.579Z] === RUN TestConfig [2022-03-16T07:05:39.579Z] --- PASS: TestConfig (0.00s) [2022-03-16T07:05:39.579Z] === RUN TestOptionsLabels [2022-03-16T07:05:39.579Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-16T07:05:39.579Z] === RUN TestValidName [2022-03-16T07:05:39.579Z] --- PASS: TestValidName (0.00s) [2022-03-16T07:05:39.579Z] PASS [2022-03-16T07:05:39.579Z] coverage: 19.7% of statements [2022-03-16T07:05:39.579Z] ok github.com/docker/docker/libnetwork/config 0.079s coverage: 19.7% of statements [2022-03-16T07:05:40.056Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-16T07:05:40.059Z] === RUN TestKey [2022-03-16T07:05:40.059Z] --- PASS: TestKey (0.00s) [2022-03-16T07:05:40.059Z] === RUN TestParseKey [2022-03-16T07:05:40.059Z] --- PASS: TestParseKey (0.00s) [2022-03-16T07:05:40.059Z] === RUN TestInvalidDataStore [2022-03-16T07:05:40.059Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-16T07:05:40.059Z] === RUN TestKVObjectFlatKey [2022-03-16T07:05:40.059Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-16T07:05:40.059Z] === RUN TestAtomicKVObjectFlatKey [2022-03-16T07:05:40.059Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-16T07:05:40.059Z] PASS [2022-03-16T07:05:40.059Z] coverage: 21.9% of statements [2022-03-16T07:05:40.059Z] ok github.com/docker/docker/libnetwork/datastore 0.059s coverage: 21.9% of statements [2022-03-16T07:05:40.059Z] === RUN TestErrorInterfaces [2022-03-16T07:05:40.059Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-16T07:05:40.059Z] === RUN TestNetworkMarshalling [2022-03-16T07:05:40.059Z] --- PASS: TestNetworkMarshalling (0.24s) [2022-03-16T07:05:40.059Z] === RUN TestEndpointMarshalling [2022-03-16T07:05:40.059Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-16T07:05:40.059Z] === RUN TestAuxAddresses [2022-03-16T07:05:40.059Z] time="2022-03-16T07:05:40Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-16T07:05:40.087Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-16T07:05:40.382Z] --- PASS: TestReplicatedJob (3.94s) [2022-03-16T07:05:40.382Z] === RUN TestUpdateReplicatedJob [2022-03-16T07:05:40.538Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-16T07:05:40.538Z] === RUN TestSRVServiceQuery [2022-03-16T07:05:40.538Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:05:40.538Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-16T07:05:40.538Z] === RUN TestServiceVIPReuse [2022-03-16T07:05:40.538Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:05:40.538Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-16T07:05:40.538Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-16T07:05:40.538Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:05:40.538Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-16T07:05:40.538Z] === RUN TestDNSIPQuery [2022-03-16T07:05:40.538Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:05:40.538Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-16T07:05:40.538Z] === RUN TestDNSProxyServFail [2022-03-16T07:05:40.538Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:05:40.538Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-16T07:05:40.538Z] === RUN TestSandboxAddEmpty [2022-03-16T07:05:40.538Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:05:40.538Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-16T07:05:40.538Z] === RUN TestSandboxAddMultiPrio [2022-03-16T07:05:40.538Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:05:40.538Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-16T07:05:40.538Z] === RUN TestSandboxAddSamePrio [2022-03-16T07:05:40.538Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:05:40.538Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-16T07:05:40.538Z] === RUN TestCleanupServiceDiscovery [2022-03-16T07:05:40.538Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:05:40.538Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-16T07:05:40.538Z] === RUN TestDNSOptions [2022-03-16T07:05:40.538Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:05:40.538Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-16T07:05:40.538Z] === RUN TestMultipleControllersWithSameStore [2022-03-16T07:05:40.538Z] time="2022-03-16T07:05:40Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-16T07:05:40.538Z] time="2022-03-16T07:05:40Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-16T07:05:40.538Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-16T07:05:40.538Z] PASS [2022-03-16T07:05:40.538Z] coverage: 8.5% of statements [2022-03-16T07:05:40.538Z] ok github.com/docker/docker/libnetwork 0.415s coverage: 8.5% of statements [2022-03-16T07:05:40.538Z] === RUN TestIPDataMarshalling [2022-03-16T07:05:40.538Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-16T07:05:40.538Z] === RUN TestValidateAndIsV6 [2022-03-16T07:05:40.538Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-16T07:05:40.538Z] PASS [2022-03-16T07:05:40.538Z] coverage: 68.9% of statements [2022-03-16T07:05:40.538Z] ok github.com/docker/docker/libnetwork/driverapi 0.050s coverage: 68.9% of statements [2022-03-16T07:05:41.017Z] === RUN TestDriver [2022-03-16T07:05:41.017Z] --- PASS: TestDriver (0.00s) [2022-03-16T07:05:41.017Z] PASS [2022-03-16T07:05:41.017Z] coverage: 34.8% of statements [2022-03-16T07:05:41.017Z] ok github.com/docker/docker/libnetwork/drivers/host 0.049s coverage: 34.8% of statements [2022-03-16T07:05:41.270Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-16T07:05:41.495Z] === RUN TestDriver [2022-03-16T07:05:41.495Z] --- PASS: TestDriver (0.00s) [2022-03-16T07:05:41.495Z] PASS [2022-03-16T07:05:41.495Z] coverage: 34.8% of statements [2022-03-16T07:05:41.495Z] ok github.com/docker/docker/libnetwork/drivers/null 0.045s coverage: 34.8% of statements [2022-03-16T07:05:41.973Z] === RUN TestNetworkAllocateFree [2022-03-16T07:05:41.973Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-16T07:05:41.973Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-16T07:05:41.973Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-16T07:05:41.973Z] PASS [2022-03-16T07:05:41.973Z] coverage: 63.6% of statements [2022-03-16T07:05:41.973Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.122s coverage: 63.6% of statements [2022-03-16T07:05:42.108Z] === RUN TestBuilderGC [2022-03-16T07:05:42.108Z] --- PASS: TestBuilderGC (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestDaemonConfigurationNotFound [2022-03-16T07:05:42.108Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestDaemonBrokenConfiguration [2022-03-16T07:05:42.108Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestFindConfigurationConflicts [2022-03-16T07:05:42.108Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-16T07:05:42.108Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-16T07:05:42.108Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-16T07:05:42.108Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-16T07:05:42.108Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-16T07:05:42.108Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-16T07:05:42.108Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-16T07:05:42.108Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-16T07:05:42.108Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-16T07:05:42.108Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-16T07:05:42.108Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-16T07:05:42.108Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-16T07:05:42.108Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestValidateConfiguration [2022-03-16T07:05:42.108Z] === RUN TestValidateConfiguration/with_label [2022-03-16T07:05:42.108Z] === RUN TestValidateConfiguration/with_dns [2022-03-16T07:05:42.108Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-16T07:05:42.108Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-16T07:05:42.108Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-16T07:05:42.108Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-16T07:05:42.108Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-16T07:05:42.108Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-16T07:05:42.108Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestReloadSetConfigFileNotExist [2022-03-16T07:05:42.108Z] time="2022-03-16T07:05:41Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-16T07:05:42.108Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s) [2022-03-16T07:05:42.108Z] === RUN TestReloadDefaultConfigNotExist [2022-03-16T07:05:42.108Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:05:42.108Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestReloadBadDefaultConfig [2022-03-16T07:05:42.108Z] time="2022-03-16T07:05:41Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3208497432" [2022-03-16T07:05:42.108Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestReloadWithConflictingLabels [2022-03-16T07:05:42.108Z] time="2022-03-16T07:05:41Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1414324925" [2022-03-16T07:05:42.108Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestReloadWithDuplicateLabels [2022-03-16T07:05:42.108Z] time="2022-03-16T07:05:41Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-804801503" [2022-03-16T07:05:42.108Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestMaskURLCredentials [2022-03-16T07:05:42.108Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-16T07:05:42.108Z] === RUN TestDaemonConfigurationMerge [2022-03-16T07:05:42.108Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-16T07:05:42.108Z] PASS [2022-03-16T07:05:42.108Z] coverage: 79.2% of statements [2022-03-16T07:05:42.108Z] ok github.com/docker/docker/daemon/config 0.263s coverage: 79.2% of statements [2022-03-16T07:05:42.280Z] --- PASS: TestUpdateReplicatedJob (2.49s) [2022-03-16T07:05:42.280Z] === RUN TestServiceListWithStatuses [2022-03-16T07:05:42.280Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-16T07:05:42.280Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-16T07:05:42.280Z] === RUN TestDockerNetworkConnectAlias [2022-03-16T07:05:42.451Z] --- PASS: TestRandomAllocateDeallocate (5.23s) [2022-03-16T07:05:42.451Z] === RUN TestAllocateRandomDeallocate [2022-03-16T07:05:42.451Z] === RUN TestGetEmptyCapabilities [2022-03-16T07:05:42.451Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-16T07:05:42.451Z] === RUN TestGetExtraCapabilities [2022-03-16T07:05:42.451Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-16T07:05:42.451Z] === RUN TestGetInvalidCapabilities [2022-03-16T07:05:42.451Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-16T07:05:42.451Z] === RUN TestRemoteDriver [2022-03-16T07:05:42.451Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-16T07:05:42.451Z] === RUN TestDriverError [2022-03-16T07:05:42.451Z] --- PASS: TestDriverError (0.01s) [2022-03-16T07:05:42.451Z] === RUN TestMissingValues [2022-03-16T07:05:42.451Z] --- PASS: TestMissingValues (0.02s) [2022-03-16T07:05:42.451Z] === RUN TestRollback [2022-03-16T07:05:42.451Z] --- PASS: TestRollback (0.01s) [2022-03-16T07:05:42.451Z] PASS [2022-03-16T07:05:42.451Z] coverage: 57.4% of statements [2022-03-16T07:05:42.451Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.121s coverage: 57.4% of statements [2022-03-16T07:05:42.564Z] === RUN TestEventsLog [2022-03-16T07:05:42.564Z] --- PASS: TestEventsLog (0.00s) [2022-03-16T07:05:42.564Z] === RUN TestEventsLogTimeout [2022-03-16T07:05:42.564Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-16T07:05:42.564Z] === RUN TestLogEvents [2022-03-16T07:05:42.564Z] --- PASS: TestLogEvents (0.05s) [2022-03-16T07:05:42.564Z] === RUN TestLoadBufferedEvents [2022-03-16T07:05:42.564Z] === RUN TestWaitNodeAttachment [2022-03-16T07:05:42.564Z] --- PASS: TestLoadBufferedEvents (0.15s) [2022-03-16T07:05:42.564Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-16T07:05:42.564Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-16T07:05:42.564Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-16T07:05:42.564Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-16T07:05:42.564Z] PASS [2022-03-16T07:05:42.564Z] coverage: 50.0% of statements [2022-03-16T07:05:42.564Z] ok github.com/docker/docker/daemon/events 0.264s coverage: 50.0% of statements [2022-03-16T07:05:42.930Z] === RUN TestNAT [2022-03-16T07:05:42.930Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-16T07:05:42.930Z] --- SKIP: TestNAT (0.00s) [2022-03-16T07:05:42.930Z] === RUN TestTransparent [2022-03-16T07:05:42.930Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-16T07:05:42.930Z] --- SKIP: TestTransparent (0.00s) [2022-03-16T07:05:42.930Z] PASS [2022-03-16T07:05:42.930Z] coverage: 0.0% of statements [2022-03-16T07:05:42.930Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.056s coverage: 0.0% of statements [2022-03-16T07:05:43.019Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-16T07:05:43.020Z] === RUN TestIsolationConversion [2022-03-16T07:05:43.020Z] === RUN TestIsolationConversion/default [2022-03-16T07:05:43.020Z] === RUN TestIsolationConversion/process [2022-03-16T07:05:43.020Z] === RUN TestIsolationConversion/hyperv [2022-03-16T07:05:43.020Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-16T07:05:43.020Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-16T07:05:43.020Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-16T07:05:43.020Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-16T07:05:43.020Z] === RUN TestContainerLabels [2022-03-16T07:05:43.020Z] --- PASS: TestContainerLabels (0.00s) [2022-03-16T07:05:43.020Z] === RUN TestCredentialSpecConversion [2022-03-16T07:05:43.020Z] === RUN TestCredentialSpecConversion/none [2022-03-16T07:05:43.020Z] === RUN TestCredentialSpecConversion/config [2022-03-16T07:05:43.020Z] === RUN TestCredentialSpecConversion/file [2022-03-16T07:05:43.020Z] === RUN TestCredentialSpecConversion/registry [2022-03-16T07:05:43.020Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-16T07:05:43.020Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-16T07:05:43.020Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-16T07:05:43.020Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-16T07:05:43.020Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-16T07:05:43.020Z] === RUN TestControllerValidateMountBind [2022-03-16T07:05:43.020Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-16T07:05:43.020Z] === RUN TestControllerValidateMountVolume [2022-03-16T07:05:43.020Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-16T07:05:43.020Z] === RUN TestControllerValidateMountTarget [2022-03-16T07:05:43.020Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-16T07:05:43.020Z] === RUN TestControllerValidateMountTmpfs [2022-03-16T07:05:43.020Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-16T07:05:43.020Z] === RUN TestControllerValidateMountInvalidType [2022-03-16T07:05:43.020Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-16T07:05:43.020Z] === RUN TestControllerValidateMountNamedPipe [2022-03-16T07:05:43.020Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-16T07:05:43.020Z] PASS [2022-03-16T07:05:43.020Z] coverage: 11.0% of statements [2022-03-16T07:05:43.020Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.588s coverage: 11.0% of statements [2022-03-16T07:05:43.408Z] === RUN TestBuildDefault [2022-03-16T07:05:43.409Z] --- PASS: TestBuildDefault (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestBuildHostnameDomainname [2022-03-16T07:05:43.409Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestBuildHostname [2022-03-16T07:05:43.409Z] --- PASS: TestBuildHostname (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestBuildHostnameFQDN [2022-03-16T07:05:43.409Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestBuildNoIP [2022-03-16T07:05:43.409Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestUpdate [2022-03-16T07:05:43.409Z] --- PASS: TestUpdate (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-16T07:05:43.409Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-16T07:05:43.409Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestAddEmpty [2022-03-16T07:05:43.409Z] --- PASS: TestAddEmpty (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestAdd [2022-03-16T07:05:43.409Z] --- PASS: TestAdd (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestDeleteEmpty [2022-03-16T07:05:43.409Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestDeleteNewline [2022-03-16T07:05:43.409Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestDelete [2022-03-16T07:05:43.409Z] --- PASS: TestDelete (0.00s) [2022-03-16T07:05:43.409Z] === RUN TestConcurrentWrites [2022-03-16T07:05:43.409Z] --- PASS: TestAllocateRandomDeallocate (1.34s) [2022-03-16T07:05:43.409Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-16T07:05:43.887Z] === RUN TestNew [2022-03-16T07:05:43.887Z] --- PASS: TestNew (0.00s) [2022-03-16T07:05:43.887Z] === RUN TestAddDriver [2022-03-16T07:05:43.887Z] --- PASS: TestAddDriver (0.00s) [2022-03-16T07:05:43.887Z] === RUN TestAddDuplicateDriver [2022-03-16T07:05:43.887Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-16T07:05:43.887Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-16T07:05:43.887Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-16T07:05:43.887Z] === RUN TestDriver [2022-03-16T07:05:43.887Z] --- PASS: TestDriver (0.00s) [2022-03-16T07:05:43.887Z] === RUN TestIPAM [2022-03-16T07:05:43.887Z] --- PASS: TestIPAM (0.00s) [2022-03-16T07:05:43.887Z] === RUN TestWalkIPAMs [2022-03-16T07:05:43.887Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-16T07:05:43.887Z] === RUN TestWalkDrivers [2022-03-16T07:05:43.887Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-16T07:05:43.887Z] PASS [2022-03-16T07:05:43.887Z] coverage: 82.4% of statements [2022-03-16T07:05:43.887Z] ok github.com/docker/docker/libnetwork/drvregistry 0.092s coverage: 82.4% of statements [2022-03-16T07:05:43.887Z] --- PASS: TestConcurrentWrites (0.30s) [2022-03-16T07:05:43.887Z] PASS [2022-03-16T07:05:43.887Z] coverage: 81.2% of statements [2022-03-16T07:05:43.887Z] ok github.com/docker/docker/libnetwork/etchosts 0.366s coverage: 81.2% of statements [2022-03-16T07:05:43.887Z] === RUN TestNew [2022-03-16T07:05:43.887Z] --- PASS: TestNew (0.00s) [2022-03-16T07:05:43.887Z] === RUN TestAllocate [2022-03-16T07:05:43.887Z] --- PASS: TestAllocate (0.00s) [2022-03-16T07:05:43.887Z] === RUN TestUninitialized [2022-03-16T07:05:43.887Z] --- PASS: TestUninitialized (0.00s) [2022-03-16T07:05:43.887Z] === RUN TestAllocateInRange [2022-03-16T07:05:43.887Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-16T07:05:43.887Z] === RUN TestAllocateSerial [2022-03-16T07:05:43.887Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-16T07:05:43.887Z] PASS [2022-03-16T07:05:43.887Z] coverage: 87.5% of statements [2022-03-16T07:05:43.887Z] ok github.com/docker/docker/libnetwork/idm 0.049s coverage: 87.5% of statements [2022-03-16T07:05:43.981Z] === RUN TestIsEmptyDir [2022-03-16T07:05:43.981Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-16T07:05:43.981Z] PASS [2022-03-16T07:05:43.981Z] coverage: 2.3% of statements [2022-03-16T07:05:43.981Z] ok github.com/docker/docker/daemon/graphdriver 0.073s coverage: 2.3% of statements [2022-03-16T07:05:43.981Z] === RUN TestVerifyNetworkingConfig [2022-03-16T07:05:43.981Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-16T07:05:43.981Z] === RUN TestGetContainer [2022-03-16T07:05:43.981Z] --- PASS: TestGetContainer (0.00s) [2022-03-16T07:05:43.981Z] === RUN TestValidContainerNames [2022-03-16T07:05:43.981Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-16T07:05:43.981Z] === RUN TestContainerInitDNS [2022-03-16T07:05:43.981Z] daemon_test.go:145: root required [2022-03-16T07:05:43.981Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-16T07:05:43.981Z] === RUN TestMerge [2022-03-16T07:05:43.981Z] --- PASS: TestMerge (0.00s) [2022-03-16T07:05:43.981Z] === RUN TestValidateContainerIsolation [2022-03-16T07:05:43.981Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-16T07:05:43.981Z] === RUN TestFindNetworkErrorType [2022-03-16T07:05:43.981Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-16T07:05:43.981Z] === RUN TestEnsureServicesExist [2022-03-16T07:05:43.981Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-16T07:05:43.981Z] === RUN TestEnsureServicesExistErrors [2022-03-16T07:05:43.981Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-16T07:05:43.981Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-16T07:05:43.981Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-16T07:05:44.366Z] === RUN TestCaller [2022-03-16T07:05:44.366Z] --- PASS: TestCaller (0.00s) [2022-03-16T07:05:44.366Z] PASS [2022-03-16T07:05:44.366Z] coverage: 100.0% of statements [2022-03-16T07:05:44.366Z] ok github.com/docker/docker/libnetwork/internal/caller 0.055s coverage: 100.0% of statements [2022-03-16T07:05:44.437Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestContainerDelete [2022-03-16T07:05:44.437Z] --- PASS: TestContainerDelete (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestContainerDoubleDelete [2022-03-16T07:05:44.437Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestLogContainerEventCopyLabels [2022-03-16T07:05:44.437Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestLogContainerEventWithAttributes [2022-03-16T07:05:44.437Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestNoneHealthcheck [2022-03-16T07:05:44.437Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestHealthStates [2022-03-16T07:05:44.437Z] === RUN TestLinkNaming [2022-03-16T07:05:44.437Z] --- PASS: TestLinkNaming (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestLinkNew [2022-03-16T07:05:44.437Z] --- PASS: TestLinkNew (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestLinkEnv [2022-03-16T07:05:44.437Z] --- PASS: TestLinkEnv (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestLinkMultipleEnv [2022-03-16T07:05:44.437Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestLinkPortRangeEnv [2022-03-16T07:05:44.437Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-16T07:05:44.437Z] PASS [2022-03-16T07:05:44.437Z] coverage: 93.0% of statements [2022-03-16T07:05:44.437Z] ok github.com/docker/docker/daemon/links 0.043s coverage: 93.0% of statements [2022-03-16T07:05:44.437Z] time="2022-03-16T07:05:43Z" 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-16T07:05:44.437Z] time="2022-03-16T07:05:44Z" 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-16T07:05:44.437Z] time="2022-03-16T07:05:44Z" 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-16T07:05:44.437Z] time="2022-03-16T07:05:44Z" 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-16T07:05:44.437Z] time="2022-03-16T07:05:44Z" 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-16T07:05:44.437Z] time="2022-03-16T07:05:44Z" 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-16T07:05:44.437Z] time="2022-03-16T07:05:44Z" 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-16T07:05:44.437Z] time="2022-03-16T07:05:44Z" 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-16T07:05:44.437Z] time="2022-03-16T07:05:44Z" 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-16T07:05:44.437Z] time="2022-03-16T07:05:44Z" 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-16T07:05:44.437Z] --- PASS: TestHealthStates (0.17s) [2022-03-16T07:05:44.437Z] === RUN TestGetInspectData [2022-03-16T07:05:44.437Z] --- PASS: TestGetInspectData (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestFillLicense [2022-03-16T07:05:44.437Z] --- PASS: TestFillLicense (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestListInvalidFilter [2022-03-16T07:05:44.437Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestNameFilter [2022-03-16T07:05:44.437Z] --- PASS: TestNameFilter (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-16T07:05:44.437Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-16T07:05:44.437Z] === 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-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-16T07:05:44.437Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-16T07:05:44.437Z] --- 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-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-16T07:05:44.437Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestDaemonReloadLabels [2022-03-16T07:05:44.437Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-16T07:05:44.437Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestDaemonReloadMirrors [2022-03-16T07:05:44.437Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-16T07:05:44.437Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-16T07:05:44.437Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-16T07:05:44.437Z] reload_test.go:342: root required [2022-03-16T07:05:44.437Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-16T07:05:44.437Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-16T07:05:44.437Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-16T07:05:44.437Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-16T07:05:44.437Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-16T07:05:44.437Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-16T07:05:44.437Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-16T07:05:44.437Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-16T07:05:44.437Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-16T07:05:44.437Z] === RUN TestParseVolumesFrom [2022-03-16T07:05:44.437Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-16T07:05:44.437Z] PASS [2022-03-16T07:05:44.437Z] coverage: 8.6% of statements [2022-03-16T07:05:44.437Z] ok github.com/docker/docker/daemon 0.383s coverage: 8.6% of statements [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-16T07:05:44.437Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-16T07:05:44.847Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.00s) [2022-03-16T07:05:44.847Z] === RUN TestRetrieveFromStore [2022-03-16T07:05:44.847Z] === RUN TestSetSerialInsertDelete [2022-03-16T07:05:44.847Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-16T07:05:44.847Z] === RUN TestSetParallelInsertDelete [2022-03-16T07:05:45.306Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-16T07:05:45.330Z] --- PASS: TestRetrieveFromStore (0.73s) [2022-03-16T07:05:45.330Z] === RUN TestIsCorrupted [2022-03-16T07:05:45.330Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-16T07:05:45.330Z] === RUN TestSetRollover [2022-03-16T07:05:45.599Z] --- PASS: TestDockerNetworkConnectAlias (3.54s) [2022-03-16T07:05:45.599Z] === RUN TestDockerNetworkReConnect [2022-03-16T07:05:46.236Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-16T07:05:46.343Z] === RUN TestInt2IP2IntConversion [2022-03-16T07:05:46.622Z] === RUN TestNewStreamConfig [2022-03-16T07:05:46.622Z] === RUN TestNewStreamConfig/defaults [2022-03-16T07:05:46.622Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-16T07:05:46.622Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-16T07:05:46.622Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-16T07:05:46.622Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-16T07:05:46.622Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-16T07:05:46.622Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-16T07:05:46.622Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-16T07:05:46.622Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-16T07:05:46.622Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-16T07:05:46.622Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-16T07:05:46.622Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-16T07:05:46.622Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-16T07:05:46.622Z] time="2022-03-16T07:05:46Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-16T07:05:46.622Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2022-03-16T07:05:46.622Z] === RUN TestCreateSuccess [2022-03-16T07:05:46.622Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCreateStreamSkipped [2022-03-16T07:05:46.622Z] time="2022-03-16T07:05:46Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-16T07:05:46.622Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCreateLogGroupSuccess [2022-03-16T07:05:46.622Z] time="2022-03-16T07:05:46Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-16T07:05:46.622Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCreateError [2022-03-16T07:05:46.622Z] --- PASS: TestCreateError (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCreateAlreadyExists [2022-03-16T07:05:46.622Z] time="2022-03-16T07:05:46Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-16T07:05:46.622Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestLogClosed [2022-03-16T07:05:46.622Z] --- PASS: TestLogClosed (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestLogBlocking [2022-03-16T07:05:46.622Z] --- PASS: TestLogBlocking (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-16T07:05:46.622Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestLogNonBlockingBufferFull [2022-03-16T07:05:46.622Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestPublishBatchSuccess [2022-03-16T07:05:46.622Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestPublishBatchError [2022-03-16T07:05:46.622Z] time="2022-03-16T07:05:46Z" level=error msg=error [2022-03-16T07:05:46.622Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-16T07:05:46.622Z] time="2022-03-16T07:05:46Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-16T07:05:46.622Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-16T07:05:46.622Z] time="2022-03-16T07:05:46Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-16T07:05:46.622Z] time="2022-03-16T07:05:46Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-16T07:05:46.622Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchSimple [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchTicker [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchMultilinePattern [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchClose [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestEffectiveLen [2022-03-16T07:05:46.622Z] === RUN TestEffectiveLen/0/Hello [2022-03-16T07:05:46.622Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-16T07:05:46.622Z] === RUN TestEffectiveLen/2/🙃 [2022-03-16T07:05:46.622Z] === RUN TestEffectiveLen/3/���� [2022-03-16T07:05:46.622Z] === RUN TestEffectiveLen/4/He��o [2022-03-16T07:05:46.622Z] === RUN TestEffectiveLen/5/ [2022-03-16T07:05:46.622Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestFindValidSplit [2022-03-16T07:05:46.622Z] === RUN TestFindValidSplit/0/ [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1076: [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:05:46.622Z] === RUN TestFindValidSplit/1/Hello [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1076: Hello [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:05:46.622Z] === RUN TestFindValidSplit/2/Hello [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1076: He [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1077: llo [2022-03-16T07:05:46.622Z] === RUN TestFindValidSplit/3/Hello [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1076: [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1077: Hello [2022-03-16T07:05:46.622Z] === RUN TestFindValidSplit/4/🙃 [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1076: [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-16T07:05:46.622Z] === RUN TestFindValidSplit/5/🙃 [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:05:46.622Z] === RUN TestFindValidSplit/6/a� [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1076: a [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1077: � [2022-03-16T07:05:46.622Z] === RUN TestFindValidSplit/7/a� [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1076: a� [2022-03-16T07:05:46.622Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:05:46.622Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-16T07:05:46.622Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestProcessEventEmoji [2022-03-16T07:05:46.622Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchLineSplit [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchLineSplit (0.02s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchMaxEvents [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchMaxEvents (0.10s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-16T07:05:46.622Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-16T07:05:46.622Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-03-16T07:05:46.622Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-16T07:05:46.622Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-16T07:05:46.622Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-16T07:05:46.622Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-16T07:05:46.622Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-16T07:05:46.824Z] --- PASS: TestInt2IP2IntConversion (0.58s) [2022-03-16T07:05:46.824Z] === RUN TestGetAddressVersion [2022-03-16T07:05:46.824Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-16T07:05:46.824Z] === RUN TestKeyString [2022-03-16T07:05:46.824Z] --- PASS: TestKeyString (0.00s) [2022-03-16T07:05:46.824Z] === RUN TestPoolDataMarshal [2022-03-16T07:05:46.824Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-16T07:05:46.824Z] === RUN TestSubnetsMarshal [2022-03-16T07:05:46.824Z] --- PASS: TestSetRollover (1.29s) [2022-03-16T07:05:46.824Z] === RUN TestSetRolloverSerial [2022-03-16T07:05:46.824Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-03-16T07:05:46.824Z] === RUN TestAddSubnets [2022-03-16T07:05:46.824Z] --- PASS: TestAddSubnets (0.05s) [2022-03-16T07:05:46.824Z] === RUN TestDoublePoolRelease [2022-03-16T07:05:46.824Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-16T07:05:46.824Z] === RUN TestAddReleasePoolID [2022-03-16T07:05:46.824Z] === RUN TestPoolRequest [2022-03-16T07:05:46.824Z] --- PASS: TestPoolRequest (0.00s) [2022-03-16T07:05:46.824Z] === RUN TestOtherRequests [2022-03-16T07:05:46.824Z] --- PASS: TestOtherRequests (0.00s) [2022-03-16T07:05:46.824Z] PASS [2022-03-16T07:05:46.824Z] coverage: 57.1% of statements [2022-03-16T07:05:46.824Z] ok github.com/docker/docker/libnetwork/ipams/null 0.047s coverage: 57.1% of statements [2022-03-16T07:05:46.824Z] --- PASS: TestAddReleasePoolID (0.06s) [2022-03-16T07:05:46.824Z] === RUN TestPredefinedPool [2022-03-16T07:05:46.824Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-16T07:05:46.824Z] === RUN TestRemoveSubnet [2022-03-16T07:05:46.824Z] --- PASS: TestRemoveSubnet (0.21s) [2022-03-16T07:05:46.824Z] === RUN TestGetSameAddress [2022-03-16T07:05:47.080Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-16T07:05:47.080Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-16T07:05:47.080Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-16T07:05:47.080Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-16T07:05:47.080Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-16T07:05:47.080Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsFormat [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestCreateTagSuccess [2022-03-16T07:05:47.080Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-16T07:05:47.080Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-16T07:05:47.080Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-16T07:05:47.080Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-16T07:05:47.080Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-16T07:05:47.080Z] PASS [2022-03-16T07:05:47.080Z] coverage: 80.2% of statements [2022-03-16T07:05:47.080Z] ok github.com/docker/docker/daemon/logger/awslogs 0.453s coverage: 80.2% of statements [2022-03-16T07:05:47.080Z] === RUN TestAdapterReadLogs [2022-03-16T07:05:47.080Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestCopier [2022-03-16T07:05:47.080Z] --- PASS: TestCopier (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestCopierLongLines [2022-03-16T07:05:47.080Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestCopierSlow [2022-03-16T07:05:47.080Z] --- PASS: TestCopierSlow (0.20s) [2022-03-16T07:05:47.080Z] === RUN TestCopierWithSized [2022-03-16T07:05:47.080Z] === RUN TestCopierWithSized/as_is [2022-03-16T07:05:47.080Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-16T07:05:47.080Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-16T07:05:47.080Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestCopierWithPartial [2022-03-16T07:05:47.080Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestRingLogger [2022-03-16T07:05:47.080Z] --- PASS: TestRingLogger (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestRingCap [2022-03-16T07:05:47.080Z] --- PASS: TestRingCap (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestRingClose [2022-03-16T07:05:47.080Z] --- PASS: TestRingClose (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestRingDrain [2022-03-16T07:05:47.080Z] --- PASS: TestRingDrain (0.00s) [2022-03-16T07:05:47.080Z] PASS [2022-03-16T07:05:47.080Z] coverage: 43.2% of statements [2022-03-16T07:05:47.080Z] ok github.com/docker/docker/daemon/logger 0.367s coverage: 43.2% of statements [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptReconnectInterval [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-16T07:05:47.080Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-16T07:05:47.080Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-16T07:05:47.080Z] PASS [2022-03-16T07:05:47.080Z] coverage: 33.6% of statements [2022-03-16T07:05:47.080Z] ok github.com/docker/docker/daemon/logger/fluentd 0.088s coverage: 33.6% of statements [2022-03-16T07:05:47.080Z] === RUN TestSearchRegistryForImagesErrors [2022-03-16T07:05:47.080Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestSearchRegistryForImages [2022-03-16T07:05:47.080Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestOnlyPlatformWithFallback [2022-03-16T07:05:47.080Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-16T07:05:47.080Z] === RUN TestImageDelete [2022-03-16T07:05:47.080Z] === RUN TestImageDelete/no_lease [2022-03-16T07:05:47.080Z] === RUN TestImageDelete/lease_exists [2022-03-16T07:05:47.303Z] --- PASS: TestGetSameAddress (0.03s) [2022-03-16T07:05:47.303Z] === RUN TestPoolAllocationReuse [2022-03-16T07:05:47.536Z] --- PASS: TestImageDelete (0.03s) [2022-03-16T07:05:47.536Z] --- PASS: TestImageDelete/no_lease (0.00s) [2022-03-16T07:05:47.536Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-03-16T07:05:47.536Z] === RUN TestContentStoreForPull [2022-03-16T07:05:47.536Z] --- PASS: TestContentStoreForPull (0.19s) [2022-03-16T07:05:47.536Z] PASS [2022-03-16T07:05:47.536Z] coverage: 6.8% of statements [2022-03-16T07:05:47.536Z] ok github.com/docker/docker/daemon/images 0.356s coverage: 6.8% of statements [2022-03-16T07:05:47.536Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-16T07:05:47.536Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-16T07:05:47.536Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-16T07:05:47.536Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-16T07:05:47.536Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-16T07:05:47.536Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-16T07:05:47.781Z] === RUN TestGetCapabilities [2022-03-16T07:05:47.782Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-16T07:05:47.782Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-16T07:05:47.782Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-16T07:05:47.782Z] === RUN TestGetDefaultAddressSpaces [2022-03-16T07:05:47.782Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-16T07:05:47.782Z] === RUN TestRemoteDriver [2022-03-16T07:05:47.782Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-16T07:05:47.782Z] PASS [2022-03-16T07:05:47.782Z] coverage: 47.4% of statements [2022-03-16T07:05:47.782Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.077s coverage: 47.4% of statements [2022-03-16T07:05:47.782Z] --- PASS: TestSetRolloverSerial (1.33s) [2022-03-16T07:05:47.782Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-16T07:05:47.782Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-16T07:05:47.782Z] PASS [2022-03-16T07:05:47.782Z] coverage: 84.4% of statements [2022-03-16T07:05:47.782Z] ok github.com/docker/docker/libnetwork/bitseq 11.104s coverage: 84.4% of statements [2022-03-16T07:05:47.805Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-16T07:05:47.805Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-16T07:05:47.994Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-16T07:05:47.994Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-16T07:05:47.994Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-16T07:05:48.449Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.14s) [2022-03-16T07:05:48.450Z] === RUN TestFastTimeMarshalJSON [2022-03-16T07:05:48.450Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-03-16T07:05:48.450Z] PASS [2022-03-16T07:05:48.450Z] coverage: 87.2% of statements [2022-03-16T07:05:48.450Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.204s coverage: 87.2% of statements [2022-03-16T07:05:48.450Z] === RUN TestJSONFileLogger [2022-03-16T07:05:48.450Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-16T07:05:48.450Z] === RUN TestJSONFileLoggerWithTags [2022-03-16T07:05:48.450Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-16T07:05:48.450Z] === RUN TestJSONFileLoggerWithOpts [2022-03-16T07:05:48.450Z] --- PASS: TestJSONFileLoggerWithOpts (0.04s) [2022-03-16T07:05:48.450Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-16T07:05:48.450Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-16T07:05:48.450Z] === RUN TestEncodeDecode [2022-03-16T07:05:48.450Z] === PAUSE TestEncodeDecode [2022-03-16T07:05:48.450Z] === RUN TestUnexpectedEOF [2022-03-16T07:05:48.796Z] --- PASS: TestPoolAllocationReuse (1.44s) [2022-03-16T07:05:48.796Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-16T07:05:48.796Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-03-16T07:05:48.796Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-16T07:05:48.796Z] === RUN TestWindowsIPAM [2022-03-16T07:05:48.796Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-16T07:05:48.796Z] PASS [2022-03-16T07:05:48.796Z] coverage: 71.4% of statements [2022-03-16T07:05:48.796Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.047s coverage: 71.4% of statements [2022-03-16T07:05:48.880Z] --- PASS: TestDockerNetworkReConnect (3.12s) [2022-03-16T07:05:48.880Z] === RUN TestServicePlugin [2022-03-16T07:05:48.880Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:05:48.880Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-16T07:05:48.880Z] === RUN TestServiceUpdateLabel [2022-03-16T07:05:48.906Z] time="2022-03-16T07:05:48Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-16T07:05:48.906Z] time="2022-03-16T07:05:48Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-16T07:05:48.906Z] --- PASS: TestUnexpectedEOF (0.14s) [2022-03-16T07:05:48.906Z] === CONT TestEncodeDecode [2022-03-16T07:05:48.906Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-16T07:05:48.906Z] PASS [2022-03-16T07:05:48.906Z] coverage: 69.9% of statements [2022-03-16T07:05:48.906Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.260s coverage: 69.9% of statements [2022-03-16T07:05:48.906Z] === RUN TestWriteLog [2022-03-16T07:05:48.906Z] === PAUSE TestWriteLog [2022-03-16T07:05:48.906Z] === RUN TestReadLog [2022-03-16T07:05:48.906Z] === PAUSE TestReadLog [2022-03-16T07:05:48.906Z] === RUN TestDecode [2022-03-16T07:05:48.906Z] --- PASS: TestDecode (0.02s) [2022-03-16T07:05:48.906Z] === CONT TestWriteLog [2022-03-16T07:05:48.906Z] --- PASS: TestWriteLog (0.00s) [2022-03-16T07:05:48.906Z] === CONT TestReadLog [2022-03-16T07:05:48.906Z] === RUN TestReadLog/tail_exact [2022-03-16T07:05:48.906Z] === RUN TestReadLog/tail_less_than_available [2022-03-16T07:05:48.906Z] === RUN TestReadLog/tail_more_than_available [2022-03-16T07:05:48.906Z] --- PASS: TestReadLog (0.18s) [2022-03-16T07:05:48.906Z] --- PASS: TestReadLog/tail_exact (0.16s) [2022-03-16T07:05:48.906Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-16T07:05:48.906Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-16T07:05:48.906Z] PASS [2022-03-16T07:05:48.906Z] coverage: 78.7% of statements [2022-03-16T07:05:48.906Z] ok github.com/docker/docker/daemon/logger/local 0.263s coverage: 78.7% of statements [2022-03-16T07:05:48.906Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-16T07:05:49.551Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-16T07:05:49.804Z] === RUN TestDefaultNetwork [2022-03-16T07:05:49.867Z] === RUN TestOpenFileDelete [2022-03-16T07:05:49.867Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-16T07:05:49.867Z] === RUN TestOpenFileRename [2022-03-16T07:05:49.867Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-16T07:05:49.867Z] === RUN TestHandleDecoderErr [2022-03-16T07:05:49.867Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-16T07:05:49.867Z] === RUN TestParseLogTagDefaultTag [2022-03-16T07:05:49.867Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-16T07:05:49.867Z] === RUN TestParseLogTag [2022-03-16T07:05:49.867Z] --- PASS: TestParseLogTag (0.00s) [2022-03-16T07:05:49.867Z] === RUN TestParseLogTagEmptyTag [2022-03-16T07:05:49.867Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-16T07:05:49.867Z] === RUN TestTailFiles [2022-03-16T07:05:49.867Z] --- PASS: TestTailFiles (0.00s) [2022-03-16T07:05:49.867Z] === RUN TestFollowLogsConsumerGone [2022-03-16T07:05:49.867Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-16T07:05:49.867Z] === RUN TestFollowLogsProducerGone [2022-03-16T07:05:49.867Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-16T07:05:49.867Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-16T07:05:49.867Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-16T07:05:49.867Z] === RUN TestCheckCapacityAndRotate [2022-03-16T07:05:49.867Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-16T07:05:49.867Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-16T07:05:49.867Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2022-03-16T07:05:49.867Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-16T07:05:49.867Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-16T07:05:49.867Z] PASS [2022-03-16T07:05:49.867Z] coverage: 53.5% of statements [2022-03-16T07:05:49.867Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.149s coverage: 53.5% of statements [2022-03-16T07:05:49.867Z] === RUN TestLog [2022-03-16T07:05:49.867Z] --- PASS: TestLog (0.03s) [2022-03-16T07:05:49.867Z] PASS [2022-03-16T07:05:49.867Z] coverage: 31.5% of statements [2022-03-16T07:05:49.867Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.082s coverage: 31.5% of statements [2022-03-16T07:05:50.282Z] --- PASS: TestDefaultNetwork (0.29s) [2022-03-16T07:05:50.282Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-16T07:05:50.282Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s) [2022-03-16T07:05:50.282Z] === RUN TestInitAddressPools [2022-03-16T07:05:50.282Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-16T07:05:50.282Z] PASS [2022-03-16T07:05:50.282Z] coverage: 74.0% of statements [2022-03-16T07:05:50.282Z] ok github.com/docker/docker/libnetwork/ipamutils 0.671s coverage: 74.0% of statements [2022-03-16T07:05:50.760Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.01s) [2022-03-16T07:05:50.760Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-16T07:05:50.828Z] === RUN TestNewParse [2022-03-16T07:05:50.828Z] --- PASS: TestNewParse (0.00s) [2022-03-16T07:05:50.828Z] PASS [2022-03-16T07:05:50.828Z] coverage: 8.3% of statements [2022-03-16T07:05:50.828Z] ok github.com/docker/docker/daemon/logger/templates 0.038s coverage: 8.3% of statements [2022-03-16T07:05:50.828Z] === RUN TestParseLogFormat [2022-03-16T07:05:50.828Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestValidateLogOptEmpty [2022-03-16T07:05:50.828Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestValidateSyslogAddress [2022-03-16T07:05:50.828Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestParseAddressDefaultPort [2022-03-16T07:05:50.828Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestValidateSyslogFacility [2022-03-16T07:05:50.828Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestValidateLogOptSyslogFormat [2022-03-16T07:05:50.828Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestValidateLogOpt [2022-03-16T07:05:50.828Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-16T07:05:50.828Z] PASS [2022-03-16T07:05:50.828Z] coverage: 46.8% of statements [2022-03-16T07:05:50.828Z] ok github.com/docker/docker/daemon/logger/syslog 0.052s coverage: 46.8% of statements [2022-03-16T07:05:50.828Z] === RUN TestValidateLogOpt [2022-03-16T07:05:50.828Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestNewMissedConfig [2022-03-16T07:05:50.828Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestNewMissedUrl [2022-03-16T07:05:50.828Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestNewMissedToken [2022-03-16T07:05:50.828Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestNewWithProxy [2022-03-16T07:05:50.828Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestDefault [2022-03-16T07:05:50.828Z] --- PASS: TestDefault (0.01s) [2022-03-16T07:05:50.828Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-16T07:05:50.828Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestJsonFormat [2022-03-16T07:05:50.828Z] --- PASS: TestJsonFormat (0.01s) [2022-03-16T07:05:50.828Z] === RUN TestRawFormat [2022-03-16T07:05:50.828Z] --- PASS: TestRawFormat (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestRawFormatWithLabels [2022-03-16T07:05:50.828Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestRawFormatWithoutTag [2022-03-16T07:05:50.828Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-16T07:05:50.828Z] === RUN TestBatching [2022-03-16T07:05:51.239Z] === RUN TestKeyValue [2022-03-16T07:05:51.239Z] --- PASS: TestKeyValue (0.00s) [2022-03-16T07:05:51.239Z] PASS [2022-03-16T07:05:51.239Z] coverage: 60.0% of statements [2022-03-16T07:05:51.239Z] ok github.com/docker/docker/libnetwork/netlabel 0.052s coverage: 60.0% of statements [2022-03-16T07:05:51.285Z] --- PASS: TestBatching (0.43s) [2022-03-16T07:05:51.285Z] === RUN TestFrequency [2022-03-16T07:05:51.407Z] --- PASS: TestServiceUpdateLabel (2.11s) [2022-03-16T07:05:51.407Z] === RUN TestServiceUpdateSecrets [2022-03-16T07:05:51.740Z] --- PASS: TestFrequency (0.26s) [2022-03-16T07:05:51.740Z] === RUN TestOneMessagePerRequest [2022-03-16T07:05:51.740Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-16T07:05:51.740Z] === RUN TestVerify [2022-03-16T07:05:51.740Z] --- PASS: TestVerify (0.00s) [2022-03-16T07:05:51.740Z] === RUN TestSkipVerify [2022-03-16T07:05:51.740Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:51.740Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:51.740Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:51.740Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:52.196Z] --- PASS: TestSkipVerify (0.41s) [2022-03-16T07:05:52.196Z] === RUN TestBufferMaximum [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414351.710183\",\"host\":\"43787565159e\"}'" [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414351.710183\",\"host\":\"43787565159e\"}'" [2022-03-16T07:05:52.196Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-16T07:05:52.196Z] === RUN TestServerAlwaysDown [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414351.713012\",\"host\":\"43787565159e\"}'" [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414351.713012\",\"host\":\"43787565159e\"}'" [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414351.713012\",\"host\":\"43787565159e\"}'" [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414351.715214\",\"host\":\"43787565159e\"}'" [2022-03-16T07:05:52.196Z] time="2022-03-16T07:05:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414351.715214\",\"host\":\"43787565159e\"}'" [2022-03-16T07:05:52.196Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-16T07:05:52.196Z] === RUN TestCannotSendAfterClose [2022-03-16T07:05:52.196Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-16T07:05:52.196Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-16T07:05:52.652Z] === RUN TestV1IDService [2022-03-16T07:05:52.652Z] --- PASS: TestV1IDService (0.01s) [2022-03-16T07:05:52.652Z] === RUN TestV2MetadataService [2022-03-16T07:05:52.804Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-16T07:05:52.804Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-16T07:05:52.834Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.37s) [2022-03-16T07:05:52.834Z] === RUN TestGetAddress [2022-03-16T07:05:53.108Z] time="2022-03-16T07:05:52Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-16T07:05:53.108Z] time="2022-03-16T07:05:52Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"43787565159e\"}'" [2022-03-16T07:05:53.108Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-16T07:05:53.108Z] PASS [2022-03-16T07:05:53.108Z] coverage: 82.5% of statements [2022-03-16T07:05:53.108Z] ok github.com/docker/docker/daemon/logger/splunk 2.188s coverage: 82.5% of statements [2022-03-16T07:05:53.108Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-16T07:05:53.108Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-16T07:05:53.108Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-16T07:05:53.108Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-16T07:05:53.108Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-16T07:05:53.108Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-16T07:05:53.108Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-16T07:05:53.108Z] === RUN TestContinueOnError_NeverContinue [2022-03-16T07:05:53.108Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-16T07:05:53.108Z] === RUN TestManifestStore [2022-03-16T07:05:53.108Z] === RUN TestManifestStore/no_remote_or_local [2022-03-16T07:05:53.108Z] === RUN TestSuccessfulDownload [2022-03-16T07:05:53.108Z] download_test.go:267: Needs fixing on Windows [2022-03-16T07:05:53.108Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-16T07:05:53.108Z] === RUN TestCancelledDownload [2022-03-16T07:05:53.108Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-16T07:05:53.108Z] === RUN TestMaxDownloadAttempts [2022-03-16T07:05:53.108Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-16T07:05:53.108Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-16T07:05:53.108Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-16T07:05:53.108Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-16T07:05:53.108Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-16T07:05:53.108Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-16T07:05:53.108Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-16T07:05:53.108Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-16T07:05:53.108Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-16T07:05:53.108Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-16T07:05:53.108Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-16T07:05:53.108Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-16T07:05:53.108Z] time="2022-03-16T07:05:52Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1298392968\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-16T07:05:53.108Z] === RUN TestManifestStore/no_local_cache [2022-03-16T07:05:53.108Z] === RUN TestManifestStore/with_local_cache [2022-03-16T07:05:53.108Z] === RUN TestManifestStore/unknown_media_type [2022-03-16T07:05:53.108Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-16T07:05:53.108Z] time="2022-03-16T07:05:52Z" level=warning msg="reference for unknown type: " [2022-03-16T07:05:53.108Z] time="2022-03-16T07:05:52Z" level=warning msg="reference for unknown type: " [2022-03-16T07:05:53.108Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-16T07:05:53.108Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-16T07:05:53.108Z] time="2022-03-16T07:05:53Z" level=warning msg="reference for unknown type: " [2022-03-16T07:05:53.108Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-16T07:05:53.108Z] time="2022-03-16T07:05:53Z" level=warning msg="reference for unknown type: " [2022-03-16T07:05:53.108Z] time="2022-03-16T07:05:53Z" level=warning msg="reference for unknown type: " [2022-03-16T07:05:53.108Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-16T07:05:53.108Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-16T07:05:53.108Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-16T07:05:53.108Z] time="2022-03-16T07:05:53Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-16T07:05:53.108Z] --- PASS: TestManifestStore (0.26s) [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-16T07:05:53.319Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-16T07:05:53.564Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2022-03-16T07:05:53.564Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2022-03-16T07:05:53.564Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-16T07:05:53.564Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-03-16T07:05:53.564Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-03-16T07:05:53.564Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-03-16T07:05:53.564Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-16T07:05:53.564Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2022-03-16T07:05:53.564Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2022-03-16T07:05:53.564Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaType [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-16T07:05:53.564Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestV2MetadataService (0.88s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-16T07:05:53.564Z] PASS [2022-03-16T07:05:53.564Z] coverage: 48.2% of statements [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-16T07:05:53.564Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-16T07:05:53.565Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-16T07:05:53.565Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-16T07:05:53.565Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-16T07:05:53.565Z] === RUN TestFixManifestLayers [2022-03-16T07:05:53.565Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-16T07:05:53.565Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-16T07:05:53.565Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-16T07:05:53.565Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-16T07:05:53.565Z] === RUN TestFixManifestLayersBadParent [2022-03-16T07:05:53.565Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-16T07:05:53.565Z] === RUN TestValidateManifest [2022-03-16T07:05:53.565Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-16T07:05:53.565Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-16T07:05:53.565Z] === RUN TestFormatPlatform [2022-03-16T07:05:53.565Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-16T07:05:53.565Z] === RUN TestPullSchema2Config [2022-03-16T07:05:53.565Z] === RUN TestPullSchema2Config/success_first_time [2022-03-16T07:05:53.565Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:05:53.565Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:53.565Z] === RUN TestPullSchema2Config/500_status [2022-03-16T07:05:53.565Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:05:53.565Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:53.565Z] ok github.com/docker/docker/distribution/metadata 0.973s coverage: 48.2% of statements [2022-03-16T07:05:53.565Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:53.565Z] === RUN TestPullSchema2Config/EOF [2022-03-16T07:05:53.565Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:05:53.565Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:53.565Z] 2022/03/16 07:05:53 http: panic serving 127.0.0.1:49217: intentional panic [2022-03-16T07:05:53.565Z] goroutine 6 [running]: [2022-03-16T07:05:53.565Z] net/http.(*conn).serve.func1() [2022-03-16T07:05:53.565Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-16T07:05:53.565Z] panic({0xa36940, 0xbe1f60}) [2022-03-16T07:05:53.565Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-16T07:05:53.565Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0002e2004, {0xbf4ae8, 0xc0002e6000}) [2022-03-16T07:05:53.565Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-16T07:05:53.565Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xbf4ae8, 0xc0002e6000}, 0xc0002de000) [2022-03-16T07:05:53.565Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-16T07:05:53.565Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xbf4ae8, 0xc0002e6000}, 0x4c8e35) [2022-03-16T07:05:53.565Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-16T07:05:53.565Z] net/http.serverHandler.ServeHTTP({0xc0002c80f0}, {0xbf4ae8, 0xc0002e6000}, 0xc0002de000) [2022-03-16T07:05:53.565Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-16T07:05:53.565Z] net/http.(*conn).serve(0xc000098000, {0xbf9918, 0xc00040f770}) [2022-03-16T07:05:53.565Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-16T07:05:53.565Z] created by net/http.(*Server).Serve [2022-03-16T07:05:53.565Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-16T07:05:53.565Z] time="2022-03-16T07:05:53Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:05:53.565Z] time="2022-03-16T07:05:53Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:05:53.565Z] time="2022-03-16T07:05:53Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:05:53.565Z] time="2022-03-16T07:05:53Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:05:53.565Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-16T07:05:53.565Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.43s) [2022-03-16T07:05:53.565Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.43s) [2022-03-16T07:05:53.565Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.43s) [2022-03-16T07:05:53.565Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.43s) [2022-03-16T07:05:53.565Z] === RUN TestTransfer [2022-03-16T07:05:53.565Z] --- PASS: TestTransfer (0.12s) [2022-03-16T07:05:53.565Z] === RUN TestConcurrencyLimit [2022-03-16T07:05:54.020Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:54.020Z] === RUN TestPullSchema2Config/unauthorized [2022-03-16T07:05:54.020Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:05:54.020Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:05:54.020Z] --- PASS: TestPullSchema2Config (0.53s) [2022-03-16T07:05:54.020Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-16T07:05:54.020Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-16T07:05:54.020Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-16T07:05:54.020Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-03-16T07:05:54.020Z] === RUN TestGetRepositoryMountCandidates [2022-03-16T07:05:54.020Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-16T07:05:54.020Z] === RUN TestLayerAlreadyExists [2022-03-16T07:05:54.020Z] 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-16T07:05:54.020Z] 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-16T07:05:54.020Z] 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-16T07:05:54.020Z] 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-16T07:05:54.020Z] 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-16T07:05:54.020Z] 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-16T07:05:54.020Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-16T07:05:54.020Z] === RUN TestWhenEmptyAuthConfig [2022-03-16T07:05:54.020Z] --- PASS: TestConcurrencyLimit (0.47s) [2022-03-16T07:05:54.020Z] === RUN TestInactiveJobs [2022-03-16T07:05:54.326Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-16T07:05:54.326Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-16T07:05:54.326Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-16T07:05:54.326Z] === RUN TestNetworkDBSimple [2022-03-16T07:05:54.327Z] === RUN TestGenerate [2022-03-16T07:05:54.327Z] --- PASS: TestGenerate (0.00s) [2022-03-16T07:05:54.327Z] === RUN TestGeneratePtr [2022-03-16T07:05:54.327Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-16T07:05:54.327Z] === RUN TestGenerateMissingField [2022-03-16T07:05:54.327Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-16T07:05:54.327Z] === RUN TestFieldCannotBeSet [2022-03-16T07:05:54.327Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-16T07:05:54.327Z] === RUN TestTypeMismatchError [2022-03-16T07:05:54.327Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-16T07:05:54.327Z] PASS [2022-03-16T07:05:54.327Z] coverage: 100.0% of statements [2022-03-16T07:05:54.327Z] ok github.com/docker/docker/libnetwork/options 0.047s coverage: 100.0% of statements [2022-03-16T07:05:54.477Z] === RUN TestNotFound [2022-03-16T07:05:54.477Z] --- PASS: TestNotFound (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestConflict [2022-03-16T07:05:54.477Z] --- PASS: TestConflict (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestForbidden [2022-03-16T07:05:54.477Z] --- PASS: TestForbidden (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestInvalidParameter [2022-03-16T07:05:54.477Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestNotImplemented [2022-03-16T07:05:54.477Z] --- PASS: TestNotImplemented (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestNotModified [2022-03-16T07:05:54.477Z] --- PASS: TestNotModified (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestUnauthorized [2022-03-16T07:05:54.477Z] --- PASS: TestUnauthorized (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestUnknown [2022-03-16T07:05:54.477Z] --- PASS: TestUnknown (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestCancelled [2022-03-16T07:05:54.477Z] --- PASS: TestCancelled (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestDeadline [2022-03-16T07:05:54.477Z] --- PASS: TestDeadline (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestDataLoss [2022-03-16T07:05:54.477Z] --- PASS: TestDataLoss (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestUnavailable [2022-03-16T07:05:54.477Z] --- PASS: TestUnavailable (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestSystem [2022-03-16T07:05:54.477Z] --- PASS: TestSystem (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Not_Found [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Bad_Request [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Conflict [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Unauthorized [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Forbidden [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Not_Modified [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-16T07:05:54.477Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-16T07:05:54.477Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-16T07:05:54.477Z] PASS [2022-03-16T07:05:54.477Z] coverage: 53.1% of statements [2022-03-16T07:05:54.477Z] ok github.com/docker/docker/errdefs 0.052s coverage: 53.1% of statements [2022-03-16T07:05:54.477Z] --- PASS: TestInactiveJobs (0.36s) [2022-03-16T07:05:54.477Z] === RUN TestWatchRelease [2022-03-16T07:05:54.477Z] --- PASS: TestWatchRelease (0.05s) [2022-03-16T07:05:54.477Z] === RUN TestWatchFinishedTransfer [2022-03-16T07:05:54.477Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-16T07:05:54.477Z] === RUN TestDuplicateTransfer [2022-03-16T07:05:54.477Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-16T07:05:54.477Z] === RUN TestSuccessfulUpload [2022-03-16T07:05:54.583Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-16T07:05:54.805Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-16T07:05:54.805Z] PASS [2022-03-16T07:05:54.805Z] coverage: 100.0% of statements [2022-03-16T07:05:54.805Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.053s coverage: 100.0% of statements [2022-03-16T07:05:54.933Z] time="2022-03-16T07:05:54Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-16T07:05:54.933Z] --- PASS: TestSuccessfulUpload (0.40s) [2022-03-16T07:05:54.933Z] === RUN TestCancelledUpload [2022-03-16T07:05:54.933Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-16T07:05:54.933Z] PASS [2022-03-16T07:05:54.933Z] coverage: 76.8% of statements [2022-03-16T07:05:54.933Z] ok github.com/docker/docker/distribution/xfer 1.942s coverage: 76.8% of statements [2022-03-16T07:05:54.933Z] --- PASS: TestWhenEmptyAuthConfig (1.30s) [2022-03-16T07:05:54.933Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-16T07:05:54.933Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-16T07:05:54.933Z] === RUN TestTokenPassThru [2022-03-16T07:05:55.146Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-16T07:05:55.284Z] testing: warning: no tests to run [2022-03-16T07:05:55.284Z] PASS [2022-03-16T07:05:55.284Z] coverage: 0.0% of statements [2022-03-16T07:05:55.284Z] ok github.com/docker/docker/libnetwork/osl 0.041s coverage: 0.0% of statements [no tests to run] [2022-03-16T07:05:55.284Z] 2022/03/16 07:05:54 Closing DB instances... [2022-03-16T07:05:55.389Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-16T07:05:55.389Z] === RUN TestTokenPassThruDifferentHost [2022-03-16T07:05:55.389Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-16T07:05:55.389Z] PASS [2022-03-16T07:05:55.389Z] coverage: 26.7% of statements [2022-03-16T07:05:55.389Z] ok github.com/docker/docker/distribution 2.197s coverage: 26.7% of statements [2022-03-16T07:05:55.389Z] === RUN TestFSGetInvalidData [2022-03-16T07:05:55.389Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-16T07:05:55.389Z] === RUN TestFSInvalidSet [2022-03-16T07:05:55.389Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-16T07:05:55.389Z] === RUN TestFSInvalidRoot [2022-03-16T07:05:55.389Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-16T07:05:55.389Z] === RUN TestFSMetadataGetSet [2022-03-16T07:05:55.389Z] --- PASS: TestFSMetadataGetSet (0.02s) [2022-03-16T07:05:55.389Z] === RUN TestFSInvalidWalker [2022-03-16T07:05:55.389Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-16T07:05:55.389Z] === RUN TestFSGetSet [2022-03-16T07:05:55.389Z] --- PASS: TestFSGetSet (0.03s) [2022-03-16T07:05:55.389Z] === RUN TestFSGetUnsetKey [2022-03-16T07:05:55.389Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-16T07:05:55.389Z] === RUN TestFSGetEmptyData [2022-03-16T07:05:55.389Z] --- PASS: TestFSGetEmptyData (0.03s) [2022-03-16T07:05:55.389Z] === RUN TestFSDelete [2022-03-16T07:05:55.389Z] --- PASS: TestFSDelete (0.01s) [2022-03-16T07:05:55.389Z] === RUN TestFSWalker [2022-03-16T07:05:55.389Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-16T07:05:55.389Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-16T07:05:55.389Z] --- PASS: TestFSWalker (0.01s) [2022-03-16T07:05:55.389Z] === RUN TestFSWalkerStopOnError [2022-03-16T07:05:55.389Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-16T07:05:55.389Z] === RUN TestNewFromJSON [2022-03-16T07:05:55.389Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-16T07:05:55.389Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-16T07:05:55.389Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-16T07:05:55.389Z] === RUN TestMarshalKeyOrder [2022-03-16T07:05:55.389Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-16T07:05:55.389Z] === RUN TestHistoryEqual [2022-03-16T07:05:55.389Z] --- PASS: TestHistoryEqual (0.14s) [2022-03-16T07:05:55.389Z] === RUN TestImage [2022-03-16T07:05:55.389Z] --- PASS: TestImage (0.00s) [2022-03-16T07:05:55.389Z] === RUN TestImageOSNotEmpty [2022-03-16T07:05:55.389Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-16T07:05:55.389Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-16T07:05:55.389Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-16T07:05:55.389Z] === RUN TestCreate [2022-03-16T07:05:55.389Z] --- PASS: TestCreate (0.00s) [2022-03-16T07:05:55.389Z] === RUN TestRestore [2022-03-16T07:05:55.389Z] time="2022-03-16T07:05:55Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-16T07:05:55.389Z] === RUN TestCompare [2022-03-16T07:05:55.389Z] --- PASS: TestCompare (0.00s) [2022-03-16T07:05:55.389Z] PASS [2022-03-16T07:05:55.389Z] coverage: 19.2% of statements [2022-03-16T07:05:55.389Z] --- PASS: TestRestore (0.03s) [2022-03-16T07:05:55.389Z] === RUN TestAddDelete [2022-03-16T07:05:55.389Z] ok github.com/docker/docker/image/cache 0.113s coverage: 19.2% of statements [2022-03-16T07:05:55.389Z] --- PASS: TestAddDelete (0.02s) [2022-03-16T07:05:55.389Z] === RUN TestSearchAfterDelete [2022-03-16T07:05:55.389Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-16T07:05:55.389Z] === RUN TestParentReset [2022-03-16T07:05:55.389Z] --- PASS: TestParentReset (0.02s) [2022-03-16T07:05:55.389Z] === RUN TestGetAndSetLastUpdated [2022-03-16T07:05:55.389Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-16T07:05:55.389Z] === RUN TestStoreLen [2022-03-16T07:05:55.709Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-16T07:05:55.763Z] === RUN TestRequestNewPort [2022-03-16T07:05:55.764Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-16T07:05:55.764Z] === RUN TestRequestSpecificPort [2022-03-16T07:05:55.764Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-16T07:05:55.764Z] === RUN TestReleasePort [2022-03-16T07:05:55.764Z] --- PASS: TestReleasePort (0.00s) [2022-03-16T07:05:55.764Z] === RUN TestReuseReleasedPort [2022-03-16T07:05:55.764Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-16T07:05:55.764Z] === RUN TestReleaseUnreadledPort [2022-03-16T07:05:55.764Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-16T07:05:55.764Z] === RUN TestUnknowProtocol [2022-03-16T07:05:55.764Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-16T07:05:55.764Z] === RUN TestAllocateAllPorts [2022-03-16T07:05:55.764Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-16T07:05:55.764Z] === RUN TestPortAllocation [2022-03-16T07:05:55.764Z] --- PASS: TestPortAllocation (0.00s) [2022-03-16T07:05:55.764Z] === RUN TestPortAllocationWithCustomRange [2022-03-16T07:05:55.764Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-16T07:05:55.764Z] === RUN TestNoDuplicateBPR [2022-03-16T07:05:55.764Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-16T07:05:55.764Z] === RUN TestChangePortRange [2022-03-16T07:05:55.764Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-16T07:05:55.764Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-16T07:05:55.764Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-16T07:05:55.764Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-16T07:05:55.764Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-16T07:05:55.764Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-16T07:05:55.764Z] --- PASS: TestChangePortRange (0.00s) [2022-03-16T07:05:55.764Z] PASS [2022-03-16T07:05:55.764Z] coverage: 88.6% of statements [2022-03-16T07:05:55.764Z] ok github.com/docker/docker/libnetwork/portallocator 0.051s coverage: 88.6% of statements [2022-03-16T07:05:55.980Z] --- PASS: TestStoreLen (0.04s) [2022-03-16T07:05:55.980Z] PASS [2022-03-16T07:05:55.980Z] coverage: 86.9% of statements [2022-03-16T07:05:55.980Z] ok github.com/docker/docker/image 0.542s coverage: 86.9% of statements [2022-03-16T07:05:56.242Z] testing: warning: no tests to run [2022-03-16T07:05:56.242Z] PASS [2022-03-16T07:05:56.242Z] coverage: 0.0% of statements [2022-03-16T07:05:56.242Z] ok github.com/docker/docker/libnetwork/portmapper 0.045s coverage: 0.0% of statements [no tests to run] [2022-03-16T07:05:56.242Z] === RUN TestHashData [2022-03-16T07:05:56.242Z] --- PASS: TestHashData (0.00s) [2022-03-16T07:05:56.242Z] PASS [2022-03-16T07:05:56.242Z] coverage: 2.8% of statements [2022-03-16T07:05:56.242Z] ok github.com/docker/docker/libnetwork/resolvconf 0.081s coverage: 2.8% of statements [2022-03-16T07:05:56.437Z] === RUN TestMakeV1ConfigFromConfig [2022-03-16T07:05:56.437Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-16T07:05:56.437Z] PASS [2022-03-16T07:05:56.437Z] coverage: 25.0% of statements [2022-03-16T07:05:56.437Z] ok github.com/docker/docker/image/v1 0.140s coverage: 25.0% of statements [2022-03-16T07:05:56.437Z] === RUN TestValidateManifest [2022-03-16T07:05:56.437Z] === RUN TestValidateManifest/nil [2022-03-16T07:05:56.437Z] === RUN TestValidateManifest/non-nil [2022-03-16T07:05:56.437Z] --- PASS: TestValidateManifest (0.00s) [2022-03-16T07:05:56.437Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-16T07:05:56.437Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-16T07:05:56.437Z] PASS [2022-03-16T07:05:56.437Z] coverage: 0.7% of statements [2022-03-16T07:05:56.437Z] ok github.com/docker/docker/image/tarexport 0.074s coverage: 0.7% of statements [2022-03-16T07:05:56.437Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-16T07:05:56.602Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-16T07:05:56.722Z] --- PASS: TestNetworkDBSimple (2.65s) [2022-03-16T07:05:56.722Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-16T07:05:56.722Z] === RUN TestErrorConstructors [2022-03-16T07:05:56.722Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-16T07:05:56.722Z] === RUN TestCompareIPMask [2022-03-16T07:05:56.722Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-16T07:05:56.722Z] === RUN TestUtilGetHostPartIP [2022-03-16T07:05:56.722Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-16T07:05:56.722Z] === RUN TestUtilGetBroadcastIP [2022-03-16T07:05:56.722Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-16T07:05:56.722Z] === RUN TestParseCIDR [2022-03-16T07:05:56.722Z] --- PASS: TestParseCIDR (0.00s) [2022-03-16T07:05:56.722Z] PASS [2022-03-16T07:05:56.722Z] coverage: 37.3% of statements [2022-03-16T07:05:56.722Z] ok github.com/docker/docker/libnetwork/types 0.045s coverage: 37.3% of statements [2022-03-16T07:05:57.075Z] docker_api_swarm_test.go:563: [ddce325a9e46f] joining swarm manager [d2602a016abf5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:05:57.115Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-16T07:05:57.115Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-16T07:05:57.115Z] [2022-03-16T07:05:57.115Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-16T07:05:57.115Z] =========================== short test summary info ============================ [2022-03-16T07:05:57.115Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-16T07:05:57.115Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-16T07:05:57.115Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-16T07:05:57.115Z] Not supported on most drivers [2022-03-16T07:05:57.115Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-16T07:05:57.115Z] Output of docker top depends on host distro, and is not formalized. [2022-03-16T07:05:57.115Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-16T07:05:57.115Z] Output of docker top depends on host distro, and is not formalized. [2022-03-16T07:05:57.115Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-16T07:05:57.115Z] Can fail if eth0 has multiple IP addresses [2022-03-16T07:05:57.115Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-16T07:05:57.115Z] This doesn't seem to be taken into account by the engine [2022-03-16T07:05:57.115Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-16T07:05:57.115Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-16T07:05:57.115Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 293.68 seconds == [2022-03-16T07:05:57.370Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-16T07:05:57.399Z] === RUN TestSerialization [2022-03-16T07:05:57.399Z] --- PASS: TestSerialization (0.02s) [2022-03-16T07:05:57.399Z] PASS [2022-03-16T07:05:57.399Z] coverage: 100.0% of statements [2022-03-16T07:05:57.399Z] ok github.com/docker/docker/libcontainerd/queue 0.061s coverage: 100.0% of statements [2022-03-16T07:05:57.638Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-16T07:05:57.638Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-16T07:05:57.638Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-16T07:05:57.729Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-16T07:05:57.729Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-16T07:05:57.729Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-16T07:05:57.729Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-16T07:05:57.729Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-16T07:05:57.729Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-16T07:05:57.729Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-16T07:05:58.201Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-16T07:05:58.207Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-16T07:05:58.207Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-16T07:05:58.207Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-16T07:05:58.207Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-16T07:05:58.207Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-16T07:05:58.207Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-16T07:05:58.208Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-16T07:05:58.208Z] PASS [2022-03-16T07:05:58.208Z] coverage: 50.0% of statements [2022-03-16T07:05:58.208Z] ok github.com/docker/docker/oci 0.090s coverage: 50.0% of statements [2022-03-16T07:05:58.208Z] 2022/03/16 07:05:57 Closing DB instances... [2022-03-16T07:05:58.360Z] === RUN TestEnvironmentParsing [2022-03-16T07:05:58.360Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-16T07:05:58.360Z] PASS [2022-03-16T07:05:58.360Z] coverage: 1.2% of statements [2022-03-16T07:05:58.360Z] ok github.com/docker/docker/libcontainerd/local 0.084s coverage: 1.2% of statements [2022-03-16T07:05:58.360Z] === RUN TestEmptyLayer [2022-03-16T07:05:58.360Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-16T07:05:58.360Z] === RUN TestCommitFailure [2022-03-16T07:05:58.360Z] --- PASS: TestCommitFailure (0.01s) [2022-03-16T07:05:58.360Z] === RUN TestStartTransactionFailure [2022-03-16T07:05:58.360Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-16T07:05:58.360Z] === RUN TestGetOrphan [2022-03-16T07:05:58.360Z] --- PASS: TestGetOrphan (0.01s) [2022-03-16T07:05:58.360Z] === RUN TestMountAndRegister [2022-03-16T07:05:58.360Z] layer_test.go:258: Layer size: 14 [2022-03-16T07:05:58.360Z] --- PASS: TestMountAndRegister (0.04s) [2022-03-16T07:05:58.360Z] === RUN TestLayerRelease [2022-03-16T07:05:58.360Z] layer_test.go:291: Failing on Windows [2022-03-16T07:05:58.360Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-16T07:05:58.360Z] === RUN TestStoreRestore [2022-03-16T07:05:58.360Z] layer_test.go:340: Failing on Windows [2022-03-16T07:05:58.360Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-16T07:05:58.360Z] === RUN TestTarStreamStability [2022-03-16T07:05:58.360Z] layer_test.go:455: Failing on Windows [2022-03-16T07:05:58.360Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-16T07:05:58.360Z] === RUN TestRegisterExistingLayer [2022-03-16T07:05:58.360Z] --- PASS: TestRegisterExistingLayer (0.09s) [2022-03-16T07:05:58.360Z] === RUN TestTarStreamVerification [2022-03-16T07:05:58.360Z] layer_test.go:684: Failing on Windows [2022-03-16T07:05:58.360Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-16T07:05:58.360Z] === RUN TestLayerMigration [2022-03-16T07:05:58.360Z] migration_test.go:45: Failing on Windows [2022-03-16T07:05:58.360Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-16T07:05:58.360Z] === RUN TestLayerMigrationNoTarsplit [2022-03-16T07:05:58.360Z] migration_test.go:181: Failing on Windows [2022-03-16T07:05:58.360Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-16T07:05:58.360Z] === RUN TestMountInit [2022-03-16T07:05:58.360Z] mount_test.go:17: Failing on Windows [2022-03-16T07:05:58.360Z] --- SKIP: TestMountInit (0.00s) [2022-03-16T07:05:58.360Z] === RUN TestMountSize [2022-03-16T07:05:58.360Z] mount_test.go:76: Failing on Windows [2022-03-16T07:05:58.360Z] --- SKIP: TestMountSize (0.00s) [2022-03-16T07:05:58.360Z] === RUN TestMountChanges [2022-03-16T07:05:58.360Z] mount_test.go:125: Failing on Windows [2022-03-16T07:05:58.360Z] --- SKIP: TestMountChanges (0.00s) [2022-03-16T07:05:58.360Z] === RUN TestMountApply [2022-03-16T07:05:58.360Z] mount_test.go:212: Failing on Windows [2022-03-16T07:05:58.360Z] --- SKIP: TestMountApply (0.00s) [2022-03-16T07:05:58.360Z] PASS [2022-03-16T07:05:58.360Z] coverage: 30.2% of statements [2022-03-16T07:05:58.360Z] ok github.com/docker/docker/layer 0.214s coverage: 30.2% of statements [2022-03-16T07:05:58.686Z] === RUN TestAddressPoolOpt [2022-03-16T07:05:58.686Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/a [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/something [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/_=a [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/env1=value1 [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/_env1=value1 [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/PATH [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/=a [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/PATH= [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/PATH=something [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/asd!qwe [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/1asd [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/123 [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/some_space [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/__some_space_before [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/some_space_after__ [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/= [2022-03-16T07:05:58.686Z] === RUN TestValidateEnv/PaTh [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-16T07:05:58.686Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-16T07:05:58.686Z] === RUN TestParseHost [2022-03-16T07:05:58.686Z] --- PASS: TestParseHost (0.00s) [2022-03-16T07:05:58.686Z] === RUN TestParseDockerDaemonHost [2022-03-16T07:05:58.686Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-16T07:05:58.686Z] === RUN TestParseTCP [2022-03-16T07:05:58.686Z] --- PASS: TestParseTCP (0.00s) [2022-03-16T07:05:58.686Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-16T07:05:58.686Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-16T07:05:58.686Z] === RUN TestValidateExtraHosts [2022-03-16T07:05:58.686Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-16T07:05:58.686Z] === RUN TestIpOptString [2022-03-16T07:05:58.687Z] --- PASS: TestIpOptString (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-16T07:05:58.687Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestNewIpOptValidDefaultVal [2022-03-16T07:05:58.687Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestIpOptSetInvalidVal [2022-03-16T07:05:58.687Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestValidateIPAddress [2022-03-16T07:05:58.687Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestMapOpts [2022-03-16T07:05:58.687Z] --- PASS: TestMapOpts (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestListOptsWithoutValidator [2022-03-16T07:05:58.687Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestListOptsWithValidator [2022-03-16T07:05:58.687Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestValidateDNSSearch [2022-03-16T07:05:58.687Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_general_format [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_one_more [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-16T07:05:58.687Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-16T07:05:58.687Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestNamedListOpts [2022-03-16T07:05:58.687Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestNamedMapOpts [2022-03-16T07:05:58.687Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestParseLink [2022-03-16T07:05:58.687Z] --- PASS: TestParseLink (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestQuotedStringSetWithQuotes [2022-03-16T07:05:58.687Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-16T07:05:58.687Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-16T07:05:58.687Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-16T07:05:58.687Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-16T07:05:58.687Z] === RUN TestUlimitOpt [2022-03-16T07:05:58.687Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-16T07:05:58.687Z] PASS [2022-03-16T07:05:58.687Z] coverage: 67.4% of statements [2022-03-16T07:05:58.687Z] ok github.com/docker/docker/opts 0.093s coverage: 67.4% of statements [2022-03-16T07:05:58.687Z] === RUN TestParseVersion [2022-03-16T07:05:58.687Z] --- PASS: TestParseVersion (0.00s) [2022-03-16T07:05:58.687Z] PASS [2022-03-16T07:05:58.687Z] coverage: 52.9% of statements [2022-03-16T07:05:58.687Z] ok github.com/docker/docker/pkg/aaparser 0.043s coverage: 52.9% of statements [2022-03-16T07:05:58.816Z] === RUN TestSequenceGetAvailableBit [2022-03-16T07:05:58.816Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestSequenceEqual [2022-03-16T07:05:58.816Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestSequenceCopy [2022-03-16T07:05:58.816Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestGetFirstAvailable [2022-03-16T07:05:58.816Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestFindSequence [2022-03-16T07:05:58.816Z] --- PASS: TestFindSequence (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestCheckIfAvailable [2022-03-16T07:05:58.816Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestMergeSequences [2022-03-16T07:05:58.816Z] --- PASS: TestMergeSequences (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestPushReservation [2022-03-16T07:05:58.816Z] --- PASS: TestPushReservation (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestSerializeDeserialize [2022-03-16T07:05:58.816Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestSet [2022-03-16T07:05:58.816Z] --- PASS: TestSet (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestSetUnset [2022-03-16T07:05:58.816Z] --- PASS: TestSetUnset (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestOffsetSetUnset [2022-03-16T07:05:58.816Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestSetInRange [2022-03-16T07:05:58.816Z] --- PASS: TestSetInRange (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestSetAnyInRange [2022-03-16T07:05:58.816Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestMethods [2022-03-16T07:05:58.816Z] --- PASS: TestMethods (0.00s) [2022-03-16T07:05:58.816Z] === RUN TestRandomAllocateDeallocate [2022-03-16T07:05:58.816Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-16T07:05:58.816Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-16T07:05:58.816Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-16T07:05:58.816Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-16T07:05:59.696Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.94s) [2022-03-16T07:05:59.696Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-16T07:06:00.710Z] === RUN TestPeerCertificateMarshalJSON [2022-03-16T07:06:00.986Z] === RUN TestInvalidConfig [2022-03-16T07:06:00.986Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-16T07:06:00.986Z] === RUN TestConfig [2022-03-16T07:06:00.986Z] --- PASS: TestConfig (0.00s) [2022-03-16T07:06:00.986Z] === RUN TestOptionsLabels [2022-03-16T07:06:00.986Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-16T07:06:00.986Z] === RUN TestValidName [2022-03-16T07:06:00.986Z] --- PASS: TestValidName (0.00s) [2022-03-16T07:06:00.986Z] PASS [2022-03-16T07:06:00.986Z] coverage: 19.7% of statements [2022-03-16T07:06:00.986Z] ok github.com/docker/docker/libnetwork/config 0.104s coverage: 19.7% of statements [2022-03-16T07:06:00.986Z] === RUN TestKey [2022-03-16T07:06:00.986Z] --- PASS: TestKey (0.00s) [2022-03-16T07:06:00.986Z] === RUN TestParseKey [2022-03-16T07:06:00.986Z] --- PASS: TestParseKey (0.00s) [2022-03-16T07:06:00.986Z] === RUN TestInvalidDataStore [2022-03-16T07:06:00.986Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-16T07:06:00.986Z] === RUN TestKVObjectFlatKey [2022-03-16T07:06:00.986Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-16T07:06:00.986Z] === RUN TestAtomicKVObjectFlatKey [2022-03-16T07:06:00.986Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-16T07:06:00.986Z] PASS [2022-03-16T07:06:00.986Z] coverage: 21.9% of statements [2022-03-16T07:06:00.986Z] ok github.com/docker/docker/libnetwork/datastore 0.045s coverage: 21.9% of statements [2022-03-16T07:06:01.188Z] 2022/03/16 07:06:00 Closing DB instances... [2022-03-16T07:06:01.188Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-16T07:06:01.188Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-16T07:06:01.188Z] --- PASS: TestPeerCertificateMarshalJSON (0.50s) [2022-03-16T07:06:01.188Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-16T07:06:01.189Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-16T07:06:01.189Z] === RUN TestMiddleware [2022-03-16T07:06:01.189Z] --- PASS: TestMiddleware (0.00s) [2022-03-16T07:06:01.189Z] === RUN TestNewResponseModifier [2022-03-16T07:06:01.189Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-16T07:06:01.189Z] PASS [2022-03-16T07:06:01.189Z] coverage: 26.8% of statements [2022-03-16T07:06:01.189Z] ok github.com/docker/docker/pkg/authorization 0.569s coverage: 26.8% of statements [2022-03-16T07:06:01.189Z] === RUN TestIsArchivePathDir [2022-03-16T07:06:01.667Z] --- PASS: TestIsArchivePathDir (0.13s) [2022-03-16T07:06:01.667Z] === RUN TestIsArchivePathInvalidFile [2022-03-16T07:06:01.667Z] --- PASS: TestIsArchivePathInvalidFile (0.22s) [2022-03-16T07:06:01.667Z] === RUN TestIsArchivePathTar [2022-03-16T07:06:01.667Z] === RUN TestUnbuffered [2022-03-16T07:06:01.667Z] --- PASS: TestUnbuffered (0.00s) [2022-03-16T07:06:01.667Z] === RUN TestRaceUnbuffered [2022-03-16T07:06:01.667Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-16T07:06:01.667Z] PASS [2022-03-16T07:06:01.667Z] coverage: 100.0% of statements [2022-03-16T07:06:01.667Z] ok github.com/docker/docker/pkg/broadcaster 0.044s coverage: 100.0% of statements [2022-03-16T07:06:01.948Z] === RUN TestErrorInterfaces [2022-03-16T07:06:01.948Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestNetworkMarshalling [2022-03-16T07:06:01.948Z] === RUN TestIPDataMarshalling [2022-03-16T07:06:01.948Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestValidateAndIsV6 [2022-03-16T07:06:01.948Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-16T07:06:01.948Z] PASS [2022-03-16T07:06:01.948Z] coverage: 68.9% of statements [2022-03-16T07:06:01.948Z] --- PASS: TestNetworkMarshalling (0.17s) [2022-03-16T07:06:01.948Z] === RUN TestEndpointMarshalling [2022-03-16T07:06:01.948Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestAuxAddresses [2022-03-16T07:06:01.948Z] time="2022-03-16T07:06:01Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-16T07:06:01.948Z] ok github.com/docker/docker/libnetwork/driverapi 0.050s coverage: 68.9% of statements [2022-03-16T07:06:01.948Z] --- PASS: TestAuxAddresses (0.01s) [2022-03-16T07:06:01.948Z] === RUN TestSRVServiceQuery [2022-03-16T07:06:01.948Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:06:01.948Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestServiceVIPReuse [2022-03-16T07:06:01.948Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:06:01.948Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-16T07:06:01.948Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:06:01.948Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-16T07:06:01.948Z] === RUN TestDNSIPQuery [2022-03-16T07:06:01.948Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:06:01.948Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestDNSProxyServFail [2022-03-16T07:06:01.948Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:06:01.948Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestSandboxAddEmpty [2022-03-16T07:06:01.948Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:06:01.948Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestSandboxAddMultiPrio [2022-03-16T07:06:01.948Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:06:01.948Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestSandboxAddSamePrio [2022-03-16T07:06:01.948Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:06:01.948Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestCleanupServiceDiscovery [2022-03-16T07:06:01.948Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:06:01.948Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestDNSOptions [2022-03-16T07:06:01.948Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:06:01.948Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-16T07:06:01.948Z] === RUN TestMultipleControllersWithSameStore [2022-03-16T07:06:01.948Z] time="2022-03-16T07:06:01Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-16T07:06:01.948Z] time="2022-03-16T07:06:01Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-16T07:06:01.948Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-16T07:06:01.948Z] PASS [2022-03-16T07:06:01.948Z] coverage: 8.5% of statements [2022-03-16T07:06:01.948Z] ok github.com/docker/docker/libnetwork 0.312s coverage: 8.5% of statements [2022-03-16T07:06:02.146Z] --- PASS: TestIsArchivePathTar (0.29s) [2022-03-16T07:06:02.146Z] === RUN TestDecompressStreamGzip [2022-03-16T07:06:02.146Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-03-16T07:06:02.146Z] === RUN TestDecompressStreamBzip2 [2022-03-16T07:06:02.405Z] === RUN TestDriver [2022-03-16T07:06:02.405Z] --- PASS: TestDriver (0.00s) [2022-03-16T07:06:02.405Z] PASS [2022-03-16T07:06:02.405Z] coverage: 34.8% of statements [2022-03-16T07:06:02.405Z] ok github.com/docker/docker/libnetwork/drivers/host 0.040s coverage: 34.8% of statements [2022-03-16T07:06:02.624Z] --- PASS: TestDecompressStreamBzip2 (0.23s) [2022-03-16T07:06:02.624Z] === RUN TestDecompressStreamXz [2022-03-16T07:06:02.624Z] archive_test.go:133: Xz not present in msys2 [2022-03-16T07:06:02.624Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-16T07:06:02.624Z] === RUN TestDecompressStreamZstd [2022-03-16T07:06:02.624Z] archive_test.go:140: zstd not installed [2022-03-16T07:06:02.624Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-16T07:06:02.624Z] === RUN TestCompressStreamXzUnsupported [2022-03-16T07:06:02.624Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-16T07:06:02.624Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-16T07:06:02.624Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-16T07:06:02.624Z] === RUN TestCompressStreamInvalid [2022-03-16T07:06:02.624Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-16T07:06:02.624Z] === RUN TestExtensionInvalid [2022-03-16T07:06:02.624Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-16T07:06:02.624Z] === RUN TestExtensionUncompressed [2022-03-16T07:06:02.624Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-16T07:06:02.624Z] === RUN TestExtensionBzip2 [2022-03-16T07:06:02.624Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-16T07:06:02.624Z] === RUN TestExtensionGzip [2022-03-16T07:06:02.624Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-16T07:06:02.624Z] === RUN TestExtensionXz [2022-03-16T07:06:02.624Z] --- PASS: TestExtensionXz (0.00s) [2022-03-16T07:06:02.624Z] === RUN TestExtensionZstd [2022-03-16T07:06:02.624Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-16T07:06:02.624Z] === RUN TestCmdStreamLargeStderr [2022-03-16T07:06:02.624Z] === RUN TestMatch [2022-03-16T07:06:02.624Z] === RUN TestMatch/[[]] [2022-03-16T07:06:02.624Z] === RUN TestMatch/[[foo]] [2022-03-16T07:06:02.624Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-16T07:06:02.624Z] === RUN TestMatch/[[foo_bar]] [2022-03-16T07:06:02.624Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-16T07:06:02.624Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-16T07:06:02.624Z] === RUN TestMatch/[] [2022-03-16T07:06:02.624Z] === RUN TestMatch/[]#01 [2022-03-16T07:06:02.624Z] === RUN TestMatch/[[qux]] [2022-03-16T07:06:02.624Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-16T07:06:02.624Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-16T07:06:02.624Z] === RUN TestMatch/[[foo_baz]] [2022-03-16T07:06:02.624Z] --- PASS: TestMatch (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[] (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-16T07:06:02.624Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-16T07:06:02.624Z] PASS [2022-03-16T07:06:02.624Z] coverage: 87.5% of statements [2022-03-16T07:06:02.624Z] ok github.com/docker/docker/pkg/capabilities 0.051s coverage: 87.5% of statements [2022-03-16T07:06:02.624Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-03-16T07:06:02.624Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-16T07:06:02.624Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2022-03-16T07:06:02.624Z] === RUN TestCmdStreamBad [2022-03-16T07:06:02.624Z] archive_test.go:252: Failing on Windows CI machines [2022-03-16T07:06:02.624Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-16T07:06:02.625Z] === RUN TestCmdStreamGood [2022-03-16T07:06:02.625Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-16T07:06:02.625Z] === RUN TestUntarPathWithInvalidDest [2022-03-16T07:06:02.625Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-16T07:06:02.625Z] === RUN TestUntarPathWithInvalidSrc [2022-03-16T07:06:02.625Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-16T07:06:02.625Z] === RUN TestUntarPath [2022-03-16T07:06:02.625Z] --- PASS: TestUntarPath (0.08s) [2022-03-16T07:06:02.625Z] === RUN TestUntarPathWithDestinationFile [2022-03-16T07:06:02.625Z] --- PASS: TestUntarPathWithDestinationFile (0.10s) [2022-03-16T07:06:02.625Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-16T07:06:02.861Z] --- PASS: TestRandomAllocateDeallocate (4.32s) [2022-03-16T07:06:02.861Z] === RUN TestAllocateRandomDeallocate [2022-03-16T07:06:02.861Z] === RUN TestDriver [2022-03-16T07:06:02.861Z] --- PASS: TestDriver (0.00s) [2022-03-16T07:06:02.861Z] PASS [2022-03-16T07:06:02.861Z] coverage: 34.8% of statements [2022-03-16T07:06:02.861Z] ok github.com/docker/docker/libnetwork/drivers/null 0.039s coverage: 34.8% of statements [2022-03-16T07:06:03.103Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-03-16T07:06:03.103Z] === RUN TestCopyWithTarInvalidSrc [2022-03-16T07:06:03.103Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-16T07:06:03.103Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-16T07:06:03.103Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-16T07:06:03.103Z] === RUN TestCopyWithTarSrcFile [2022-03-16T07:06:03.103Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-16T07:06:03.103Z] === RUN TestCopyWithTarSrcFolder [2022-03-16T07:06:03.103Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-16T07:06:03.103Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-16T07:06:03.103Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-16T07:06:03.103Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-16T07:06:03.103Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-16T07:06:03.103Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-16T07:06:03.103Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-16T07:06:03.103Z] === RUN TestCopyFileWithTarSrcFile [2022-03-16T07:06:03.103Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-16T07:06:03.103Z] === RUN TestTarFiles [2022-03-16T07:06:03.316Z] === RUN TestNetworkAllocateFree [2022-03-16T07:06:03.316Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-16T07:06:03.316Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-16T07:06:03.316Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-16T07:06:03.316Z] PASS [2022-03-16T07:06:03.316Z] coverage: 63.6% of statements [2022-03-16T07:06:03.316Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.048s coverage: 63.6% of statements [2022-03-16T07:06:03.582Z] === RUN TestChrootTarUntar [2022-03-16T07:06:03.582Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:03.582Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-16T07:06:03.582Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-16T07:06:03.582Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:03.582Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-16T07:06:03.582Z] === RUN TestChrootUntarEmptyArchive [2022-03-16T07:06:03.582Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-16T07:06:03.582Z] === RUN TestChrootTarUntarWithSymlink [2022-03-16T07:06:03.582Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:06:03.582Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-16T07:06:03.582Z] === RUN TestChrootCopyWithTar [2022-03-16T07:06:03.582Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:06:03.582Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-16T07:06:03.582Z] === RUN TestChrootCopyFileWithTar [2022-03-16T07:06:03.582Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:03.582Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-16T07:06:03.582Z] === RUN TestChrootUntarPath [2022-03-16T07:06:03.582Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:06:03.582Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-16T07:06:03.582Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-16T07:06:03.582Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:03.582Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-16T07:06:03.582Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-16T07:06:03.582Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:03.582Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-16T07:06:03.582Z] === RUN TestChrootApplyDotDotFile [2022-03-16T07:06:03.582Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:03.582Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-16T07:06:03.582Z] PASS [2022-03-16T07:06:03.582Z] coverage: 15.1% of statements [2022-03-16T07:06:03.582Z] ok github.com/docker/docker/pkg/chrootarchive 0.111s coverage: 15.1% of statements [2022-03-16T07:06:03.772Z] === RUN TestGetEmptyCapabilities [2022-03-16T07:06:03.772Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-16T07:06:03.772Z] === RUN TestGetExtraCapabilities [2022-03-16T07:06:03.772Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-16T07:06:03.772Z] === RUN TestGetInvalidCapabilities [2022-03-16T07:06:03.772Z] --- PASS: TestGetInvalidCapabilities (0.04s) [2022-03-16T07:06:03.772Z] === RUN TestRemoteDriver [2022-03-16T07:06:03.772Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-16T07:06:03.772Z] === RUN TestDriverError [2022-03-16T07:06:03.772Z] --- PASS: TestDriverError (0.00s) [2022-03-16T07:06:03.772Z] === RUN TestMissingValues [2022-03-16T07:06:03.772Z] --- PASS: TestMissingValues (0.00s) [2022-03-16T07:06:03.772Z] === RUN TestRollback [2022-03-16T07:06:03.772Z] --- PASS: TestRollback (0.00s) [2022-03-16T07:06:03.772Z] PASS [2022-03-16T07:06:03.772Z] coverage: 57.4% of statements [2022-03-16T07:06:03.772Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.134s coverage: 57.4% of statements [2022-03-16T07:06:03.772Z] --- PASS: TestAllocateRandomDeallocate (0.94s) [2022-03-16T07:06:03.772Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-16T07:06:04.228Z] === RUN TestBuildDefault [2022-03-16T07:06:04.228Z] --- PASS: TestBuildDefault (0.00s) [2022-03-16T07:06:04.589Z] 2022/03/16 07:06:04 Closing DB instances... [2022-03-16T07:06:04.589Z] === RUN TestEnsureRemoveAllNotExist [2022-03-16T07:06:04.589Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-16T07:06:04.589Z] === RUN TestEnsureRemoveAllWithDir [2022-03-16T07:06:04.589Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-16T07:06:04.589Z] === RUN TestEnsureRemoveAllWithFile [2022-03-16T07:06:04.589Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-16T07:06:04.589Z] PASS [2022-03-16T07:06:04.589Z] coverage: 0.0% of statements [2022-03-16T07:06:04.589Z] ok github.com/docker/docker/pkg/containerfs 0.045s coverage: 0.0% of statements [2022-03-16T07:06:04.684Z] === RUN TestBuildHostnameDomainname [2022-03-16T07:06:04.684Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestBuildHostname [2022-03-16T07:06:04.684Z] --- PASS: TestBuildHostname (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestBuildHostnameFQDN [2022-03-16T07:06:04.684Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestBuildNoIP [2022-03-16T07:06:04.684Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestUpdate [2022-03-16T07:06:04.684Z] --- PASS: TestUpdate (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-16T07:06:04.684Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-16T07:06:04.684Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestAddEmpty [2022-03-16T07:06:04.684Z] --- PASS: TestAddEmpty (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestAdd [2022-03-16T07:06:04.684Z] --- PASS: TestAdd (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestDeleteEmpty [2022-03-16T07:06:04.684Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestDeleteNewline [2022-03-16T07:06:04.684Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestDelete [2022-03-16T07:06:04.684Z] --- PASS: TestDelete (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestConcurrentWrites [2022-03-16T07:06:04.684Z] === RUN TestNAT [2022-03-16T07:06:04.684Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-16T07:06:04.684Z] --- SKIP: TestNAT (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestTransparent [2022-03-16T07:06:04.684Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-16T07:06:04.684Z] --- SKIP: TestTransparent (0.00s) [2022-03-16T07:06:04.684Z] PASS [2022-03-16T07:06:04.684Z] coverage: 0.0% of statements [2022-03-16T07:06:04.684Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.069s coverage: 0.0% of statements [2022-03-16T07:06:04.684Z] === RUN TestNew [2022-03-16T07:06:04.684Z] --- PASS: TestNew (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestAddDriver [2022-03-16T07:06:04.684Z] --- PASS: TestAddDriver (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestAddDuplicateDriver [2022-03-16T07:06:04.684Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-16T07:06:04.684Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestDriver [2022-03-16T07:06:04.684Z] --- PASS: TestDriver (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestIPAM [2022-03-16T07:06:04.684Z] --- PASS: TestIPAM (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestWalkIPAMs [2022-03-16T07:06:04.684Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-16T07:06:04.684Z] === RUN TestWalkDrivers [2022-03-16T07:06:04.684Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-16T07:06:04.684Z] PASS [2022-03-16T07:06:04.684Z] coverage: 82.4% of statements [2022-03-16T07:06:04.684Z] ok github.com/docker/docker/libnetwork/drvregistry 0.072s coverage: 82.4% of statements [2022-03-16T07:06:04.684Z] --- PASS: TestConcurrentWrites (0.19s) [2022-03-16T07:06:04.684Z] PASS [2022-03-16T07:06:04.684Z] coverage: 81.2% of statements [2022-03-16T07:06:04.684Z] ok github.com/docker/docker/libnetwork/etchosts 0.257s coverage: 81.2% of statements [2022-03-16T07:06:04.684Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.75s) [2022-03-16T07:06:04.684Z] === RUN TestRetrieveFromStore [2022-03-16T07:06:05.142Z] --- PASS: TestRetrieveFromStore (0.36s) [2022-03-16T07:06:05.142Z] === RUN TestIsCorrupted [2022-03-16T07:06:05.142Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-16T07:06:05.142Z] === RUN TestSetRollover [2022-03-16T07:06:05.142Z] === RUN TestNew [2022-03-16T07:06:05.142Z] --- PASS: TestNew (0.00s) [2022-03-16T07:06:05.142Z] === RUN TestAllocate [2022-03-16T07:06:05.142Z] --- PASS: TestAllocate (0.00s) [2022-03-16T07:06:05.142Z] === RUN TestUninitialized [2022-03-16T07:06:05.142Z] --- PASS: TestUninitialized (0.00s) [2022-03-16T07:06:05.142Z] === RUN TestAllocateInRange [2022-03-16T07:06:05.142Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-16T07:06:05.142Z] === RUN TestAllocateSerial [2022-03-16T07:06:05.142Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-16T07:06:05.142Z] PASS [2022-03-16T07:06:05.142Z] coverage: 87.5% of statements [2022-03-16T07:06:05.142Z] ok github.com/docker/docker/libnetwork/idm 0.044s coverage: 87.5% of statements [2022-03-16T07:06:05.142Z] === RUN TestCaller [2022-03-16T07:06:05.142Z] --- PASS: TestCaller (0.00s) [2022-03-16T07:06:05.142Z] PASS [2022-03-16T07:06:05.142Z] coverage: 100.0% of statements [2022-03-16T07:06:05.142Z] ok github.com/docker/docker/libnetwork/internal/caller 0.043s coverage: 100.0% of statements [2022-03-16T07:06:05.600Z] === RUN TestSizeEmpty [2022-03-16T07:06:05.600Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-16T07:06:05.600Z] === RUN TestSizeEmptyFile [2022-03-16T07:06:05.600Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-16T07:06:05.600Z] === RUN TestSizeNonemptyFile [2022-03-16T07:06:05.600Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-16T07:06:05.600Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-16T07:06:05.600Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-16T07:06:05.600Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-16T07:06:05.600Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-16T07:06:05.600Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-16T07:06:05.600Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-16T07:06:05.600Z] === RUN TestMoveToSubdir [2022-03-16T07:06:05.600Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-16T07:06:05.600Z] === RUN TestSizeNonExistingDirectory [2022-03-16T07:06:05.600Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-16T07:06:05.600Z] PASS [2022-03-16T07:06:05.600Z] coverage: 80.0% of statements [2022-03-16T07:06:05.600Z] ok github.com/docker/docker/pkg/directory 0.061s coverage: 80.0% of statements [2022-03-16T07:06:06.109Z] === RUN TestSetSerialInsertDelete [2022-03-16T07:06:06.109Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-16T07:06:06.109Z] === RUN TestSetParallelInsertDelete [2022-03-16T07:06:06.278Z] --- PASS: TestServiceUpdateSecrets (13.90s) [2022-03-16T07:06:06.278Z] === RUN TestServiceUpdateConfigs [2022-03-16T07:06:06.569Z] === RUN TestInt2IP2IntConversion [2022-03-16T07:06:06.569Z] --- PASS: TestSetRollover (1.55s) [2022-03-16T07:06:06.569Z] === RUN TestSetRolloverSerial [2022-03-16T07:06:06.569Z] === RUN TestPoolRequest [2022-03-16T07:06:06.569Z] --- PASS: TestPoolRequest (0.00s) [2022-03-16T07:06:06.569Z] === RUN TestOtherRequests [2022-03-16T07:06:06.569Z] --- PASS: TestOtherRequests (0.00s) [2022-03-16T07:06:06.569Z] PASS [2022-03-16T07:06:06.569Z] coverage: 57.1% of statements [2022-03-16T07:06:06.569Z] ok github.com/docker/docker/libnetwork/ipams/null 0.043s coverage: 57.1% of statements [2022-03-16T07:06:06.612Z] --- PASS: TestNetworkDBCRUDTableEntry (4.07s) [2022-03-16T07:06:06.612Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-16T07:06:06.612Z] === RUN TestPollerAddRemove [2022-03-16T07:06:06.612Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-16T07:06:06.612Z] === RUN TestPollerEvent [2022-03-16T07:06:06.612Z] poller_test.go:40: No chmod on Windows [2022-03-16T07:06:06.612Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-16T07:06:06.612Z] === RUN TestPollerClose [2022-03-16T07:06:06.612Z] --- PASS: TestPollerClose (0.00s) [2022-03-16T07:06:06.612Z] PASS [2022-03-16T07:06:06.612Z] coverage: 45.7% of statements [2022-03-16T07:06:06.612Z] ok github.com/docker/docker/pkg/filenotify 0.056s coverage: 45.7% of statements [2022-03-16T07:06:07.025Z] --- PASS: TestInt2IP2IntConversion (0.49s) [2022-03-16T07:06:07.025Z] === RUN TestGetAddressVersion [2022-03-16T07:06:07.025Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-16T07:06:07.025Z] === RUN TestKeyString [2022-03-16T07:06:07.025Z] --- PASS: TestKeyString (0.00s) [2022-03-16T07:06:07.025Z] === RUN TestPoolDataMarshal [2022-03-16T07:06:07.025Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-16T07:06:07.025Z] === RUN TestSubnetsMarshal [2022-03-16T07:06:07.025Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-03-16T07:06:07.025Z] === RUN TestAddSubnets [2022-03-16T07:06:07.025Z] --- PASS: TestAddSubnets (0.03s) [2022-03-16T07:06:07.025Z] === RUN TestDoublePoolRelease [2022-03-16T07:06:07.025Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-16T07:06:07.025Z] === RUN TestAddReleasePoolID [2022-03-16T07:06:07.025Z] --- PASS: TestAddReleasePoolID (0.05s) [2022-03-16T07:06:07.025Z] === RUN TestPredefinedPool [2022-03-16T07:06:07.481Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-16T07:06:07.481Z] === RUN TestRemoveSubnet [2022-03-16T07:06:07.481Z] --- PASS: TestRemoveSubnet (0.14s) [2022-03-16T07:06:07.481Z] === RUN TestGetSameAddress [2022-03-16T07:06:07.481Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-16T07:06:07.481Z] === RUN TestPoolAllocationReuse [2022-03-16T07:06:07.619Z] === RUN TestCopyFileWithInvalidSrc [2022-03-16T07:06:07.619Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestCopyFileWithInvalidDest [2022-03-16T07:06:07.619Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-16T07:06:07.619Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.03s) [2022-03-16T07:06:07.619Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-16T07:06:07.619Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestCopyFile [2022-03-16T07:06:07.619Z] --- PASS: TestCopyFile (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-16T07:06:07.619Z] fileutils_test.go:133: Needs porting to Windows [2022-03-16T07:06:07.619Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-16T07:06:07.619Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-16T07:06:07.619Z] fileutils_test.go:179: Needs porting to Windows [2022-03-16T07:06:07.619Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestWildcardMatches [2022-03-16T07:06:07.619Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestPatternMatches [2022-03-16T07:06:07.619Z] --- PASS: TestPatternMatches (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-16T07:06:07.619Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestPatternMatchesFolderExclusions [2022-03-16T07:06:07.619Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-16T07:06:07.619Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-16T07:06:07.619Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-16T07:06:07.619Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-16T07:06:07.619Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestSingleExclamationError [2022-03-16T07:06:07.619Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestMatchesWithNoPatterns [2022-03-16T07:06:07.619Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestMatchesWithMalformedPatterns [2022-03-16T07:06:07.619Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestMatches [2022-03-16T07:06:07.619Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-16T07:06:07.619Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-16T07:06:07.619Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-16T07:06:07.619Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-16T07:06:07.619Z] --- PASS: TestMatches (0.01s) [2022-03-16T07:06:07.619Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-16T07:06:07.619Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-16T07:06:07.619Z] --- PASS: TestMatches/MatchesUsingParentResults (0.01s) [2022-03-16T07:06:07.619Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestCleanPatterns [2022-03-16T07:06:07.619Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-16T07:06:07.619Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestCleanPatternsExceptionFlag [2022-03-16T07:06:07.619Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-16T07:06:07.619Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-16T07:06:07.619Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestCleanPatternsErrorSingleException [2022-03-16T07:06:07.619Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestCreateIfNotExistsDir [2022-03-16T07:06:07.619Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-03-16T07:06:07.619Z] === RUN TestCreateIfNotExistsFile [2022-03-16T07:06:07.619Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-16T07:06:07.619Z] === RUN TestMatch [2022-03-16T07:06:07.619Z] --- PASS: TestMatch (0.00s) [2022-03-16T07:06:07.619Z] === RUN TestCompile [2022-03-16T07:06:07.619Z] === RUN TestCompile/slash [2022-03-16T07:06:07.619Z] === RUN TestCompile/backslash [2022-03-16T07:06:07.619Z] --- PASS: TestCompile (0.00s) [2022-03-16T07:06:07.619Z] --- PASS: TestCompile/slash (0.00s) [2022-03-16T07:06:07.619Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-16T07:06:07.619Z] PASS [2022-03-16T07:06:07.619Z] coverage: 84.7% of statements [2022-03-16T07:06:07.619Z] ok github.com/docker/docker/pkg/fileutils 0.133s coverage: 84.7% of statements [2022-03-16T07:06:07.936Z] --- PASS: TestSetRolloverSerial (1.09s) [2022-03-16T07:06:07.937Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-16T07:06:07.937Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-16T07:06:07.937Z] PASS [2022-03-16T07:06:07.937Z] coverage: 84.4% of statements [2022-03-16T07:06:07.937Z] ok github.com/docker/docker/libnetwork/bitseq 9.077s coverage: 84.4% of statements [2022-03-16T07:06:07.937Z] === RUN TestGetCapabilities [2022-03-16T07:06:07.937Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-16T07:06:07.937Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-16T07:06:07.937Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-16T07:06:07.937Z] === RUN TestGetDefaultAddressSpaces [2022-03-16T07:06:07.937Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-16T07:06:07.937Z] === RUN TestRemoteDriver [2022-03-16T07:06:07.937Z] --- PASS: TestRemoteDriver (0.00s) [2022-03-16T07:06:07.937Z] PASS [2022-03-16T07:06:07.937Z] coverage: 47.4% of statements [2022-03-16T07:06:07.937Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.070s coverage: 47.4% of statements [2022-03-16T07:06:08.157Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-16T07:06:08.157Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-16T07:06:08.157Z] docker_api_swarm_test.go:585: [dd2ea75a76ec9] joining swarm manager [d2602a016abf5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:06:08.396Z] === RUN TestWindowsIPAM [2022-03-16T07:06:08.396Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-16T07:06:08.396Z] PASS [2022-03-16T07:06:08.396Z] coverage: 71.4% of statements [2022-03-16T07:06:08.626Z] 2022/03/16 07:06:08 Closing DB instances... [2022-03-16T07:06:08.626Z] === RUN TestGet [2022-03-16T07:06:08.626Z] --- PASS: TestGet (0.00s) [2022-03-16T07:06:08.626Z] === RUN TestGetShortcutString [2022-03-16T07:06:08.626Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-16T07:06:08.626Z] PASS [2022-03-16T07:06:08.626Z] coverage: 42.9% of statements [2022-03-16T07:06:08.626Z] ok github.com/docker/docker/pkg/homedir 0.048s coverage: 42.9% of statements [2022-03-16T07:06:08.853Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.037s coverage: 71.4% of statements [2022-03-16T07:06:08.853Z] --- PASS: TestPoolAllocationReuse (1.28s) [2022-03-16T07:06:08.853Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-16T07:06:08.853Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-03-16T07:06:08.853Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-16T07:06:09.086Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-16T07:06:09.104Z] --- PASS: TestTarFiles (6.04s) [2022-03-16T07:06:09.104Z] === RUN TestDetectCompressionZstd [2022-03-16T07:06:09.104Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-16T07:06:09.104Z] === RUN TestTarUntar [2022-03-16T07:06:09.104Z] --- PASS: TestTarUntar (0.05s) [2022-03-16T07:06:09.104Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-16T07:06:09.104Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-16T07:06:09.104Z] === RUN TestTarWithOptions [2022-03-16T07:06:09.104Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-16T07:06:09.104Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-16T07:06:09.104Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-16T07:06:09.104Z] === RUN TestUntarUstarGnuConflict [2022-03-16T07:06:09.104Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-16T07:06:09.104Z] === RUN TestUntarInvalidFilenames [2022-03-16T07:06:09.105Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames4066444490\\dest" [2022-03-16T07:06:09.105Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-03-16T07:06:09.105Z] === RUN TestUntarHardlinkToSymlink [2022-03-16T07:06:09.105Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-16T07:06:09.105Z] === RUN TestUntarInvalidHardlink [2022-03-16T07:06:09.105Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3733846518\\victim\\hello" -> "../victim/hello" [2022-03-16T07:06:09.105Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2508630052\\victim\\hello" -> "/../victim/hello" [2022-03-16T07:06:09.105Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4016523203\\victim" -> "../victim" [2022-03-16T07:06:09.105Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3609064699\\victim" -> "../victim" [2022-03-16T07:06:09.105Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2212388610\\victim" -> "../victim" [2022-03-16T07:06:09.105Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1203279279\\victim" -> "../victim" [2022-03-16T07:06:09.105Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-16T07:06:09.105Z] === RUN TestUntarInvalidSymlink [2022-03-16T07:06:09.105Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink218193391\\dest\\dotdot" -> "../victim/hello" [2022-03-16T07:06:09.105Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3996825428\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-16T07:06:09.309Z] === RUN TestDefaultNetwork [2022-03-16T07:06:09.536Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-16T07:06:09.536Z] [2022-03-16T07:06:09.536Z] Unloading profiles will leave already running processes permanently [2022-03-16T07:06:09.536Z] unconfined, which can lead to unexpected situations. [2022-03-16T07:06:09.536Z] [2022-03-16T07:06:09.536Z] To set a process to complain mode, use the command line tool [2022-03-16T07:06:09.536Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-16T07:06:09.536Z] Post stage [Pipeline] junit [2022-03-16T07:06:09.546Z] Recording test results [2022-03-16T07:06:09.583Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink689119374\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:09.583Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3431680516\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:09.583Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3683631721\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:09.583Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1588533211\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:09.583Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4196320473\\dest\\dir\\loophole" -> "../../victim" [2022-03-16T07:06:09.583Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-16T07:06:09.583Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-16T07:06:09.583Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-16T07:06:09.583Z] === RUN TestXGlobalNoParent [2022-03-16T07:06:09.583Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-16T07:06:09.583Z] === RUN TestReplaceFileTarWrapper [2022-03-16T07:06:09.583Z] === RUN TestCreateIDMapOrder [2022-03-16T07:06:09.583Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-16T07:06:09.583Z] PASS [2022-03-16T07:06:09.583Z] coverage: 7.2% of statements [2022-03-16T07:06:09.583Z] ok github.com/docker/docker/pkg/idtools 0.049s coverage: 7.2% of statements [2022-03-16T07:06:09.583Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2022-03-16T07:06:09.583Z] === RUN TestPrefixHeaderReadable [2022-03-16T07:06:09.583Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-16T07:06:09.583Z] === RUN TestDisablePigz [2022-03-16T07:06:09.583Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-16T07:06:09.583Z] --- PASS: TestDisablePigz (0.15s) [2022-03-16T07:06:09.583Z] === RUN TestPigz [2022-03-16T07:06:09.583Z] --- PASS: TestNetworkDBCRUDTableEntries (3.24s) [2022-03-16T07:06:09.583Z] === RUN TestNetworkDBNodeLeave [2022-03-16T07:06:09.650Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-16T07:06:09.764Z] --- PASS: TestDefaultNetwork (0.26s) [2022-03-16T07:06:09.764Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-16T07:06:09.764Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2022-03-16T07:06:09.764Z] === RUN TestInitAddressPools [2022-03-16T07:06:09.764Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-16T07:06:09.764Z] PASS [2022-03-16T07:06:09.764Z] coverage: 74.0% of statements [2022-03-16T07:06:09.764Z] ok github.com/docker/docker/libnetwork/ipamutils 0.586s coverage: 74.0% of statements [2022-03-16T07:06:09.907Z] === RUN TestDockerSuite/TestBuildFails [2022-03-16T07:06:10.063Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-16T07:06:10.063Z] --- PASS: TestPigz (0.17s) [2022-03-16T07:06:10.063Z] === RUN TestNosysFileInfo [2022-03-16T07:06:10.063Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestCopyFileWithInvalidDest [2022-03-16T07:06:10.063Z] archive_windows_test.go:16: Currently fails [2022-03-16T07:06:10.063Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestCanonicalTarNameForPath [2022-03-16T07:06:10.063Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestCanonicalTarName [2022-03-16T07:06:10.063Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestChmodTarEntry [2022-03-16T07:06:10.063Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestHardLinkOrder [2022-03-16T07:06:10.063Z] --- PASS: TestHardLinkOrder (0.19s) [2022-03-16T07:06:10.063Z] === RUN TestChangeString [2022-03-16T07:06:10.063Z] --- PASS: TestChangeString (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestChangesWithNoChanges [2022-03-16T07:06:10.063Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-16T07:06:10.063Z] === RUN TestChangesWithChanges [2022-03-16T07:06:10.063Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-16T07:06:10.063Z] === RUN TestChangesWithChangesGH13590 [2022-03-16T07:06:10.063Z] changes_test.go:195: needs more investigation [2022-03-16T07:06:10.063Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestChangesDirsEmpty [2022-03-16T07:06:10.063Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-16T07:06:10.063Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestChangesDirsMutated [2022-03-16T07:06:10.063Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-16T07:06:10.063Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestApplyLayer [2022-03-16T07:06:10.063Z] changes_test.go:432: needs further investigation [2022-03-16T07:06:10.063Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestChangesSizeWithHardlinks [2022-03-16T07:06:10.063Z] changes_test.go:468: needs further investigation [2022-03-16T07:06:10.063Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestChangesSizeWithNoChanges [2022-03-16T07:06:10.063Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-16T07:06:10.063Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestChangesSize [2022-03-16T07:06:10.063Z] --- PASS: TestChangesSize (0.00s) [2022-03-16T07:06:10.063Z] === RUN TestApplyLayerInvalidFilenames [2022-03-16T07:06:10.063Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2376818582\\dest" [2022-03-16T07:06:10.063Z] --- PASS: TestApplyLayerInvalidFilenames (0.03s) [2022-03-16T07:06:10.063Z] === RUN TestApplyLayerInvalidHardlink [2022-03-16T07:06:10.063Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3752415336\\victim\\hello" -> "../victim/hello" [2022-03-16T07:06:10.063Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1435554780\\victim\\hello" -> "/../victim/hello" [2022-03-16T07:06:10.063Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1600368702\\victim" -> "../victim" [2022-03-16T07:06:10.063Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2903357709\\victim" -> "../victim" [2022-03-16T07:06:10.063Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3892125585\\victim" -> "../victim" [2022-03-16T07:06:10.063Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3876237462\\victim" -> "../victim" [2022-03-16T07:06:10.063Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-16T07:06:10.063Z] === RUN TestApplyLayerInvalidSymlink [2022-03-16T07:06:10.063Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1518274923\\dest\\dotdot" -> "../victim/hello" [2022-03-16T07:06:10.063Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink639009074\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-16T07:06:10.063Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3482800528\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:10.063Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1197215143\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:10.063Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2967938709\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:10.063Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink733100306\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:10.063Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-16T07:06:10.063Z] === RUN TestApplyLayerWhiteouts [2022-03-16T07:06:10.541Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-03-16T07:06:10.541Z] === RUN TestGenerateEmptyFile [2022-03-16T07:06:10.541Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-16T07:06:10.541Z] === RUN TestGenerateWithContent [2022-03-16T07:06:10.541Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-16T07:06:10.541Z] PASS [2022-03-16T07:06:10.541Z] coverage: 62.0% of statements [2022-03-16T07:06:10.541Z] ok github.com/docker/docker/pkg/archive 9.056s coverage: 62.0% of statements [2022-03-16T07:06:10.726Z] === RUN TestKeyValue [2022-03-16T07:06:10.726Z] --- PASS: TestKeyValue (0.00s) [2022-03-16T07:06:10.726Z] PASS [2022-03-16T07:06:10.726Z] coverage: 60.0% of statements [2022-03-16T07:06:10.726Z] ok github.com/docker/docker/libnetwork/netlabel 0.039s coverage: 60.0% of statements [2022-03-16T07:06:10.726Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.86s) [2022-03-16T07:06:10.726Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-16T07:06:10.726Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-16T07:06:11.000Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-16T07:06:11.019Z] === RUN TestFixedBufferCap [2022-03-16T07:06:11.019Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-16T07:06:11.019Z] === RUN TestFixedBufferLen [2022-03-16T07:06:11.019Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-16T07:06:11.019Z] === RUN TestFixedBufferString [2022-03-16T07:06:11.019Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-16T07:06:11.019Z] === RUN TestFixedBufferWrite [2022-03-16T07:06:11.019Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-16T07:06:11.019Z] === RUN TestFixedBufferRead [2022-03-16T07:06:11.019Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-16T07:06:11.019Z] === RUN TestBytesPipeRead [2022-03-16T07:06:11.019Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-16T07:06:11.019Z] === RUN TestBytesPipeWrite [2022-03-16T07:06:11.019Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-16T07:06:11.019Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-16T07:06:11.275Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-16T07:06:11.275Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-16T07:06:11.290Z] + echo Ensuring container killed. [2022-03-16T07:06:11.290Z] Ensuring container killed. [2022-03-16T07:06:11.290Z] + docker rm -vf docker-pr3 [2022-03-16T07:06:11.290Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-03-16T07:06:11.497Z] --- PASS: TestBytesPipeWriteRandomChunks (0.52s) [2022-03-16T07:06:11.497Z] === RUN TestAtomicWriteToFile [2022-03-16T07:06:11.497Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-16T07:06:11.497Z] === RUN TestAtomicWriteSetCommit [2022-03-16T07:06:11.497Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-16T07:06:11.497Z] === RUN TestAtomicWriteSetCancel [2022-03-16T07:06:11.497Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-16T07:06:11.497Z] === RUN TestReadCloserWrapperClose [2022-03-16T07:06:11.497Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-16T07:06:11.498Z] === RUN TestReaderErrWrapperReadOnError [2022-03-16T07:06:11.498Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-16T07:06:11.498Z] === RUN TestReaderErrWrapperRead [2022-03-16T07:06:11.498Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-16T07:06:11.498Z] === RUN TestCancelReadCloser [2022-03-16T07:06:11.498Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-16T07:06:11.498Z] === RUN TestWriteCloserWrapperClose [2022-03-16T07:06:11.498Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-16T07:06:11.498Z] === RUN TestNopWriteCloser [2022-03-16T07:06:11.498Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-16T07:06:11.498Z] === RUN TestNopWriter [2022-03-16T07:06:11.498Z] --- PASS: TestNopWriter (0.00s) [2022-03-16T07:06:11.498Z] === RUN TestWriteCounter [2022-03-16T07:06:11.498Z] --- PASS: TestWriteCounter (0.00s) [2022-03-16T07:06:11.498Z] PASS [2022-03-16T07:06:11.498Z] coverage: 69.6% of statements [2022-03-16T07:06:11.498Z] ok github.com/docker/docker/pkg/ioutils 0.700s coverage: 69.6% of statements [2022-03-16T07:06:11.570Z] + echo Chowning /workspace to jenkins user [2022-03-16T07:06:11.570Z] Chowning /workspace to jenkins user [2022-03-16T07:06:11.570Z] + id -u [2022-03-16T07:06:11.570Z] + id -g [2022-03-16T07:06:11.570Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43372:/workspace busybox chown -R 1000:1000 /workspace [2022-03-16T07:06:11.689Z] === RUN TestGenerate [2022-03-16T07:06:11.689Z] --- PASS: TestGenerate (0.00s) [2022-03-16T07:06:11.689Z] === RUN TestGeneratePtr [2022-03-16T07:06:11.689Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-16T07:06:11.689Z] === RUN TestGenerateMissingField [2022-03-16T07:06:11.689Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-16T07:06:11.689Z] === RUN TestFieldCannotBeSet [2022-03-16T07:06:11.689Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-16T07:06:11.689Z] === RUN TestTypeMismatchError [2022-03-16T07:06:11.689Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-16T07:06:11.689Z] PASS [2022-03-16T07:06:11.689Z] coverage: 100.0% of statements [2022-03-16T07:06:11.689Z] ok github.com/docker/docker/libnetwork/options 0.096s coverage: 100.0% of statements [2022-03-16T07:06:11.837Z] check_test.go:379: [ddce325a9e46f] daemon is not started [2022-03-16T07:06:12.518Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-03-16T07:06:12.518Z] === RUN TestNetworkDBWatch [2022-03-16T07:06:12.518Z] === RUN TestError [2022-03-16T07:06:12.518Z] --- PASS: TestError (0.00s) [2022-03-16T07:06:12.518Z] === RUN TestProgressString [2022-03-16T07:06:12.518Z] === RUN TestProgressString/no_progress [2022-03-16T07:06:12.518Z] === RUN TestProgressString/progress_1 [2022-03-16T07:06:12.518Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-16T07:06:12.518Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-16T07:06:12.518Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-16T07:06:12.518Z] === RUN TestProgressString/with_units [2022-03-16T07:06:12.518Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-16T07:06:12.518Z] === RUN TestProgressString/hide_counts [2022-03-16T07:06:12.518Z] --- PASS: TestProgressString (0.00s) [2022-03-16T07:06:12.518Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-16T07:06:12.518Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-16T07:06:12.518Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-16T07:06:12.518Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-16T07:06:12.518Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-16T07:06:12.518Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-16T07:06:12.518Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-16T07:06:12.518Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-16T07:06:12.518Z] === RUN TestJSONMessageDisplay [2022-03-16T07:06:12.661Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.02s) [2022-03-16T07:06:12.661Z] === RUN TestGetAddress [2022-03-16T07:06:12.661Z] testing: warning: no tests to run [2022-03-16T07:06:12.661Z] PASS [2022-03-16T07:06:12.661Z] coverage: 0.0% of statements [2022-03-16T07:06:12.661Z] ok github.com/docker/docker/libnetwork/osl 0.038s coverage: 0.0% of statements [no tests to run] [2022-03-16T07:06:12.661Z] === RUN TestNetworkDBSimple [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-16T07:06:12.999Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-03-16T07:06:12.999Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-16T07:06:12.999Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-16T07:06:12.999Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-16T07:06:12.999Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-16T07:06:12.999Z] === RUN TestDisplayJSONMessagesStream [2022-03-16T07:06:12.999Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-16T07:06:12.999Z] PASS [2022-03-16T07:06:12.999Z] coverage: 91.7% of statements [2022-03-16T07:06:12.999Z] ok github.com/docker/docker/pkg/jsonmessage 0.250s coverage: 91.7% of statements [2022-03-16T07:06:13.205Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-16T07:06:13.234Z] + bundleName=docker-py [2022-03-16T07:06:13.234Z] + echo Creating docker-py-bundles.tar.gz [2022-03-16T07:06:13.234Z] Creating docker-py-bundles.tar.gz [2022-03-16T07:06:13.234Z] + 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-16T07:06:13.244Z] Archiving artifacts [2022-03-16T07:06:13.481Z] === RUN TestStandardLongPath [2022-03-16T07:06:13.481Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-16T07:06:13.481Z] === RUN TestUNCLongPath [2022-03-16T07:06:13.481Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-16T07:06:13.481Z] PASS [2022-03-16T07:06:13.481Z] coverage: 100.0% of statements [2022-03-16T07:06:13.481Z] ok github.com/docker/docker/pkg/longpath 0.041s coverage: 100.0% of statements [2022-03-16T07:06:13.629Z] === RUN TestRequestNewPort [2022-03-16T07:06:13.629Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-16T07:06:13.629Z] === RUN TestRequestSpecificPort [2022-03-16T07:06:13.629Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-16T07:06:13.629Z] === RUN TestReleasePort [2022-03-16T07:06:13.629Z] --- PASS: TestReleasePort (0.00s) [2022-03-16T07:06:13.629Z] === RUN TestReuseReleasedPort [2022-03-16T07:06:13.629Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-16T07:06:13.629Z] === RUN TestReleaseUnreadledPort [2022-03-16T07:06:13.629Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-16T07:06:13.629Z] === RUN TestUnknowProtocol [2022-03-16T07:06:13.629Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-16T07:06:13.629Z] === RUN TestAllocateAllPorts [2022-03-16T07:06:13.629Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-16T07:06:13.629Z] === RUN TestPortAllocation [2022-03-16T07:06:13.629Z] --- PASS: TestPortAllocation (0.00s) [2022-03-16T07:06:13.629Z] === RUN TestPortAllocationWithCustomRange [2022-03-16T07:06:13.629Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-16T07:06:13.629Z] === RUN TestNoDuplicateBPR [2022-03-16T07:06:13.629Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-16T07:06:13.629Z] === RUN TestChangePortRange [2022-03-16T07:06:13.629Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-16T07:06:13.629Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-16T07:06:13.629Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-16T07:06:13.629Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-16T07:06:13.629Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-16T07:06:13.629Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-16T07:06:13.629Z] --- PASS: TestChangePortRange (0.00s) [2022-03-16T07:06:13.629Z] PASS [2022-03-16T07:06:13.629Z] coverage: 88.6% of statements [2022-03-16T07:06:13.629Z] ok github.com/docker/docker/libnetwork/portallocator 0.047s coverage: 88.6% of statements [2022-03-16T07:06:13.629Z] 2022/03/16 07:06:13 Closing DB instances... [2022-03-16T07:06:13.962Z] === RUN TestNameFormat [2022-03-16T07:06:13.963Z] --- PASS: TestNameFormat (0.00s) [2022-03-16T07:06:13.963Z] === RUN TestNameRetries [2022-03-16T07:06:13.963Z] --- PASS: TestNameRetries (0.00s) [2022-03-16T07:06:13.963Z] PASS [2022-03-16T07:06:13.963Z] coverage: 85.7% of statements [2022-03-16T07:06:13.963Z] ok github.com/docker/docker/pkg/namesgenerator 0.047s coverage: 85.7% of statements [2022-03-16T07:06:14.088Z] testing: warning: no tests to run [2022-03-16T07:06:14.088Z] PASS [2022-03-16T07:06:14.088Z] coverage: 0.0% of statements [2022-03-16T07:06:14.088Z] ok github.com/docker/docker/libnetwork/portmapper 0.042s coverage: 0.0% of statements [no tests to run] [2022-03-16T07:06:14.444Z] 2022/03/16 07:06:13 Closing DB instances... [2022-03-16T07:06:14.926Z] === RUN TestParseKeyValueOpt [2022-03-16T07:06:14.926Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-16T07:06:14.926Z] === RUN TestParseUintList [2022-03-16T07:06:14.926Z] --- PASS: TestParseUintList (0.00s) [2022-03-16T07:06:14.926Z] === RUN TestParseUintListMaximumLimits [2022-03-16T07:06:14.926Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-16T07:06:14.926Z] PASS [2022-03-16T07:06:14.926Z] coverage: 97.0% of statements [2022-03-16T07:06:14.926Z] ok github.com/docker/docker/pkg/parsers 0.041s coverage: 97.0% of statements [2022-03-16T07:06:15.056Z] --- PASS: TestNetworkDBSimple (2.04s) [2022-03-16T07:06:15.056Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-16T07:06:15.056Z] === RUN TestHashData [2022-03-16T07:06:15.056Z] --- PASS: TestHashData (0.00s) [2022-03-16T07:06:15.056Z] PASS [2022-03-16T07:06:15.056Z] coverage: 2.8% of statements [2022-03-16T07:06:15.056Z] ok github.com/docker/docker/libnetwork/resolvconf 0.037s coverage: 2.8% of statements [2022-03-16T07:06:15.079Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43372/3/artifacts/ [Pipeline] } [Pipeline] // catchError [2022-03-16T07:06:15.097Z] === RUN TestDockerSuite/TestBuildForceRm [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-16T07:06:15.408Z] === RUN TestNewAndRemove [2022-03-16T07:06:15.408Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-16T07:06:15.408Z] === RUN TestRemoveInvalidPath [2022-03-16T07:06:15.408Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-16T07:06:15.408Z] PASS [2022-03-16T07:06:15.409Z] coverage: 82.6% of statements [2022-03-16T07:06:15.409Z] ok github.com/docker/docker/pkg/pidfile 0.051s coverage: 82.6% of statements [2022-03-16T07:06:15.428Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 -e DOCKER_GRAPHDRIVER docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 hack/make.sh binary [2022-03-16T07:06:15.516Z] === RUN TestErrorConstructors [2022-03-16T07:06:15.516Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-16T07:06:15.516Z] === RUN TestCompareIPMask [2022-03-16T07:06:15.516Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-16T07:06:15.516Z] === RUN TestUtilGetHostPartIP [2022-03-16T07:06:15.516Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-16T07:06:15.516Z] === RUN TestUtilGetBroadcastIP [2022-03-16T07:06:15.516Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-16T07:06:15.516Z] === RUN TestParseCIDR [2022-03-16T07:06:15.516Z] --- PASS: TestParseCIDR (0.00s) [2022-03-16T07:06:15.516Z] PASS [2022-03-16T07:06:15.516Z] coverage: 37.3% of statements [2022-03-16T07:06:15.516Z] ok github.com/docker/docker/libnetwork/types 0.038s coverage: 37.3% of statements [2022-03-16T07:06:15.684Z] [2022-03-16T07:06:15.890Z] --- PASS: TestNetworkDBWatch (3.05s) [2022-03-16T07:06:15.890Z] === RUN TestNetworkDBBulkSync [2022-03-16T07:06:15.941Z] Removing bundles/ [2022-03-16T07:06:15.941Z] [2022-03-16T07:06:15.941Z] ---> Making bundle: binary (in bundles/binary) [2022-03-16T07:06:15.941Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-16T07:06:15.941Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T07:06:15.975Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2022-03-16T07:06:15.975Z] PASS [2022-03-16T07:06:15.975Z] coverage: 100.0% of statements [2022-03-16T07:06:15.975Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.064s coverage: 100.0% of statements [2022-03-16T07:06:15.975Z] 2022/03/16 07:06:15 Closing DB instances... [2022-03-16T07:06:16.465Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-16T07:06:16.901Z] 2022/03/16 07:06:16 Closing DB instances... [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-16T07:06:16.941Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-16T07:06:16.941Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-16T07:06:16.941Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-16T07:06:16.941Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-16T07:06:16.941Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-16T07:06:16.941Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-16T07:06:16.941Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-16T07:06:16.941Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-16T07:06:16.942Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-16T07:06:16.942Z] PASS [2022-03-16T07:06:16.942Z] coverage: 50.0% of statements [2022-03-16T07:06:16.942Z] ok github.com/docker/docker/oci 0.048s coverage: 50.0% of statements [2022-03-16T07:06:17.380Z] === RUN TestFailedConnection [2022-03-16T07:06:17.401Z] === RUN TestAddressPoolOpt [2022-03-16T07:06:17.401Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/a [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/something [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/_=a [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/env1=value1 [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/_env1=value1 [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/PATH [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/=a [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/PATH= [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/PATH=something [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/asd!qwe [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/1asd [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/123 [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/some_space [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/__some_space_before [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/some_space_after__ [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/= [2022-03-16T07:06:17.401Z] === RUN TestValidateEnv/PaTh [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-16T07:06:17.401Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestParseHost [2022-03-16T07:06:17.402Z] --- PASS: TestParseHost (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestParseDockerDaemonHost [2022-03-16T07:06:17.402Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestParseTCP [2022-03-16T07:06:17.402Z] --- PASS: TestParseTCP (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-16T07:06:17.402Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestValidateExtraHosts [2022-03-16T07:06:17.402Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestIpOptString [2022-03-16T07:06:17.402Z] --- PASS: TestIpOptString (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-16T07:06:17.402Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestNewIpOptValidDefaultVal [2022-03-16T07:06:17.402Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestIpOptSetInvalidVal [2022-03-16T07:06:17.402Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestValidateIPAddress [2022-03-16T07:06:17.402Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestMapOpts [2022-03-16T07:06:17.402Z] --- PASS: TestMapOpts (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestListOptsWithoutValidator [2022-03-16T07:06:17.402Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestListOptsWithValidator [2022-03-16T07:06:17.402Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestValidateDNSSearch [2022-03-16T07:06:17.402Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_general_format [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_one_more [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-16T07:06:17.402Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-16T07:06:17.402Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestNamedListOpts [2022-03-16T07:06:17.402Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestNamedMapOpts [2022-03-16T07:06:17.402Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestParseLink [2022-03-16T07:06:17.402Z] --- PASS: TestParseLink (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestQuotedStringSetWithQuotes [2022-03-16T07:06:17.402Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-16T07:06:17.402Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-16T07:06:17.402Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-16T07:06:17.402Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-16T07:06:17.402Z] === RUN TestUlimitOpt [2022-03-16T07:06:17.402Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-16T07:06:17.402Z] PASS [2022-03-16T07:06:17.402Z] coverage: 67.4% of statements [2022-03-16T07:06:17.402Z] ok github.com/docker/docker/opts 0.074s coverage: 67.4% of statements [2022-03-16T07:06:17.402Z] === RUN TestParseVersion [2022-03-16T07:06:17.402Z] --- PASS: TestParseVersion (0.00s) [2022-03-16T07:06:17.402Z] PASS [2022-03-16T07:06:17.402Z] coverage: 52.9% of statements [2022-03-16T07:06:17.402Z] ok github.com/docker/docker/pkg/aaparser 0.035s coverage: 52.9% of statements [2022-03-16T07:06:17.832Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-16T07:06:17.857Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.90s) [2022-03-16T07:06:17.857Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-16T07:06:17.858Z] --- PASS: TestGetAddress (24.84s) [2022-03-16T07:06:17.858Z] === RUN TestRequestSyntaxCheck [2022-03-16T07:06:17.858Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-16T07:06:17.858Z] === RUN TestRequest [2022-03-16T07:06:18.341Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-03-16T07:06:18.341Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-16T07:06:18.395Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-16T07:06:18.818Z] 2022/03/16 07:06:18 Closing DB instances... [2022-03-16T07:06:19.274Z] === RUN TestPeerCertificateMarshalJSON [2022-03-16T07:06:19.274Z] === RUN TestIsArchivePathDir [2022-03-16T07:06:19.274Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-03-16T07:06:19.274Z] === RUN TestIsArchivePathInvalidFile [2022-03-16T07:06:19.325Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-16T07:06:19.731Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2022-03-16T07:06:19.731Z] === RUN TestIsArchivePathTar [2022-03-16T07:06:19.731Z] --- PASS: TestIsArchivePathTar (0.16s) [2022-03-16T07:06:19.731Z] === RUN TestDecompressStreamGzip [2022-03-16T07:06:19.731Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-16T07:06:19.731Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-16T07:06:19.731Z] --- PASS: TestPeerCertificateMarshalJSON (0.60s) [2022-03-16T07:06:19.731Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-16T07:06:19.731Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-16T07:06:19.731Z] === RUN TestMiddleware [2022-03-16T07:06:19.731Z] --- PASS: TestMiddleware (0.00s) [2022-03-16T07:06:19.731Z] === RUN TestNewResponseModifier [2022-03-16T07:06:19.731Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-16T07:06:19.731Z] PASS [2022-03-16T07:06:19.731Z] coverage: 26.8% of statements [2022-03-16T07:06:19.731Z] ok github.com/docker/docker/pkg/authorization 0.648s coverage: 26.8% of statements [2022-03-16T07:06:19.731Z] --- PASS: TestDecompressStreamGzip (0.11s) [2022-03-16T07:06:19.731Z] === RUN TestDecompressStreamBzip2 [2022-03-16T07:06:19.731Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-03-16T07:06:19.731Z] === RUN TestDecompressStreamXz [2022-03-16T07:06:19.731Z] archive_test.go:133: Xz not present in msys2 [2022-03-16T07:06:19.731Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-16T07:06:19.731Z] === RUN TestDecompressStreamZstd [2022-03-16T07:06:19.936Z] --- PASS: TestFailedConnection (2.16s) [2022-03-16T07:06:19.936Z] === RUN TestFailOnce [2022-03-16T07:06:19.936Z] 2022/03/16 07:06:19 http: panic serving 127.0.0.1:49294: Plugin not ready [2022-03-16T07:06:19.936Z] goroutine 50 [running]: [2022-03-16T07:06:19.936Z] net/http.(*conn).serve.func1() [2022-03-16T07:06:19.936Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-16T07:06:19.936Z] panic({0xf8ca00, 0x10a09d0}) [2022-03-16T07:06:19.936Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-16T07:06:19.936Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x70e2cced84a11d0e}, 0xc000229a98) [2022-03-16T07:06:19.936Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-16T07:06:19.936Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x10ad900, 0xc0001b2000}, 0xec1d26) [2022-03-16T07:06:19.936Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-16T07:06:19.936Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x10ad900, 0xc0001b2000}, 0xc0001aa000) [2022-03-16T07:06:19.936Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-16T07:06:19.936Z] net/http.serverHandler.ServeHTTP({0x10abff0}, {0x10ad900, 0xc0001b2000}, 0xc0001aa000) [2022-03-16T07:06:19.936Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-16T07:06:19.936Z] net/http.(*conn).serve(0xc000220000, {0x10af900, 0xc0002020c0}) [2022-03-16T07:06:19.936Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-16T07:06:19.936Z] created by net/http.(*Server).Serve [2022-03-16T07:06:19.936Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-16T07:06:19.936Z] time="2022-03-16T07:06:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.FailOnce: Post \"http://127.0.0.1:49293/Test.FailOnce\": EOF, retrying in 1s" [2022-03-16T07:06:20.188Z] archive_test.go:140: zstd not installed [2022-03-16T07:06:20.188Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-16T07:06:20.188Z] === RUN TestCompressStreamXzUnsupported [2022-03-16T07:06:20.188Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-16T07:06:20.188Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestCompressStreamInvalid [2022-03-16T07:06:20.188Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestExtensionInvalid [2022-03-16T07:06:20.188Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestExtensionUncompressed [2022-03-16T07:06:20.188Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestExtensionBzip2 [2022-03-16T07:06:20.188Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestExtensionGzip [2022-03-16T07:06:20.188Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestExtensionXz [2022-03-16T07:06:20.188Z] --- PASS: TestExtensionXz (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestExtensionZstd [2022-03-16T07:06:20.188Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestCmdStreamLargeStderr [2022-03-16T07:06:20.188Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-03-16T07:06:20.188Z] === RUN TestCmdStreamBad [2022-03-16T07:06:20.188Z] archive_test.go:252: Failing on Windows CI machines [2022-03-16T07:06:20.188Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestCmdStreamGood [2022-03-16T07:06:20.188Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-16T07:06:20.188Z] === RUN TestUntarPathWithInvalidDest [2022-03-16T07:06:20.188Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2022-03-16T07:06:20.188Z] === RUN TestUntarPathWithInvalidSrc [2022-03-16T07:06:20.188Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestUntarPath [2022-03-16T07:06:20.188Z] --- PASS: TestUntarPath (0.06s) [2022-03-16T07:06:20.188Z] === RUN TestUntarPathWithDestinationFile [2022-03-16T07:06:20.188Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-03-16T07:06:20.188Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-16T07:06:20.188Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-03-16T07:06:20.188Z] === RUN TestCopyWithTarInvalidSrc [2022-03-16T07:06:20.188Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-16T07:06:20.188Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestCopyWithTarSrcFile [2022-03-16T07:06:20.188Z] === RUN TestUnbuffered [2022-03-16T07:06:20.188Z] --- PASS: TestUnbuffered (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestRaceUnbuffered [2022-03-16T07:06:20.188Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-16T07:06:20.188Z] PASS [2022-03-16T07:06:20.188Z] coverage: 100.0% of statements [2022-03-16T07:06:20.188Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestCopyWithTarSrcFolder [2022-03-16T07:06:20.188Z] ok github.com/docker/docker/pkg/broadcaster 0.035s coverage: 100.0% of statements [2022-03-16T07:06:20.188Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-16T07:06:20.188Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-16T07:06:20.188Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-16T07:06:20.188Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-16T07:06:20.188Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-16T07:06:20.188Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-03-16T07:06:20.188Z] === RUN TestCopyFileWithTarSrcFile [2022-03-16T07:06:20.188Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-16T07:06:20.188Z] === RUN TestTarFiles [2022-03-16T07:06:20.643Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-03-16T07:06:20.643Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-16T07:06:20.643Z] === RUN TestMatch [2022-03-16T07:06:20.643Z] === RUN TestMatch/[[]] [2022-03-16T07:06:20.643Z] === RUN TestMatch/[[foo]] [2022-03-16T07:06:20.643Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-16T07:06:20.945Z] --- PASS: TestFailOnce (1.21s) [2022-03-16T07:06:20.946Z] === RUN TestEchoInputOutput [2022-03-16T07:06:20.946Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-16T07:06:20.946Z] === RUN TestBackoff [2022-03-16T07:06:20.946Z] --- PASS: TestBackoff (0.00s) [2022-03-16T07:06:20.946Z] === RUN TestAbortRetry [2022-03-16T07:06:20.946Z] --- PASS: TestAbortRetry (0.00s) [2022-03-16T07:06:20.946Z] === RUN TestClientScheme [2022-03-16T07:06:20.946Z] --- PASS: TestClientScheme (0.00s) [2022-03-16T07:06:20.946Z] === RUN TestNewClientWithTimeout [2022-03-16T07:06:21.099Z] === RUN TestMatch/[[foo_bar]] [2022-03-16T07:06:21.099Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-16T07:06:21.099Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-16T07:06:21.099Z] === RUN TestMatch/[] [2022-03-16T07:06:21.099Z] === RUN TestMatch/[]#01 [2022-03-16T07:06:21.099Z] === RUN TestMatch/[[qux]] [2022-03-16T07:06:21.099Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-16T07:06:21.099Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-16T07:06:21.099Z] === RUN TestMatch/[[foo_baz]] [2022-03-16T07:06:21.099Z] --- PASS: TestMatch (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[] (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-16T07:06:21.099Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-16T07:06:21.099Z] PASS [2022-03-16T07:06:21.099Z] coverage: 87.5% of statements [2022-03-16T07:06:21.099Z] ok github.com/docker/docker/pkg/capabilities 0.042s coverage: 87.5% of statements [2022-03-16T07:06:21.141Z] --- PASS: TestServiceUpdateConfigs (13.81s) [2022-03-16T07:06:21.141Z] === RUN TestServiceUpdateNetwork [2022-03-16T07:06:21.218Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-16T07:06:21.424Z] time="2022-03-16T07:06:21Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-16T07:06:21.424Z] 2022/03/16 07:06:21 Closing DB instances... [2022-03-16T07:06:21.780Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-16T07:06:22.037Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-16T07:06:22.060Z] === RUN TestChrootTarUntar [2022-03-16T07:06:22.060Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:22.060Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-16T07:06:22.060Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-16T07:06:22.060Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:22.060Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-16T07:06:22.060Z] === RUN TestChrootUntarEmptyArchive [2022-03-16T07:06:22.060Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-16T07:06:22.060Z] === RUN TestChrootTarUntarWithSymlink [2022-03-16T07:06:22.060Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:06:22.060Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-16T07:06:22.060Z] === RUN TestChrootCopyWithTar [2022-03-16T07:06:22.060Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:06:22.060Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-16T07:06:22.060Z] === RUN TestChrootCopyFileWithTar [2022-03-16T07:06:22.060Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:22.060Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-16T07:06:22.060Z] === RUN TestChrootUntarPath [2022-03-16T07:06:22.060Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:06:22.060Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-16T07:06:22.060Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-16T07:06:22.060Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:22.060Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-16T07:06:22.060Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-16T07:06:22.060Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:22.060Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-16T07:06:22.060Z] === RUN TestChrootApplyDotDotFile [2022-03-16T07:06:22.060Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:22.060Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-16T07:06:22.060Z] PASS [2022-03-16T07:06:22.060Z] coverage: 15.1% of statements [2022-03-16T07:06:22.060Z] ok github.com/docker/docker/pkg/chrootarchive 0.080s coverage: 15.1% of statements [2022-03-16T07:06:22.293Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-16T07:06:22.293Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-16T07:06:22.293Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-16T07:06:22.515Z] 2022/03/16 07:06:22 Closing DB instances... [2022-03-16T07:06:22.971Z] === RUN TestEnsureRemoveAllNotExist [2022-03-16T07:06:22.971Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-16T07:06:22.971Z] === RUN TestEnsureRemoveAllWithDir [2022-03-16T07:06:22.971Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-16T07:06:22.971Z] === RUN TestEnsureRemoveAllWithFile [2022-03-16T07:06:22.971Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-16T07:06:22.971Z] PASS [2022-03-16T07:06:22.971Z] coverage: 0.0% of statements [2022-03-16T07:06:22.971Z] ok github.com/docker/docker/pkg/containerfs 0.043s coverage: 0.0% of statements [2022-03-16T07:06:23.021Z] time="2022-03-16T07:06:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-16T07:06:23.427Z] === RUN TestSizeEmpty [2022-03-16T07:06:23.427Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-16T07:06:23.427Z] === RUN TestSizeEmptyFile [2022-03-16T07:06:23.427Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-16T07:06:23.427Z] === RUN TestSizeNonemptyFile [2022-03-16T07:06:23.427Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-16T07:06:23.427Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-16T07:06:23.427Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-16T07:06:23.427Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-16T07:06:23.427Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-16T07:06:23.427Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-16T07:06:23.427Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-16T07:06:23.427Z] === RUN TestMoveToSubdir [2022-03-16T07:06:23.427Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-16T07:06:23.427Z] === RUN TestSizeNonExistingDirectory [2022-03-16T07:06:23.427Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-16T07:06:23.427Z] PASS [2022-03-16T07:06:23.427Z] coverage: 80.0% of statements [2022-03-16T07:06:23.427Z] ok github.com/docker/docker/pkg/directory 0.051s coverage: 80.0% of statements [2022-03-16T07:06:24.186Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-16T07:06:24.390Z] === RUN TestPollerAddRemove [2022-03-16T07:06:24.390Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-16T07:06:24.390Z] === RUN TestPollerEvent [2022-03-16T07:06:24.390Z] poller_test.go:40: No chmod on Windows [2022-03-16T07:06:24.390Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-16T07:06:24.390Z] === RUN TestPollerClose [2022-03-16T07:06:24.390Z] --- PASS: TestPollerClose (0.00s) [2022-03-16T07:06:24.390Z] PASS [2022-03-16T07:06:24.390Z] coverage: 45.7% of statements [2022-03-16T07:06:24.390Z] ok github.com/docker/docker/pkg/filenotify 0.041s coverage: 45.7% of statements [2022-03-16T07:06:24.390Z] --- PASS: TestTarFiles (4.10s) [2022-03-16T07:06:24.390Z] === RUN TestDetectCompressionZstd [2022-03-16T07:06:24.390Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-16T07:06:24.390Z] === RUN TestTarUntar [2022-03-16T07:06:24.390Z] --- PASS: TestTarUntar (0.03s) [2022-03-16T07:06:24.390Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-16T07:06:24.390Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-16T07:06:24.390Z] === RUN TestTarWithOptions [2022-03-16T07:06:24.390Z] --- PASS: TestTarWithOptions (0.02s) [2022-03-16T07:06:24.390Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-16T07:06:24.390Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-16T07:06:24.390Z] === RUN TestUntarUstarGnuConflict [2022-03-16T07:06:24.390Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-16T07:06:24.390Z] === RUN TestUntarInvalidFilenames [2022-03-16T07:06:24.390Z] --- PASS: TestNetworkDBCRUDTableEntry (4.07s) [2022-03-16T07:06:24.390Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-16T07:06:24.617Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.91s) [2022-03-16T07:06:24.618Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-16T07:06:24.845Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames4073345396\\dest" [2022-03-16T07:06:24.845Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2022-03-16T07:06:24.845Z] === RUN TestUntarHardlinkToSymlink [2022-03-16T07:06:24.845Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-16T07:06:24.845Z] === RUN TestUntarInvalidHardlink [2022-03-16T07:06:24.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4276374046\\victim\\hello" -> "../victim/hello" [2022-03-16T07:06:24.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3103231385\\victim\\hello" -> "/../victim/hello" [2022-03-16T07:06:24.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3116972775\\victim" -> "../victim" [2022-03-16T07:06:24.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2102268247\\victim" -> "../victim" [2022-03-16T07:06:24.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2409630227\\victim" -> "../victim" [2022-03-16T07:06:24.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1359712481\\victim" -> "../victim" [2022-03-16T07:06:24.845Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-03-16T07:06:24.845Z] === RUN TestUntarInvalidSymlink [2022-03-16T07:06:24.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2199345832\\dest\\dotdot" -> "../victim/hello" [2022-03-16T07:06:24.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2611589709\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-16T07:06:24.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink897908040\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:24.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3189397420\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:24.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink738812102\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:24.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3081978017\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:24.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2302232332\\dest\\dir\\loophole" -> "../../victim" [2022-03-16T07:06:24.845Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-03-16T07:06:24.845Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-16T07:06:24.845Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-16T07:06:24.845Z] === RUN TestXGlobalNoParent [2022-03-16T07:06:24.845Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-16T07:06:24.845Z] === RUN TestReplaceFileTarWrapper [2022-03-16T07:06:24.845Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2022-03-16T07:06:24.845Z] === RUN TestPrefixHeaderReadable [2022-03-16T07:06:24.845Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-03-16T07:06:24.845Z] === RUN TestDisablePigz [2022-03-16T07:06:24.845Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-16T07:06:24.845Z] --- PASS: TestDisablePigz (0.12s) [2022-03-16T07:06:24.845Z] === RUN TestPigz [2022-03-16T07:06:25.115Z] docker_api_swarm_test.go:46: [d9088997a0e37] joining swarm manager [dec96cc2d294a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:06:25.307Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-16T07:06:25.307Z] --- PASS: TestPigz (0.17s) [2022-03-16T07:06:25.307Z] === RUN TestNosysFileInfo [2022-03-16T07:06:25.307Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCopyFileWithInvalidDest [2022-03-16T07:06:25.307Z] archive_windows_test.go:16: Currently fails [2022-03-16T07:06:25.307Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCanonicalTarNameForPath [2022-03-16T07:06:25.307Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCanonicalTarName [2022-03-16T07:06:25.307Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestChmodTarEntry [2022-03-16T07:06:25.307Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestHardLinkOrder [2022-03-16T07:06:25.307Z] --- PASS: TestHardLinkOrder (0.07s) [2022-03-16T07:06:25.307Z] === RUN TestChangeString [2022-03-16T07:06:25.307Z] --- PASS: TestChangeString (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestChangesWithNoChanges [2022-03-16T07:06:25.307Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-03-16T07:06:25.307Z] === RUN TestChangesWithChanges [2022-03-16T07:06:25.307Z] === RUN TestCopyFileWithInvalidSrc [2022-03-16T07:06:25.307Z] --- PASS: TestChangesWithChanges (0.03s) [2022-03-16T07:06:25.307Z] === RUN TestChangesWithChangesGH13590 [2022-03-16T07:06:25.307Z] changes_test.go:195: needs more investigation [2022-03-16T07:06:25.307Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestChangesDirsEmpty [2022-03-16T07:06:25.307Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-16T07:06:25.307Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestChangesDirsMutated [2022-03-16T07:06:25.307Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-16T07:06:25.307Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestApplyLayer [2022-03-16T07:06:25.307Z] changes_test.go:432: needs further investigation [2022-03-16T07:06:25.307Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestChangesSizeWithHardlinks [2022-03-16T07:06:25.307Z] changes_test.go:468: needs further investigation [2022-03-16T07:06:25.307Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestChangesSizeWithNoChanges [2022-03-16T07:06:25.307Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-16T07:06:25.307Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestChangesSize [2022-03-16T07:06:25.307Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCopyFileWithInvalidDest [2022-03-16T07:06:25.307Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-16T07:06:25.307Z] --- PASS: TestChangesSize (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestApplyLayerInvalidFilenames [2022-03-16T07:06:25.307Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-16T07:06:25.307Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2703082345\\dest" [2022-03-16T07:06:25.307Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCopyFile [2022-03-16T07:06:25.307Z] --- PASS: TestCopyFile (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-16T07:06:25.307Z] fileutils_test.go:133: Needs porting to Windows [2022-03-16T07:06:25.307Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-16T07:06:25.307Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-16T07:06:25.307Z] fileutils_test.go:179: Needs porting to Windows [2022-03-16T07:06:25.307Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestWildcardMatches [2022-03-16T07:06:25.307Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestPatternMatches [2022-03-16T07:06:25.307Z] --- PASS: TestPatternMatches (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-16T07:06:25.307Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestPatternMatchesFolderExclusions [2022-03-16T07:06:25.307Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-16T07:06:25.307Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-16T07:06:25.307Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-16T07:06:25.307Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-16T07:06:25.307Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestSingleExclamationError [2022-03-16T07:06:25.307Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestMatchesWithNoPatterns [2022-03-16T07:06:25.307Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestMatchesWithMalformedPatterns [2022-03-16T07:06:25.307Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestMatches [2022-03-16T07:06:25.307Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-16T07:06:25.307Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-16T07:06:25.307Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-16T07:06:25.307Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-16T07:06:25.307Z] --- PASS: TestMatches (0.01s) [2022-03-16T07:06:25.307Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-16T07:06:25.307Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-16T07:06:25.307Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-16T07:06:25.307Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCleanPatterns [2022-03-16T07:06:25.307Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-16T07:06:25.307Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCleanPatternsExceptionFlag [2022-03-16T07:06:25.307Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-16T07:06:25.307Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-16T07:06:25.307Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCleanPatternsErrorSingleException [2022-03-16T07:06:25.307Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCreateIfNotExistsDir [2022-03-16T07:06:25.307Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCreateIfNotExistsFile [2022-03-16T07:06:25.307Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-16T07:06:25.307Z] === RUN TestApplyLayerInvalidHardlink [2022-03-16T07:06:25.307Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink45310064\\victim\\hello" -> "../victim/hello" [2022-03-16T07:06:25.307Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestMatch [2022-03-16T07:06:25.307Z] --- PASS: TestMatch (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestCompile [2022-03-16T07:06:25.307Z] === RUN TestCompile/slash [2022-03-16T07:06:25.307Z] === RUN TestCompile/backslash [2022-03-16T07:06:25.307Z] --- PASS: TestCompile (0.00s) [2022-03-16T07:06:25.307Z] --- PASS: TestCompile/slash (0.00s) [2022-03-16T07:06:25.307Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-16T07:06:25.307Z] PASS [2022-03-16T07:06:25.307Z] coverage: 84.7% of statements [2022-03-16T07:06:25.307Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4081510766\\victim\\hello" -> "/../victim/hello" [2022-03-16T07:06:25.307Z] ok github.com/docker/docker/pkg/fileutils 0.071s coverage: 84.7% of statements [2022-03-16T07:06:25.307Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3512793393\\victim" -> "../victim" [2022-03-16T07:06:25.307Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink12084136\\victim" -> "../victim" [2022-03-16T07:06:25.307Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink322099732\\victim" -> "../victim" [2022-03-16T07:06:25.307Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3928222709\\victim" -> "../victim" [2022-03-16T07:06:25.307Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-03-16T07:06:25.307Z] === RUN TestApplyLayerInvalidSymlink [2022-03-16T07:06:25.307Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1429538482\\dest\\dotdot" -> "../victim/hello" [2022-03-16T07:06:25.307Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2735041566\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-16T07:06:25.307Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink806238990\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:25.307Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2630447365\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:25.307Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3778220656\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:25.307Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink991761150\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:06:25.307Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-16T07:06:25.307Z] === RUN TestApplyLayerWhiteouts [2022-03-16T07:06:25.307Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2022-03-16T07:06:25.307Z] === RUN TestGenerateEmptyFile [2022-03-16T07:06:25.307Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-16T07:06:25.307Z] === RUN TestGenerateWithContent [2022-03-16T07:06:25.307Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-16T07:06:25.307Z] PASS [2022-03-16T07:06:25.307Z] coverage: 62.0% of statements [2022-03-16T07:06:25.307Z] ok github.com/docker/docker/pkg/archive 6.127s coverage: 62.0% of statements [2022-03-16T07:06:25.625Z] time="2022-03-16T07:06:25Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-16T07:06:25.625Z] 2022/03/16 07:06:25 Closing DB instances... [2022-03-16T07:06:25.625Z] --- PASS: TestRequest (7.79s) [2022-03-16T07:06:25.625Z] === RUN TestOverlappingRequests [2022-03-16T07:06:25.763Z] === RUN TestGet [2022-03-16T07:06:25.763Z] --- PASS: TestGet (0.00s) [2022-03-16T07:06:25.763Z] === RUN TestGetShortcutString [2022-03-16T07:06:25.763Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-16T07:06:25.763Z] PASS [2022-03-16T07:06:25.763Z] coverage: 42.9% of statements [2022-03-16T07:06:25.763Z] ok github.com/docker/docker/pkg/homedir 0.038s coverage: 42.9% of statements [2022-03-16T07:06:26.103Z] --- PASS: TestOverlappingRequests (0.40s) [2022-03-16T07:06:26.103Z] === RUN TestRelease [2022-03-16T07:06:26.484Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-16T07:06:26.725Z] 2022/03/16 07:06:26 Closing DB instances... [2022-03-16T07:06:26.725Z] === RUN TestCreateIDMapOrder [2022-03-16T07:06:26.725Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-16T07:06:26.725Z] PASS [2022-03-16T07:06:26.725Z] coverage: 7.2% of statements [2022-03-16T07:06:26.725Z] ok github.com/docker/docker/pkg/idtools 0.039s coverage: 7.2% of statements [2022-03-16T07:06:27.110Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-03-16T07:06:27.110Z] === RUN TestNetworkDBGarbageCollection [2022-03-16T07:06:27.588Z] --- PASS: TestRelease (1.47s) [2022-03-16T07:06:27.588Z] === RUN TestAllocateRandomDeallocate [2022-03-16T07:06:27.853Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-16T07:06:28.251Z] === RUN TestFixedBufferCap [2022-03-16T07:06:28.251Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-16T07:06:28.251Z] === RUN TestFixedBufferLen [2022-03-16T07:06:28.251Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-16T07:06:28.251Z] === RUN TestFixedBufferString [2022-03-16T07:06:28.252Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-16T07:06:28.252Z] === RUN TestFixedBufferWrite [2022-03-16T07:06:28.252Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-16T07:06:28.252Z] === RUN TestFixedBufferRead [2022-03-16T07:06:28.252Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-16T07:06:28.252Z] === RUN TestBytesPipeRead [2022-03-16T07:06:28.252Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-16T07:06:28.252Z] === RUN TestBytesPipeWrite [2022-03-16T07:06:28.252Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-16T07:06:28.252Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-16T07:06:28.252Z] --- PASS: TestNetworkDBCRUDTableEntries (3.51s) [2022-03-16T07:06:28.252Z] === RUN TestNetworkDBNodeLeave [2022-03-16T07:06:28.252Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s) [2022-03-16T07:06:28.252Z] === RUN TestAtomicWriteToFile [2022-03-16T07:06:28.252Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-16T07:06:28.252Z] === RUN TestAtomicWriteSetCommit [2022-03-16T07:06:28.252Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-16T07:06:28.252Z] === RUN TestAtomicWriteSetCancel [2022-03-16T07:06:28.252Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2022-03-16T07:06:28.252Z] === RUN TestReadCloserWrapperClose [2022-03-16T07:06:28.252Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-16T07:06:28.252Z] === RUN TestReaderErrWrapperReadOnError [2022-03-16T07:06:28.252Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-16T07:06:28.252Z] === RUN TestReaderErrWrapperRead [2022-03-16T07:06:28.252Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-16T07:06:28.252Z] === RUN TestCancelReadCloser [2022-03-16T07:06:28.708Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-16T07:06:28.708Z] === RUN TestWriteCloserWrapperClose [2022-03-16T07:06:28.708Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-16T07:06:28.708Z] === RUN TestNopWriteCloser [2022-03-16T07:06:28.708Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-16T07:06:28.708Z] === RUN TestNopWriter [2022-03-16T07:06:28.708Z] --- PASS: TestNopWriter (0.00s) [2022-03-16T07:06:28.708Z] === RUN TestWriteCounter [2022-03-16T07:06:28.708Z] --- PASS: TestWriteCounter (0.00s) [2022-03-16T07:06:28.708Z] PASS [2022-03-16T07:06:28.708Z] coverage: 69.2% of statements [2022-03-16T07:06:28.708Z] ok github.com/docker/docker/pkg/ioutils 0.603s coverage: 69.2% of statements [2022-03-16T07:06:29.670Z] === RUN TestError [2022-03-16T07:06:29.670Z] --- PASS: TestError (0.00s) [2022-03-16T07:06:29.670Z] === RUN TestProgressString [2022-03-16T07:06:29.670Z] === RUN TestProgressString/no_progress [2022-03-16T07:06:29.670Z] === RUN TestProgressString/progress_1 [2022-03-16T07:06:29.670Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-16T07:06:29.670Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-16T07:06:29.670Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-16T07:06:29.670Z] === RUN TestProgressString/with_units [2022-03-16T07:06:29.670Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-16T07:06:29.670Z] === RUN TestProgressString/hide_counts [2022-03-16T07:06:29.670Z] --- PASS: TestProgressString (0.00s) [2022-03-16T07:06:29.670Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-16T07:06:29.670Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-16T07:06:29.670Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-16T07:06:29.670Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-16T07:06:29.670Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-16T07:06:29.670Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-16T07:06:29.670Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-16T07:06:29.670Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-16T07:06:29.670Z] === RUN TestJSONMessageDisplay [2022-03-16T07:06:29.670Z] --- PASS: TestJSONMessageDisplay (0.14s) [2022-03-16T07:06:29.670Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-16T07:06:29.670Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-16T07:06:29.670Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-16T07:06:29.670Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-16T07:06:29.670Z] === RUN TestDisplayJSONMessagesStream [2022-03-16T07:06:29.670Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-16T07:06:29.670Z] PASS [2022-03-16T07:06:29.670Z] coverage: 91.7% of statements [2022-03-16T07:06:29.670Z] ok github.com/docker/docker/pkg/jsonmessage 0.183s coverage: 91.7% of statements [2022-03-16T07:06:29.849Z] time="2022-03-16T07:06:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-16T07:06:30.125Z] === RUN TestStandardLongPath [2022-03-16T07:06:30.125Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-16T07:06:30.125Z] === RUN TestUNCLongPath [2022-03-16T07:06:30.125Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-16T07:06:30.125Z] PASS [2022-03-16T07:06:30.125Z] coverage: 100.0% of statements [2022-03-16T07:06:30.125Z] ok github.com/docker/docker/pkg/longpath 0.068s coverage: 100.0% of statements [2022-03-16T07:06:30.581Z] === RUN TestNameFormat [2022-03-16T07:06:30.581Z] --- PASS: TestNameFormat (0.00s) [2022-03-16T07:06:30.581Z] === RUN TestNameRetries [2022-03-16T07:06:30.581Z] --- PASS: TestNameRetries (0.00s) [2022-03-16T07:06:30.581Z] PASS [2022-03-16T07:06:30.581Z] coverage: 85.7% of statements [2022-03-16T07:06:30.581Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2022-03-16T07:06:31.039Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-03-16T07:06:31.039Z] === RUN TestNetworkDBWatch [2022-03-16T07:06:31.103Z] --- PASS: TestServiceUpdateNetwork (11.67s) [2022-03-16T07:06:31.103Z] === RUN TestServiceUpdatePidsLimit [2022-03-16T07:06:31.103Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-16T07:06:31.495Z] === RUN TestParseKeyValueOpt [2022-03-16T07:06:31.495Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-16T07:06:31.495Z] === RUN TestParseUintList [2022-03-16T07:06:31.495Z] --- PASS: TestParseUintList (0.00s) [2022-03-16T07:06:31.495Z] === RUN TestParseUintListMaximumLimits [2022-03-16T07:06:31.495Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-16T07:06:31.495Z] PASS [2022-03-16T07:06:31.495Z] coverage: 97.0% of statements [2022-03-16T07:06:31.495Z] ok github.com/docker/docker/pkg/parsers 0.069s coverage: 97.0% of statements [2022-03-16T07:06:31.669Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-16T07:06:31.951Z] === RUN TestNewAndRemove [2022-03-16T07:06:31.951Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-16T07:06:31.951Z] === RUN TestRemoveInvalidPath [2022-03-16T07:06:31.951Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-16T07:06:31.951Z] PASS [2022-03-16T07:06:31.951Z] coverage: 82.6% of statements [2022-03-16T07:06:31.951Z] ok github.com/docker/docker/pkg/pidfile 0.038s coverage: 82.6% of statements [2022-03-16T07:06:32.023Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-16T07:06:32.105Z] --- PASS: TestAllocateRandomDeallocate (4.37s) [2022-03-16T07:06:32.105Z] === RUN TestRetrieveFromStore [2022-03-16T07:06:32.279Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-16T07:06:32.842Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-16T07:06:32.914Z] 2022/03/16 07:06:32 Closing DB instances... [2022-03-16T07:06:33.112Z] --- PASS: TestRetrieveFromStore (1.48s) [2022-03-16T07:06:33.112Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-16T07:06:33.112Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2022-03-16T07:06:33.112Z] === RUN TestParallelPredefinedRequest1 [2022-03-16T07:06:33.112Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-16T07:06:33.112Z] === RUN TestParallelPredefinedRequest2 [2022-03-16T07:06:33.112Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-16T07:06:33.112Z] === RUN TestParallelPredefinedRequest3 [2022-03-16T07:06:33.112Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-16T07:06:33.112Z] === RUN TestParallelPredefinedRequest4 [2022-03-16T07:06:33.112Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-16T07:06:33.112Z] === RUN TestParallelPredefinedRequest5 [2022-03-16T07:06:33.112Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-16T07:06:33.112Z] === RUN TestDebug [2022-03-16T07:06:33.112Z] --- PASS: TestDebug (0.00s) [2022-03-16T07:06:33.112Z] === RUN TestRequestPoolParallel [2022-03-16T07:06:33.590Z] --- PASS: TestRequestPoolParallel (0.26s) [2022-03-16T07:06:33.590Z] === RUN TestFullAllocateRelease [2022-03-16T07:06:33.772Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-16T07:06:33.876Z] === RUN TestFailedConnection [2022-03-16T07:06:33.876Z] --- PASS: TestGetAddress (21.36s) [2022-03-16T07:06:33.876Z] === RUN TestRequestSyntaxCheck [2022-03-16T07:06:33.876Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-16T07:06:33.876Z] === RUN TestRequest [2022-03-16T07:06:34.069Z] --- PASS: TestFullAllocateRelease (0.54s) [2022-03-16T07:06:34.069Z] === RUN TestOddAllocateRelease [2022-03-16T07:06:34.332Z] --- PASS: TestNetworkDBWatch (3.23s) [2022-03-16T07:06:34.332Z] === RUN TestNetworkDBBulkSync [2022-03-16T07:06:34.335Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-16T07:06:34.335Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-16T07:06:34.548Z] --- PASS: TestOddAllocateRelease (0.29s) [2022-03-16T07:06:34.548Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-16T07:06:34.548Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-16T07:06:34.548Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-16T07:06:34.548Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.03s) [2022-03-16T07:06:34.548Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-16T07:06:34.548Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-16T07:06:34.548Z] === CONT TestParallelPredefinedRequest1 [2022-03-16T07:06:34.548Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:06:34.548Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-16T07:06:34.548Z] === CONT TestParallelPredefinedRequest3 [2022-03-16T07:06:34.548Z] === CONT TestParallelPredefinedRequest5 [2022-03-16T07:06:34.548Z] === CONT TestParallelPredefinedRequest3 [2022-03-16T07:06:34.548Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:06:34.548Z] === CONT TestParallelPredefinedRequest5 [2022-03-16T07:06:34.548Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:06:34.548Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-16T07:06:34.548Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-16T07:06:34.548Z] === CONT TestParallelPredefinedRequest4 [2022-03-16T07:06:34.548Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:06:34.548Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-16T07:06:34.548Z] === CONT TestParallelPredefinedRequest2 [2022-03-16T07:06:34.548Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:06:34.548Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-16T07:06:34.548Z] PASS [2022-03-16T07:06:34.548Z] coverage: 85.3% of statements [2022-03-16T07:06:34.548Z] ok github.com/docker/docker/libnetwork/ipam 48.623s coverage: 85.3% of statements [2022-03-16T07:06:35.293Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-16T07:06:35.298Z] 2022/03/16 07:06:35 Closing DB instances... [2022-03-16T07:06:35.550Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-16T07:06:35.755Z] --- PASS: TestFailedConnection (2.16s) [2022-03-16T07:06:35.755Z] === RUN TestFailOnce [2022-03-16T07:06:35.755Z] 2022/03/16 07:06:35 http: panic serving 127.0.0.1:49289: Plugin not ready [2022-03-16T07:06:35.755Z] goroutine 34 [running]: [2022-03-16T07:06:35.755Z] net/http.(*conn).serve.func1() [2022-03-16T07:06:35.755Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-16T07:06:35.755Z] panic({0x5bca00, 0x6d09d0}) [2022-03-16T07:06:35.755Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-16T07:06:35.755Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xbf614a27be8dd036}, 0xc00004ba98) [2022-03-16T07:06:35.755Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-16T07:06:35.755Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x6dd900, 0xc00021a000}, 0x4f1d26) [2022-03-16T07:06:35.755Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-16T07:06:35.755Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x6dd900, 0xc00021a000}, 0xc0001a6000) [2022-03-16T07:06:35.755Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-16T07:06:35.755Z] net/http.serverHandler.ServeHTTP({0x6dbff0}, {0x6dd900, 0xc00021a000}, 0xc0001a6000) [2022-03-16T07:06:35.755Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-16T07:06:35.755Z] net/http.(*conn).serve(0xc000194000, {0x6df900, 0xc0000260f0}) [2022-03-16T07:06:35.755Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-16T07:06:35.755Z] created by net/http.(*Server).Serve [2022-03-16T07:06:35.755Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-16T07:06:35.755Z] time="2022-03-16T07:06:35Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.FailOnce: Post \"http://127.0.0.1:49288/Test.FailOnce\": EOF, retrying in 1s" [2022-03-16T07:06:36.117Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-16T07:06:37.047Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-16T07:06:37.282Z] --- PASS: TestFailOnce (1.18s) [2022-03-16T07:06:37.282Z] === RUN TestEchoInputOutput [2022-03-16T07:06:37.282Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-16T07:06:37.282Z] === RUN TestBackoff [2022-03-16T07:06:37.283Z] --- PASS: TestBackoff (0.00s) [2022-03-16T07:06:37.283Z] === RUN TestAbortRetry [2022-03-16T07:06:37.283Z] --- PASS: TestAbortRetry (0.00s) [2022-03-16T07:06:37.283Z] === RUN TestClientScheme [2022-03-16T07:06:37.283Z] --- PASS: TestClientScheme (0.00s) [2022-03-16T07:06:37.283Z] === RUN TestNewClientWithTimeout [2022-03-16T07:06:37.283Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-03-16T07:06:37.283Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-16T07:06:37.283Z] time="2022-03-16T07:06:37Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-16T07:06:37.303Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-16T07:06:37.866Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-16T07:06:38.398Z] === RUN TestParseEmptyInterface [2022-03-16T07:06:38.398Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-16T07:06:38.398Z] === RUN TestParseNonInterfaceType [2022-03-16T07:06:38.398Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-16T07:06:38.398Z] === RUN TestParseWithOneFunction [2022-03-16T07:06:38.398Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-16T07:06:38.398Z] === RUN TestParseWithMultipleFuncs [2022-03-16T07:06:38.398Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-16T07:06:38.398Z] === RUN TestParseWithUnnamedReturn [2022-03-16T07:06:38.398Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-16T07:06:38.398Z] === RUN TestEmbeddedInterface [2022-03-16T07:06:38.398Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-16T07:06:38.398Z] === RUN TestParsedImports [2022-03-16T07:06:38.398Z] --- PASS: TestParsedImports (0.00s) [2022-03-16T07:06:38.398Z] === RUN TestAliasedImports [2022-03-16T07:06:38.398Z] --- PASS: TestAliasedImports (0.00s) [2022-03-16T07:06:38.398Z] PASS [2022-03-16T07:06:38.398Z] coverage: 56.8% of statements [2022-03-16T07:06:38.398Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.057s coverage: 56.8% of statements [2022-03-16T07:06:38.398Z] --- PASS: TestNewClientWithTimeout (17.62s) [2022-03-16T07:06:38.398Z] === RUN TestClientStream [2022-03-16T07:06:38.398Z] --- PASS: TestClientStream (0.01s) [2022-03-16T07:06:38.398Z] === RUN TestClientSendFile [2022-03-16T07:06:38.398Z] --- PASS: TestClientSendFile (0.00s) [2022-03-16T07:06:38.398Z] === RUN TestClientWithRequestTimeout [2022-03-16T07:06:38.398Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-16T07:06:38.398Z] === RUN TestFileSpecPlugin [2022-03-16T07:06:38.398Z] --- PASS: TestFileSpecPlugin (0.03s) [2022-03-16T07:06:38.398Z] === RUN TestFileJSONSpecPlugin [2022-03-16T07:06:38.398Z] --- PASS: TestFileJSONSpecPlugin (0.02s) [2022-03-16T07:06:38.398Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-16T07:06:38.398Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-03-16T07:06:38.398Z] === RUN TestPluginAddHandler [2022-03-16T07:06:38.398Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-16T07:06:38.398Z] === RUN TestPluginWaitBadPlugin [2022-03-16T07:06:38.398Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-16T07:06:38.398Z] === RUN TestGet [2022-03-16T07:06:38.810Z] time="2022-03-16T07:06:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-16T07:06:38.876Z] time="2022-03-16T07:06:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-16T07:06:39.234Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-16T07:06:39.375Z] === RUN TestHTTPTransport [2022-03-16T07:06:39.375Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-16T07:06:39.375Z] PASS [2022-03-16T07:06:39.375Z] coverage: 85.7% of statements [2022-03-16T07:06:39.375Z] ok github.com/docker/docker/pkg/plugins/transport 0.050s coverage: 85.7% of statements [2022-03-16T07:06:39.772Z] 2022/03/16 07:06:39 Closing DB instances... [2022-03-16T07:06:39.772Z] time="2022-03-16T07:06:39Z" level=error msg="node: cd8f8971da40 is unknown to memberlist" [2022-03-16T07:06:39.773Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-16T07:06:39.853Z] time="2022-03-16T07:06:39Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-16T07:06:40.228Z] --- PASS: TestRequest (6.02s) [2022-03-16T07:06:40.228Z] === RUN TestOverlappingRequests [2022-03-16T07:06:40.228Z] --- PASS: TestOverlappingRequests (0.31s) [2022-03-16T07:06:40.228Z] === RUN TestRelease [2022-03-16T07:06:40.860Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-16T07:06:40.860Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-16T07:06:40.860Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-16T07:06:40.860Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-16T07:06:40.860Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-16T07:06:40.860Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-16T07:06:40.860Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-16T07:06:40.860Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-16T07:06:40.860Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-16T07:06:40.860Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-16T07:06:40.860Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-16T07:06:40.861Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-16T07:06:40.861Z] === RUN TestBufferPoolPutAndGet [2022-03-16T07:06:40.861Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-16T07:06:40.861Z] PASS [2022-03-16T07:06:40.861Z] coverage: 88.2% of statements [2022-03-16T07:06:40.861Z] ok github.com/docker/docker/pkg/pools 0.163s coverage: 88.2% of statements [2022-03-16T07:06:41.754Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-16T07:06:41.758Z] time="2022-03-16T07:06:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-16T07:06:41.758Z] --- PASS: TestRelease (1.30s) [2022-03-16T07:06:41.758Z] === RUN TestAllocateRandomDeallocate [2022-03-16T07:06:41.868Z] time="2022-03-16T07:06:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-16T07:06:41.868Z] === RUN TestOutputOnPrematureClose [2022-03-16T07:06:41.868Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-16T07:06:41.868Z] === RUN TestCompleteSilently [2022-03-16T07:06:41.868Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-16T07:06:41.868Z] PASS [2022-03-16T07:06:41.868Z] coverage: 75.9% of statements [2022-03-16T07:06:41.868Z] ok github.com/docker/docker/pkg/progress 0.043s coverage: 75.9% of statements [2022-03-16T07:06:42.214Z] === RUN TestParseEmptyInterface [2022-03-16T07:06:42.214Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-16T07:06:42.214Z] === RUN TestParseNonInterfaceType [2022-03-16T07:06:42.214Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-16T07:06:42.214Z] === RUN TestParseWithOneFunction [2022-03-16T07:06:42.214Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-16T07:06:42.214Z] === RUN TestParseWithMultipleFuncs [2022-03-16T07:06:42.214Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-16T07:06:42.214Z] === RUN TestParseWithUnnamedReturn [2022-03-16T07:06:42.214Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-16T07:06:42.214Z] === RUN TestEmbeddedInterface [2022-03-16T07:06:42.214Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-16T07:06:42.214Z] === RUN TestParsedImports [2022-03-16T07:06:42.214Z] --- PASS: TestParsedImports (0.00s) [2022-03-16T07:06:42.214Z] === RUN TestAliasedImports [2022-03-16T07:06:42.214Z] --- PASS: TestAliasedImports (0.00s) [2022-03-16T07:06:42.214Z] PASS [2022-03-16T07:06:42.214Z] coverage: 56.8% of statements [2022-03-16T07:06:42.214Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.050s coverage: 56.8% of statements [2022-03-16T07:06:42.347Z] === RUN TestSendToOneSub [2022-03-16T07:06:42.347Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-16T07:06:42.347Z] === RUN TestSendToMultipleSubs [2022-03-16T07:06:42.347Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-16T07:06:42.347Z] === RUN TestEvictOneSub [2022-03-16T07:06:42.347Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-16T07:06:42.347Z] === RUN TestClosePublisher [2022-03-16T07:06:42.347Z] --- PASS: TestClosePublisher (0.00s) [2022-03-16T07:06:42.347Z] === RUN TestPubSubRace [2022-03-16T07:06:42.671Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.48s) [2022-03-16T07:06:42.671Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-16T07:06:43.121Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-16T07:06:43.129Z] === RUN TestHTTPTransport [2022-03-16T07:06:43.129Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-16T07:06:43.129Z] PASS [2022-03-16T07:06:43.129Z] coverage: 85.7% of statements [2022-03-16T07:06:43.129Z] ok github.com/docker/docker/pkg/plugins/transport 0.040s coverage: 85.7% of statements [2022-03-16T07:06:43.354Z] --- PASS: TestPubSubRace (1.09s) [2022-03-16T07:06:43.354Z] PASS [2022-03-16T07:06:43.354Z] coverage: 75.0% of statements [2022-03-16T07:06:43.354Z] ok github.com/docker/docker/pkg/pubsub 1.137s coverage: 75.0% of statements [2022-03-16T07:06:43.584Z] 2022/03/16 07:06:43 Closing DB instances... [2022-03-16T07:06:44.040Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-16T07:06:44.040Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-16T07:06:44.040Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-16T07:06:44.040Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-16T07:06:44.040Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-16T07:06:44.040Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-16T07:06:44.040Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-16T07:06:44.040Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-16T07:06:44.040Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-16T07:06:44.040Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-16T07:06:44.040Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-16T07:06:44.040Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-16T07:06:44.040Z] === RUN TestBufferPoolPutAndGet [2022-03-16T07:06:44.040Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-16T07:06:44.040Z] PASS [2022-03-16T07:06:44.040Z] coverage: 88.2% of statements [2022-03-16T07:06:44.040Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2022-03-16T07:06:44.050Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-16T07:06:44.363Z] === RUN TestRegister [2022-03-16T07:06:44.363Z] --- PASS: TestRegister (0.00s) [2022-03-16T07:06:44.363Z] === RUN TestCommand [2022-03-16T07:06:44.497Z] === RUN TestOutputOnPrematureClose [2022-03-16T07:06:44.497Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-16T07:06:44.497Z] === RUN TestCompleteSilently [2022-03-16T07:06:44.497Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-16T07:06:44.497Z] PASS [2022-03-16T07:06:44.497Z] coverage: 75.9% of statements [2022-03-16T07:06:44.497Z] ok github.com/docker/docker/pkg/progress 0.031s coverage: 75.9% of statements [2022-03-16T07:06:44.841Z] --- PASS: TestCommand (0.06s) [2022-03-16T07:06:44.841Z] === RUN TestNaiveSelf [2022-03-16T07:06:44.841Z] --- PASS: TestNaiveSelf (0.05s) [2022-03-16T07:06:44.841Z] PASS [2022-03-16T07:06:44.841Z] coverage: 82.4% of statements [2022-03-16T07:06:44.841Z] ok github.com/docker/docker/pkg/reexec 0.162s coverage: 82.4% of statements [2022-03-16T07:06:44.957Z] === RUN TestSendToOneSub [2022-03-16T07:06:44.957Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-16T07:06:44.957Z] === RUN TestSendToMultipleSubs [2022-03-16T07:06:44.957Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-16T07:06:44.957Z] === RUN TestEvictOneSub [2022-03-16T07:06:44.957Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-16T07:06:44.957Z] === RUN TestClosePublisher [2022-03-16T07:06:44.957Z] --- PASS: TestClosePublisher (0.00s) [2022-03-16T07:06:44.957Z] === RUN TestPubSubRace [2022-03-16T07:06:44.957Z] --- PASS: TestAllocateRandomDeallocate (3.32s) [2022-03-16T07:06:44.957Z] === RUN TestRetrieveFromStore [2022-03-16T07:06:44.957Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-16T07:06:44.957Z] === RUN TestNetworkDBGarbageCollection [2022-03-16T07:06:44.980Z] --- PASS: TestImportExtremelyLargeImageWorks (173.52s) [2022-03-16T07:06:44.980Z] PASS [2022-03-16T07:06:44.980Z] [2022-03-16T07:06:44.980Z] DONE 22 tests in 177.940s [2022-03-16T07:06:44.980Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-16T07:06:44.980Z] ++ 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-16T07:06:44.980Z] ++ set -e [2022-03-16T07:06:44.980Z] ++ '[' -n 0 ']' [2022-03-16T07:06:44.980Z] ++ set -x [2022-03-16T07:06:44.980Z] ++ 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-16T07:06:45.236Z] INFO: Testing against a local daemon [2022-03-16T07:06:45.236Z] === RUN TestNetworkCreateDelete [2022-03-16T07:06:45.237Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-03-16T07:06:45.237Z] === RUN TestDockerNetworkDeletePreferID [2022-03-16T07:06:45.799Z] --- PASS: TestDockerNetworkDeletePreferID (0.56s) [2022-03-16T07:06:45.799Z] === RUN TestDaemonDNSFallback [2022-03-16T07:06:45.847Z] time="2022-03-16T07:06:45Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-16T07:06:45.847Z] === RUN TestDump [2022-03-16T07:06:45.847Z] goroutine 6 [running]: [2022-03-16T07:06:45.847Z] github.com/docker/docker/pkg/stack.dump(0x33b9d7) [2022-03-16T07:06:45.847Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-16T07:06:45.847Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-16T07:06:45.847Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-16T07:06:45.847Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-16T07:06:45.847Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-16T07:06:45.847Z] testing.tRunner(0xc000156340, 0x4aa190) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:06:45.847Z] created by testing.(*T).Run [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-16T07:06:45.847Z] [2022-03-16T07:06:45.847Z] goroutine 1 [chan receive]: [2022-03-16T07:06:45.847Z] testing.(*T).Run(0xc0001561a0, {0x49b7b1, 0x31a733}, 0x4aa190) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-16T07:06:45.847Z] testing.runTests.func1(0xc000068840) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-16T07:06:45.847Z] testing.tRunner(0xc0001561a0, 0xc000071ce0) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:06:45.847Z] testing.runTests(0xc000076080, {0x60ec20, 0x3, 0x3}, {0x33ac2d, 0x49d4ab, 0x6136e0}) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-16T07:06:45.847Z] testing.(*M).Run(0xc000076080) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-16T07:06:45.847Z] main.main() [2022-03-16T07:06:45.847Z] _testmain.go:95 +0x1f5 [2022-03-16T07:06:45.847Z] --- PASS: TestDump (0.00s) [2022-03-16T07:06:45.847Z] === RUN TestDumpToFile [2022-03-16T07:06:45.847Z] --- PASS: TestDumpToFile (0.26s) [2022-03-16T07:06:45.847Z] === RUN TestDumpToFileWithEmptyInput [2022-03-16T07:06:45.847Z] goroutine 8 [running]: [2022-03-16T07:06:45.847Z] github.com/docker/docker/pkg/stack.dump(0x3a8bb4) [2022-03-16T07:06:45.847Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-16T07:06:45.847Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x3a8f60}) [2022-03-16T07:06:45.847Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-16T07:06:45.847Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000156340) [2022-03-16T07:06:45.847Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-16T07:06:45.847Z] testing.tRunner(0xc000156820, 0x4aa180) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:06:45.847Z] created by testing.(*T).Run [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-16T07:06:45.847Z] [2022-03-16T07:06:45.847Z] goroutine 1 [chan receive]: [2022-03-16T07:06:45.847Z] testing.(*T).Run(0xc0001561a0, {0x4a2596, 0x31a733}, 0x4aa180) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-16T07:06:45.847Z] testing.runTests.func1(0xc000068840) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-16T07:06:45.847Z] testing.tRunner(0xc0001561a0, 0xc000071ce0) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:06:45.847Z] testing.runTests(0xc000076080, {0x60ec20, 0x3, 0x3}, {0x33ac2d, 0x49d4ab, 0x6136e0}) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-16T07:06:45.847Z] testing.(*M).Run(0xc000076080) [2022-03-16T07:06:45.847Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-16T07:06:45.847Z] main.main() [2022-03-16T07:06:45.847Z] _testmain.go:95 +0x1f5 [2022-03-16T07:06:45.847Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-16T07:06:45.847Z] PASS [2022-03-16T07:06:45.847Z] coverage: 90.9% of statements [2022-03-16T07:06:45.847Z] ok github.com/docker/docker/pkg/stack 0.311s coverage: 90.9% of statements [2022-03-16T07:06:45.919Z] --- PASS: TestRetrieveFromStore (0.95s) [2022-03-16T07:06:45.919Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-16T07:06:45.919Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-16T07:06:45.919Z] === RUN TestParallelPredefinedRequest1 [2022-03-16T07:06:45.919Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-16T07:06:45.919Z] === RUN TestParallelPredefinedRequest2 [2022-03-16T07:06:45.919Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-16T07:06:45.919Z] === RUN TestParallelPredefinedRequest3 [2022-03-16T07:06:45.919Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-16T07:06:45.919Z] === RUN TestParallelPredefinedRequest4 [2022-03-16T07:06:45.919Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-16T07:06:45.919Z] === RUN TestParallelPredefinedRequest5 [2022-03-16T07:06:45.919Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-16T07:06:45.919Z] === RUN TestDebug [2022-03-16T07:06:45.919Z] --- PASS: TestDebug (0.00s) [2022-03-16T07:06:45.919Z] === RUN TestRequestPoolParallel [2022-03-16T07:06:45.919Z] --- PASS: TestPubSubRace (1.05s) [2022-03-16T07:06:45.919Z] PASS [2022-03-16T07:06:45.919Z] coverage: 75.0% of statements [2022-03-16T07:06:45.919Z] ok github.com/docker/docker/pkg/pubsub 1.089s coverage: 75.0% of statements [2022-03-16T07:06:45.919Z] time="2022-03-16T07:06:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-16T07:06:46.328Z] --- PASS: TestServiceUpdatePidsLimit (15.62s) [2022-03-16T07:06:46.328Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-16T07:06:46.328Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-03-16T07:06:46.328Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-16T07:06:46.328Z] PASS [2022-03-16T07:06:46.328Z] [2022-03-16T07:06:46.328Z] === Skipped [2022-03-16T07:06:46.328Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-16T07:06:46.328Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-16T07:06:46.328Z] [2022-03-16T07:06:46.328Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-16T07:06:46.328Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-16T07:06:46.328Z] [2022-03-16T07:06:46.328Z] DONE 27 tests, 2 skipped in 141.076s [2022-03-16T07:06:46.328Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-16T07:06:46.328Z] ++ 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-16T07:06:46.328Z] ++ set -e [2022-03-16T07:06:46.328Z] ++ '[' -n 0 ']' [2022-03-16T07:06:46.328Z] ++ set -x [2022-03-16T07:06:46.328Z] ++ 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-16T07:06:46.328Z] INFO: Testing against a local daemon [2022-03-16T07:06:46.328Z] === RUN TestSessionCreate [2022-03-16T07:06:46.328Z] --- PASS: TestSessionCreate (0.02s) [2022-03-16T07:06:46.328Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-16T07:06:46.328Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-16T07:06:46.328Z] PASS [2022-03-16T07:06:46.328Z] [2022-03-16T07:06:46.328Z] DONE 2 tests in 0.114s [2022-03-16T07:06:46.328Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-16T07:06:46.328Z] ++ 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-16T07:06:46.328Z] ++ set -e [2022-03-16T07:06:46.328Z] ++ '[' -n 0 ']' [2022-03-16T07:06:46.328Z] ++ set -x [2022-03-16T07:06:46.328Z] ++ 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-16T07:06:46.328Z] INFO: Testing against a local daemon [2022-03-16T07:06:46.328Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-16T07:06:46.328Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-16T07:06:46.328Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T07:06:46.328Z] === RUN TestDiskUsage [2022-03-16T07:06:46.328Z] === PAUSE TestDiskUsage [2022-03-16T07:06:46.328Z] === RUN TestEventsExecDie [2022-03-16T07:06:46.375Z] --- PASS: TestRequestPoolParallel (0.23s) [2022-03-16T07:06:46.375Z] === RUN TestFullAllocateRelease [2022-03-16T07:06:46.375Z] --- PASS: TestFullAllocateRelease (0.41s) [2022-03-16T07:06:46.375Z] === RUN TestOddAllocateRelease [2022-03-16T07:06:46.587Z] --- PASS: TestEventsExecDie (0.44s) [2022-03-16T07:06:46.587Z] === RUN TestEventsBackwardsCompatible [2022-03-16T07:06:46.587Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-16T07:06:46.587Z] === RUN TestEventsVolumeCreate [2022-03-16T07:06:46.587Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-16T07:06:46.587Z] === RUN TestInfoBinaryCommits [2022-03-16T07:06:46.831Z] === RUN TestRegister [2022-03-16T07:06:46.832Z] --- PASS: TestRegister (0.00s) [2022-03-16T07:06:46.832Z] === RUN TestCommand [2022-03-16T07:06:46.832Z] --- PASS: TestCommand (0.03s) [2022-03-16T07:06:46.832Z] === RUN TestNaiveSelf [2022-03-16T07:06:46.832Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-16T07:06:46.832Z] PASS [2022-03-16T07:06:46.832Z] coverage: 82.4% of statements [2022-03-16T07:06:46.832Z] ok github.com/docker/docker/pkg/reexec 0.098s coverage: 82.4% of statements [2022-03-16T07:06:46.832Z] --- PASS: TestOddAllocateRelease (0.22s) [2022-03-16T07:06:46.832Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-16T07:06:46.832Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-03-16T07:06:46.832Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-16T07:06:46.832Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-03-16T07:06:46.832Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-16T07:06:46.832Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-03-16T07:06:46.832Z] === CONT TestParallelPredefinedRequest1 [2022-03-16T07:06:46.832Z] === CONT TestParallelPredefinedRequest4 [2022-03-16T07:06:46.832Z] === CONT TestParallelPredefinedRequest5 [2022-03-16T07:06:46.832Z] === CONT TestParallelPredefinedRequest1 [2022-03-16T07:06:46.832Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:06:46.832Z] === CONT TestParallelPredefinedRequest3 [2022-03-16T07:06:46.832Z] === CONT TestParallelPredefinedRequest4 [2022-03-16T07:06:46.832Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:06:46.832Z] === CONT TestParallelPredefinedRequest2 [2022-03-16T07:06:46.832Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-16T07:06:46.832Z] === CONT TestParallelPredefinedRequest2 [2022-03-16T07:06:46.832Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:06:46.832Z] === CONT TestParallelPredefinedRequest5 [2022-03-16T07:06:46.832Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:06:46.832Z] === CONT TestParallelPredefinedRequest3 [2022-03-16T07:06:46.832Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:06:46.832Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-16T07:06:46.832Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-16T07:06:46.832Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-16T07:06:46.832Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-16T07:06:46.832Z] PASS [2022-03-16T07:06:46.832Z] coverage: 85.3% of statements [2022-03-16T07:06:46.832Z] ok github.com/docker/docker/libnetwork/ipam 40.387s coverage: 85.3% of statements [2022-03-16T07:06:46.845Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-16T07:06:46.845Z] === RUN TestInfoAPIVersioned [2022-03-16T07:06:46.845Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-16T07:06:46.845Z] === RUN TestInfoAPI [2022-03-16T07:06:46.845Z] --- PASS: TestInfoAPI (0.02s) [2022-03-16T07:06:46.845Z] === RUN TestInfoAPIWarnings [2022-03-16T07:06:46.863Z] === RUN TestNewStdWriter [2022-03-16T07:06:46.863Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-16T07:06:46.863Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestWriteWithNilBytes [2022-03-16T07:06:46.863Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestWrite [2022-03-16T07:06:46.863Z] --- PASS: TestWrite (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestWriteWithWriterError [2022-03-16T07:06:46.863Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-16T07:06:46.863Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestStdCopyWriteAndRead [2022-03-16T07:06:46.863Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-16T07:06:46.863Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-16T07:06:46.863Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-16T07:06:46.863Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-16T07:06:46.863Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-16T07:06:46.863Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-16T07:06:46.863Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-16T07:06:46.863Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-16T07:06:46.863Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-16T07:06:46.863Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-16T07:06:46.863Z] PASS [2022-03-16T07:06:46.863Z] coverage: 100.0% of statements [2022-03-16T07:06:46.863Z] ok github.com/docker/docker/pkg/stdcopy 0.046s coverage: 100.0% of statements [2022-03-16T07:06:47.171Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-16T07:06:47.288Z] === RUN TestDump [2022-03-16T07:06:47.288Z] goroutine 35 [running]: [2022-03-16T07:06:47.288Z] github.com/docker/docker/pkg/stack.dump(0x1bb9d7) [2022-03-16T07:06:47.288Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-16T07:06:47.288Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-16T07:06:47.288Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-16T07:06:47.288Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-16T07:06:47.288Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-16T07:06:47.288Z] testing.tRunner(0xc000143040, 0x32a190) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:06:47.288Z] created by testing.(*T).Run [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-16T07:06:47.288Z] [2022-03-16T07:06:47.288Z] goroutine 1 [chan receive]: [2022-03-16T07:06:47.288Z] testing.(*T).Run(0xc000142ea0, {0x31b7b1, 0x19a733}, 0x32a190) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-16T07:06:47.288Z] testing.runTests.func1(0xc000130810) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-16T07:06:47.288Z] testing.tRunner(0xc000142ea0, 0xc00013bce0) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:06:47.288Z] testing.runTests(0xc00014e080, {0x48ec20, 0x3, 0x3}, {0x1bac2d, 0x31d4ab, 0x4936e0}) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-16T07:06:47.288Z] testing.(*M).Run(0xc00014e080) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-16T07:06:47.288Z] main.main() [2022-03-16T07:06:47.288Z] _testmain.go:95 +0x1f5 [2022-03-16T07:06:47.288Z] --- PASS: TestDump (0.00s) [2022-03-16T07:06:47.288Z] === RUN TestDumpToFile [2022-03-16T07:06:47.288Z] --- PASS: TestDumpToFile (0.12s) [2022-03-16T07:06:47.288Z] === RUN TestDumpToFileWithEmptyInput [2022-03-16T07:06:47.288Z] goroutine 37 [running]: [2022-03-16T07:06:47.288Z] github.com/docker/docker/pkg/stack.dump(0x228bb4) [2022-03-16T07:06:47.288Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-16T07:06:47.288Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x228f60}) [2022-03-16T07:06:47.288Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-16T07:06:47.288Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000143040) [2022-03-16T07:06:47.288Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-16T07:06:47.288Z] testing.tRunner(0xc000143520, 0x32a180) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:06:47.288Z] created by testing.(*T).Run [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-16T07:06:47.288Z] [2022-03-16T07:06:47.288Z] goroutine 1 [chan receive]: [2022-03-16T07:06:47.288Z] testing.(*T).Run(0xc000142ea0, {0x322596, 0x19a733}, 0x32a180) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-16T07:06:47.288Z] testing.runTests.func1(0xc000130810) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-16T07:06:47.288Z] testing.tRunner(0xc000142ea0, 0xc00013bce0) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:06:47.288Z] testing.runTests(0xc00014e080, {0x48ec20, 0x3, 0x3}, {0x1bac2d, 0x31d4ab, 0x4936e0}) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-16T07:06:47.288Z] testing.(*M).Run(0xc00014e080) [2022-03-16T07:06:47.288Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-16T07:06:47.288Z] main.main() [2022-03-16T07:06:47.288Z] _testmain.go:95 +0x1f5 [2022-03-16T07:06:47.288Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-16T07:06:47.288Z] PASS [2022-03-16T07:06:47.288Z] coverage: 90.9% of statements [2022-03-16T07:06:47.288Z] ok github.com/docker/docker/pkg/stack 0.170s coverage: 90.9% of statements [2022-03-16T07:06:47.871Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-16T07:06:47.871Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-16T07:06:47.871Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-16T07:06:47.871Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-16T07:06:47.871Z] === RUN TestFormatStatus [2022-03-16T07:06:47.871Z] --- PASS: TestFormatStatus (0.00s) [2022-03-16T07:06:47.871Z] === RUN TestFormatError [2022-03-16T07:06:47.871Z] --- PASS: TestFormatError (0.00s) [2022-03-16T07:06:47.871Z] === RUN TestFormatJSONError [2022-03-16T07:06:47.871Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-16T07:06:47.871Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-16T07:06:47.871Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-16T07:06:47.871Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-16T07:06:47.871Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-16T07:06:47.871Z] === RUN TestNewJSONProgressOutput [2022-03-16T07:06:47.871Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-16T07:06:47.871Z] === RUN TestAuxFormatterEmit [2022-03-16T07:06:47.871Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-16T07:06:47.871Z] === RUN TestStreamWriterStdout [2022-03-16T07:06:47.871Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-16T07:06:47.871Z] === RUN TestStreamWriterStderr [2022-03-16T07:06:47.871Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-16T07:06:47.871Z] PASS [2022-03-16T07:06:47.871Z] coverage: 66.2% of statements [2022-03-16T07:06:47.871Z] ok github.com/docker/docker/pkg/streamformatter 0.051s coverage: 66.2% of statements [2022-03-16T07:06:48.250Z] === RUN TestNewStdWriter [2022-03-16T07:06:48.250Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-16T07:06:48.250Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-16T07:06:48.250Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-16T07:06:48.250Z] === RUN TestWriteWithNilBytes [2022-03-16T07:06:48.250Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-16T07:06:48.250Z] === RUN TestWrite [2022-03-16T07:06:48.250Z] --- PASS: TestWrite (0.00s) [2022-03-16T07:06:48.250Z] === RUN TestWriteWithWriterError [2022-03-16T07:06:48.250Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-16T07:06:48.250Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-16T07:06:48.250Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-16T07:06:48.250Z] === RUN TestStdCopyWriteAndRead [2022-03-16T07:06:48.250Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-16T07:06:48.250Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-16T07:06:48.251Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-16T07:06:48.251Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-16T07:06:48.251Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-16T07:06:48.251Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-16T07:06:48.251Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-16T07:06:48.251Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-16T07:06:48.251Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-16T07:06:48.251Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-16T07:06:48.251Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-16T07:06:48.251Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-16T07:06:48.251Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-16T07:06:48.251Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-16T07:06:48.251Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-16T07:06:48.251Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-16T07:06:48.251Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-16T07:06:48.251Z] PASS [2022-03-16T07:06:48.251Z] coverage: 100.0% of statements [2022-03-16T07:06:48.251Z] ok github.com/docker/docker/pkg/stdcopy 0.059s coverage: 100.0% of statements [2022-03-16T07:06:48.351Z] === RUN TestGenerateRandomID [2022-03-16T07:06:48.351Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-16T07:06:48.351Z] === RUN TestShortenId [2022-03-16T07:06:48.351Z] --- PASS: TestShortenId (0.00s) [2022-03-16T07:06:48.351Z] === RUN TestShortenSha256Id [2022-03-16T07:06:48.351Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-16T07:06:48.351Z] === RUN TestShortenIdEmpty [2022-03-16T07:06:48.351Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-16T07:06:48.351Z] === RUN TestShortenIdInvalid [2022-03-16T07:06:48.351Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-16T07:06:48.351Z] === RUN TestIsShortIDNonHex [2022-03-16T07:06:48.351Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-16T07:06:48.351Z] === RUN TestIsShortIDNotCorrectSize [2022-03-16T07:06:48.351Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-16T07:06:48.351Z] PASS [2022-03-16T07:06:48.351Z] coverage: 70.6% of statements [2022-03-16T07:06:48.351Z] ok github.com/docker/docker/pkg/stringid 0.046s coverage: 70.6% of statements [2022-03-16T07:06:48.707Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-16T07:06:48.707Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-16T07:06:48.707Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-16T07:06:48.707Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-16T07:06:48.707Z] === RUN TestFormatStatus [2022-03-16T07:06:48.707Z] --- PASS: TestFormatStatus (0.00s) [2022-03-16T07:06:48.707Z] === RUN TestFormatError [2022-03-16T07:06:48.707Z] --- PASS: TestFormatError (0.00s) [2022-03-16T07:06:48.707Z] === RUN TestFormatJSONError [2022-03-16T07:06:48.707Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-16T07:06:48.707Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-16T07:06:48.707Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-16T07:06:48.707Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-16T07:06:48.707Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-16T07:06:48.707Z] === RUN TestNewJSONProgressOutput [2022-03-16T07:06:48.707Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-16T07:06:48.707Z] === RUN TestAuxFormatterEmit [2022-03-16T07:06:48.707Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-16T07:06:48.707Z] === RUN TestStreamWriterStdout [2022-03-16T07:06:48.707Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-16T07:06:48.707Z] === RUN TestStreamWriterStderr [2022-03-16T07:06:48.707Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-16T07:06:48.707Z] PASS [2022-03-16T07:06:48.707Z] coverage: 66.2% of statements [2022-03-16T07:06:48.707Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2022-03-16T07:06:49.165Z] === RUN TestGenerateRandomID [2022-03-16T07:06:49.165Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-16T07:06:49.165Z] === RUN TestShortenId [2022-03-16T07:06:49.165Z] --- PASS: TestShortenId (0.00s) [2022-03-16T07:06:49.165Z] === RUN TestShortenSha256Id [2022-03-16T07:06:49.165Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-16T07:06:49.165Z] === RUN TestShortenIdEmpty [2022-03-16T07:06:49.165Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-16T07:06:49.165Z] === RUN TestShortenIdInvalid [2022-03-16T07:06:49.165Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-16T07:06:49.165Z] === RUN TestIsShortIDNonHex [2022-03-16T07:06:49.165Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-16T07:06:49.165Z] === RUN TestIsShortIDNotCorrectSize [2022-03-16T07:06:49.165Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-16T07:06:49.165Z] PASS [2022-03-16T07:06:49.165Z] coverage: 70.6% of statements [2022-03-16T07:06:49.165Z] ok github.com/docker/docker/pkg/stringid 0.028s coverage: 70.6% of statements [2022-03-16T07:06:49.361Z] === RUN TestIsCpusetListAvailable [2022-03-16T07:06:49.361Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-16T07:06:49.361Z] PASS [2022-03-16T07:06:49.361Z] coverage: 39.4% of statements [2022-03-16T07:06:49.361Z] ok github.com/docker/docker/pkg/sysinfo 0.047s coverage: 39.4% of statements [2022-03-16T07:06:49.688Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-16T07:06:49.688Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-16T07:06:49.688Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-16T07:06:49.688Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-16T07:06:49.688Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-16T07:06:49.688Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-16T07:06:50.127Z] === RUN TestIsCpusetListAvailable [2022-03-16T07:06:50.127Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-16T07:06:50.127Z] PASS [2022-03-16T07:06:50.127Z] coverage: 39.4% of statements [2022-03-16T07:06:50.127Z] ok github.com/docker/docker/pkg/sysinfo 0.034s coverage: 39.4% of statements [2022-03-16T07:06:50.616Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-16T07:06:50.956Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-16T07:06:50.956Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-16T07:06:50.956Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-16T07:06:50.956Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-16T07:06:51.089Z] === RUN TestChtimes [2022-03-16T07:06:51.089Z] --- PASS: TestChtimes (0.00s) [2022-03-16T07:06:51.089Z] === RUN TestChtimesWindows [2022-03-16T07:06:51.089Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-16T07:06:51.089Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-16T07:06:51.089Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-16T07:06:51.089Z] PASS [2022-03-16T07:06:51.089Z] coverage: 12.9% of statements [2022-03-16T07:06:51.089Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 12.9% of statements [2022-03-16T07:06:51.434Z] === RUN TestChtimes [2022-03-16T07:06:51.434Z] --- PASS: TestChtimes (0.01s) [2022-03-16T07:06:51.434Z] === RUN TestChtimesWindows [2022-03-16T07:06:51.434Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-16T07:06:51.434Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-16T07:06:51.434Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-16T07:06:51.434Z] PASS [2022-03-16T07:06:51.434Z] coverage: 12.9% of statements [2022-03-16T07:06:51.434Z] ok github.com/docker/docker/pkg/system 0.055s coverage: 12.9% of statements [2022-03-16T07:06:51.546Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-16T07:06:51.914Z] === RUN TestTailFile [2022-03-16T07:06:51.914Z] --- PASS: TestTailFile (0.00s) [2022-03-16T07:06:51.914Z] === RUN TestTailFileManyLines [2022-03-16T07:06:51.914Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-16T07:06:51.914Z] === RUN TestTailEmptyFile [2022-03-16T07:06:51.914Z] --- PASS: TestTailEmptyFile (0.01s) [2022-03-16T07:06:51.914Z] === RUN TestTailNegativeN [2022-03-16T07:06:51.914Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader [2022-03-16T07:06:51.914Z] === CONT TestNewTailReader [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/no_delimiter [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/truncated_last_line [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-16T07:06:51.914Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.914Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:51.914Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:51.914Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.914Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:51.914Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.914Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.914Z] === CONT TestNewTailReader/no_delimiter [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.914Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.914Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:51.915Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:51.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:51.916Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:51.916Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:51.916Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:51.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:51.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.051Z] === RUN TestTailFile [2022-03-16T07:06:52.051Z] --- PASS: TestTailFile (0.00s) [2022-03-16T07:06:52.051Z] === RUN TestTailFileManyLines [2022-03-16T07:06:52.051Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-16T07:06:52.051Z] === RUN TestTailEmptyFile [2022-03-16T07:06:52.051Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-16T07:06:52.051Z] === RUN TestTailNegativeN [2022-03-16T07:06:52.051Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader [2022-03-16T07:06:52.051Z] === CONT TestNewTailReader [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/truncated_last_line [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-16T07:06:52.051Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-16T07:06:52.051Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-16T07:06:52.051Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.051Z] === CONT TestNewTailReader/no_delimiter [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.051Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.051Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.051Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.051Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.052Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.052Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.053Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.053Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.053Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.054Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.054Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.054Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.055Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.055Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.055Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-16T07:06:52.055Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.055Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.395Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.395Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-16T07:06:52.395Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.395Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.395Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.395Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.395Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.395Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.395Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.395Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.395Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.395Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.395Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.395Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.395Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.395Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.395Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.395Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.395Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.395Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.395Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.396Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.396Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.397Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.397Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.398Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.398Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.398Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.399Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.04s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:06:52.399Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.04s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.02s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-16T07:06:52.400Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.474Z] --- PASS: TestDaemonDNSFallback (6.57s) [2022-03-16T07:06:52.474Z] === RUN TestInspectNetwork [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.525Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.525Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.525Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.526Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.526Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:06:52.527Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.527Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:06:52.528Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.529Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.530Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.530Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.530Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:06:52.530Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.530Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:06:52.530Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.530Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.530Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.530Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.530Z] PASS [2022-03-16T07:06:52.530Z] coverage: 88.6% of statements [2022-03-16T07:06:52.530Z] ok github.com/docker/docker/pkg/tailfile 0.152s coverage: 88.6% of statements [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.01s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.05s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.01s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.880Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.02s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.01s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:06:52.881Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:06:52.882Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:06:52.882Z] PASS [2022-03-16T07:06:52.882Z] coverage: 88.6% of statements [2022-03-16T07:06:52.882Z] ok github.com/docker/docker/pkg/tailfile 0.411s coverage: 88.6% of statements [2022-03-16T07:06:52.882Z] === RUN TestTarSumRemoveNonExistent [2022-03-16T07:06:52.882Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-16T07:06:52.882Z] === RUN TestTarSumRemove [2022-03-16T07:06:52.882Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-16T07:06:52.882Z] === RUN TestSortFileInfoSums [2022-03-16T07:06:52.882Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-16T07:06:52.882Z] === RUN TestNewTarSumForLabelInvalid [2022-03-16T07:06:52.882Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-16T07:06:52.882Z] === RUN TestNewTarSumForLabel [2022-03-16T07:06:52.882Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-16T07:06:52.882Z] === RUN TestEmptyTar [2022-03-16T07:06:52.882Z] --- PASS: TestEmptyTar (0.00s) [2022-03-16T07:06:52.882Z] === RUN TestTarSumsReadSize [2022-03-16T07:06:52.882Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-16T07:06:52.882Z] === RUN TestTarSums [2022-03-16T07:06:52.882Z] --- PASS: TestTarSums (0.08s) [2022-03-16T07:06:52.882Z] === RUN TestIteration [2022-03-16T07:06:52.882Z] --- PASS: TestIteration (0.00s) [2022-03-16T07:06:52.882Z] === RUN TestVersionLabelForChecksum [2022-03-16T07:06:52.882Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-16T07:06:52.882Z] === RUN TestVersion [2022-03-16T07:06:52.882Z] --- PASS: TestVersion (0.00s) [2022-03-16T07:06:52.882Z] === RUN TestGetVersion [2022-03-16T07:06:52.882Z] --- PASS: TestGetVersion (0.00s) [2022-03-16T07:06:52.882Z] === RUN TestGetVersions [2022-03-16T07:06:52.882Z] --- PASS: TestGetVersions (0.00s) [2022-03-16T07:06:52.882Z] PASS [2022-03-16T07:06:52.882Z] coverage: 89.3% of statements [2022-03-16T07:06:52.882Z] ok github.com/docker/docker/pkg/tarsum 0.147s coverage: 89.3% of statements [2022-03-16T07:06:53.360Z] === RUN TestTruncIndex [2022-03-16T07:06:53.360Z] --- PASS: TestTruncIndex (0.10s) [2022-03-16T07:06:53.360Z] PASS [2022-03-16T07:06:53.360Z] coverage: 91.5% of statements [2022-03-16T07:06:53.360Z] ok github.com/docker/docker/pkg/truncindex 0.144s coverage: 91.5% of statements [2022-03-16T07:06:53.360Z] === RUN TestIsGIT [2022-03-16T07:06:53.360Z] --- PASS: TestIsGIT (0.00s) [2022-03-16T07:06:53.360Z] === RUN TestIsTransport [2022-03-16T07:06:53.360Z] --- PASS: TestIsTransport (0.00s) [2022-03-16T07:06:53.360Z] PASS [2022-03-16T07:06:53.360Z] coverage: 100.0% of statements [2022-03-16T07:06:53.360Z] ok github.com/docker/docker/pkg/urlutil 0.042s coverage: 100.0% of statements [2022-03-16T07:06:53.495Z] === RUN TestTarSumRemoveNonExistent [2022-03-16T07:06:53.495Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-16T07:06:53.495Z] === RUN TestTarSumRemove [2022-03-16T07:06:53.495Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-16T07:06:53.495Z] === RUN TestSortFileInfoSums [2022-03-16T07:06:53.495Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-16T07:06:53.495Z] === RUN TestNewTarSumForLabelInvalid [2022-03-16T07:06:53.495Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-16T07:06:53.495Z] === RUN TestNewTarSumForLabel [2022-03-16T07:06:53.495Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-16T07:06:53.495Z] === RUN TestEmptyTar [2022-03-16T07:06:53.495Z] --- PASS: TestEmptyTar (0.00s) [2022-03-16T07:06:53.495Z] === RUN TestTarSumsReadSize [2022-03-16T07:06:53.495Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-16T07:06:53.495Z] === RUN TestTarSums [2022-03-16T07:06:53.495Z] --- PASS: TestTarSums (0.07s) [2022-03-16T07:06:53.495Z] === RUN TestIteration [2022-03-16T07:06:53.495Z] --- PASS: TestIteration (0.00s) [2022-03-16T07:06:53.495Z] === RUN TestVersionLabelForChecksum [2022-03-16T07:06:53.495Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-16T07:06:53.495Z] === RUN TestVersion [2022-03-16T07:06:53.495Z] --- PASS: TestVersion (0.00s) [2022-03-16T07:06:53.495Z] === RUN TestGetVersion [2022-03-16T07:06:53.495Z] --- PASS: TestGetVersion (0.00s) [2022-03-16T07:06:53.495Z] === RUN TestGetVersions [2022-03-16T07:06:53.495Z] --- PASS: TestGetVersions (0.00s) [2022-03-16T07:06:53.495Z] PASS [2022-03-16T07:06:53.495Z] coverage: 89.3% of statements [2022-03-16T07:06:53.495Z] ok github.com/docker/docker/pkg/tarsum 0.129s coverage: 89.3% of statements [2022-03-16T07:06:53.839Z] --- PASS: TestGet (15.04s) [2022-03-16T07:06:53.839Z] === RUN TestPluginWithNoManifest [2022-03-16T07:06:53.839Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-16T07:06:53.839Z] === RUN TestGetAll [2022-03-16T07:06:53.839Z] --- PASS: TestGetAll (0.01s) [2022-03-16T07:06:53.839Z] PASS [2022-03-16T07:06:53.839Z] coverage: 73.2% of statements [2022-03-16T07:06:53.839Z] ok github.com/docker/docker/pkg/plugins 36.157s coverage: 73.2% of statements [2022-03-16T07:06:53.839Z] === RUN TestVersionInfo [2022-03-16T07:06:53.839Z] --- PASS: TestVersionInfo (0.00s) [2022-03-16T07:06:53.839Z] === RUN TestAppendVersions [2022-03-16T07:06:53.839Z] --- PASS: TestAppendVersions (0.00s) [2022-03-16T07:06:53.839Z] PASS [2022-03-16T07:06:53.839Z] coverage: 88.9% of statements [2022-03-16T07:06:53.839Z] ok github.com/docker/docker/pkg/useragent 0.040s coverage: 88.9% of statements [2022-03-16T07:06:53.951Z] === RUN TestTruncIndex [2022-03-16T07:06:54.366Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-16T07:06:54.409Z] --- PASS: TestTruncIndex (0.10s) [2022-03-16T07:06:54.409Z] PASS [2022-03-16T07:06:54.409Z] coverage: 91.5% of statements [2022-03-16T07:06:54.409Z] ok github.com/docker/docker/pkg/truncindex 0.146s coverage: 91.5% of statements [2022-03-16T07:06:54.409Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-16T07:06:54.409Z] === RUN TestClientStream [2022-03-16T07:06:54.409Z] --- PASS: TestClientStream (0.00s) [2022-03-16T07:06:54.409Z] === RUN TestClientSendFile [2022-03-16T07:06:54.409Z] --- PASS: TestClientSendFile (0.00s) [2022-03-16T07:06:54.409Z] === RUN TestClientWithRequestTimeout [2022-03-16T07:06:54.409Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-16T07:06:54.409Z] === RUN TestFileSpecPlugin [2022-03-16T07:06:54.409Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-16T07:06:54.409Z] === RUN TestFileJSONSpecPlugin [2022-03-16T07:06:54.409Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-03-16T07:06:54.409Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-16T07:06:54.409Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-03-16T07:06:54.409Z] === RUN TestPluginAddHandler [2022-03-16T07:06:54.409Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-16T07:06:54.409Z] === RUN TestPluginWaitBadPlugin [2022-03-16T07:06:54.866Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-16T07:06:54.866Z] === RUN TestGet [2022-03-16T07:06:54.866Z] time="2022-03-16T07:06:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-16T07:06:54.866Z] === RUN TestIsGIT [2022-03-16T07:06:54.866Z] --- PASS: TestIsGIT (0.00s) [2022-03-16T07:06:54.866Z] === RUN TestIsTransport [2022-03-16T07:06:54.866Z] --- PASS: TestIsTransport (0.00s) [2022-03-16T07:06:54.866Z] PASS [2022-03-16T07:06:54.866Z] coverage: 100.0% of statements [2022-03-16T07:06:54.866Z] ok github.com/docker/docker/pkg/urlutil 0.039s coverage: 100.0% of statements [2022-03-16T07:06:54.929Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-16T07:06:55.324Z] === RUN TestVersionInfo [2022-03-16T07:06:55.324Z] --- PASS: TestVersionInfo (0.00s) [2022-03-16T07:06:55.324Z] === RUN TestAppendVersions [2022-03-16T07:06:55.324Z] --- PASS: TestAppendVersions (0.00s) [2022-03-16T07:06:55.324Z] PASS [2022-03-16T07:06:55.324Z] coverage: 88.9% of statements [2022-03-16T07:06:55.324Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2022-03-16T07:06:55.442Z] === RUN TestNewSettable [2022-03-16T07:06:55.442Z] --- PASS: TestNewSettable (0.00s) [2022-03-16T07:06:55.442Z] === RUN TestIsSettable [2022-03-16T07:06:55.442Z] --- PASS: TestIsSettable (0.00s) [2022-03-16T07:06:55.442Z] === RUN TestUpdateSettingsEnv [2022-03-16T07:06:55.442Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-16T07:06:55.442Z] PASS [2022-03-16T07:06:55.442Z] coverage: 20.0% of statements [2022-03-16T07:06:55.442Z] ok github.com/docker/docker/plugin/v2 0.055s coverage: 20.0% of statements [2022-03-16T07:06:55.442Z] === RUN TestLoad [2022-03-16T07:06:55.442Z] --- PASS: TestLoad (0.00s) [2022-03-16T07:06:55.442Z] === RUN TestSave [2022-03-16T07:06:55.442Z] --- PASS: TestSave (0.03s) [2022-03-16T07:06:55.442Z] === RUN TestAddDeleteGet [2022-03-16T07:06:55.442Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-16T07:06:55.442Z] === RUN TestInvalidTags [2022-03-16T07:06:55.442Z] --- PASS: TestInvalidTags (0.01s) [2022-03-16T07:06:55.442Z] PASS [2022-03-16T07:06:55.442Z] coverage: 84.4% of statements [2022-03-16T07:06:55.492Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-16T07:06:55.780Z] time="2022-03-16T07:06:55Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-16T07:06:55.922Z] ok github.com/docker/docker/reference 0.137s coverage: 84.4% of statements [2022-03-16T07:06:55.922Z] === RUN TestValidatePrivileges [2022-03-16T07:06:55.922Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-16T07:06:55.922Z] === RUN TestFilterByCapNeg [2022-03-16T07:06:55.922Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-16T07:06:55.922Z] === RUN TestFilterByCapPos [2022-03-16T07:06:55.922Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-16T07:06:55.922Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-16T07:06:55.922Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-16T07:06:55.922Z] PASS [2022-03-16T07:06:55.922Z] coverage: 12.0% of statements [2022-03-16T07:06:55.922Z] ok github.com/docker/docker/plugin 0.067s coverage: 12.0% of statements [2022-03-16T07:06:56.055Z] === RUN TestInspectNetwork/full_network_id [2022-03-16T07:06:56.055Z] === RUN TestInspectNetwork/partial_network_id [2022-03-16T07:06:56.055Z] === RUN TestInspectNetwork/network_name [2022-03-16T07:06:56.055Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-16T07:06:56.741Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-16T07:06:56.741Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-16T07:06:56.741Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-16T07:06:56.741Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-16T07:06:56.741Z] === RUN TestValidatePrivileges [2022-03-16T07:06:56.741Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-16T07:06:56.741Z] === RUN TestFilterByCapNeg [2022-03-16T07:06:56.741Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-16T07:06:56.741Z] === RUN TestFilterByCapPos [2022-03-16T07:06:56.741Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-16T07:06:56.741Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-16T07:06:56.741Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-16T07:06:56.741Z] PASS [2022-03-16T07:06:56.741Z] coverage: 12.0% of statements [2022-03-16T07:06:56.741Z] ok github.com/docker/docker/plugin 0.052s coverage: 12.0% of statements [2022-03-16T07:06:56.936Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-16T07:06:56.936Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-16T07:06:56.936Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-16T07:06:56.936Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-16T07:06:56.936Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-16T07:06:56.936Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-16T07:06:56.936Z] === RUN TestResumableRequestReaderWithReadError [2022-03-16T07:06:57.415Z] time="2022-03-16T07:06:56Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-16T07:06:57.415Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-03-16T07:06:57.415Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-16T07:06:57.415Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-16T07:06:57.415Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-16T07:06:57.415Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-16T07:06:57.415Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-16T07:06:57.415Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-16T07:06:57.415Z] === RUN TestResumableRequestReader [2022-03-16T07:06:57.415Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-16T07:06:57.415Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-16T07:06:57.415Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-16T07:06:57.415Z] PASS [2022-03-16T07:06:57.415Z] coverage: 100.0% of statements [2022-03-16T07:06:57.415Z] ok github.com/docker/docker/registry/resumable 0.283s coverage: 100.0% of statements [2022-03-16T07:06:57.415Z] === RUN TestRestartManagerTimeout [2022-03-16T07:06:57.415Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-16T07:06:57.415Z] === RUN TestRestartManagerTimeoutReset [2022-03-16T07:06:57.415Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-16T07:06:57.415Z] PASS [2022-03-16T07:06:57.415Z] coverage: 45.3% of statements [2022-03-16T07:06:57.415Z] ok github.com/docker/docker/restartmanager 0.048s coverage: 45.3% of statements [2022-03-16T07:06:57.705Z] time="2022-03-16T07:06:57Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-16T07:06:57.705Z] === RUN TestNewSettable [2022-03-16T07:06:57.705Z] --- PASS: TestNewSettable (0.00s) [2022-03-16T07:06:57.705Z] === RUN TestIsSettable [2022-03-16T07:06:57.705Z] --- PASS: TestIsSettable (0.00s) [2022-03-16T07:06:57.705Z] === RUN TestUpdateSettingsEnv [2022-03-16T07:06:57.705Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-16T07:06:57.705Z] PASS [2022-03-16T07:06:57.705Z] coverage: 20.0% of statements [2022-03-16T07:06:57.705Z] ok github.com/docker/docker/plugin/v2 0.039s coverage: 20.0% of statements [2022-03-16T07:06:57.893Z] === RUN TestResolveAuthConfigIndexServer [2022-03-16T07:06:57.893Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestResolveAuthConfigFullURL [2022-03-16T07:06:57.893Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-16T07:06:57.893Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestValidateMirror [2022-03-16T07:06:57.893Z] --- PASS: TestValidateMirror (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestLoadInsecureRegistries [2022-03-16T07:06:57.893Z] time="2022-03-16T07:06:57Z" 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-16T07:06:57.893Z] time="2022-03-16T07:06:57Z" 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-16T07:06:57.893Z] time="2022-03-16T07:06:57Z" 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-16T07:06:57.893Z] --- PASS: TestLoadInsecureRegistries (0.21s) [2022-03-16T07:06:57.893Z] === RUN TestNewServiceConfig [2022-03-16T07:06:57.893Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestValidateIndexName [2022-03-16T07:06:57.893Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestValidateIndexNameWithError [2022-03-16T07:06:57.893Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestEndpointParse [2022-03-16T07:06:57.893Z] --- PASS: TestEndpointParse (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestEndpointParseInvalid [2022-03-16T07:06:57.893Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestValidateEndpoint [2022-03-16T07:06:57.893Z] --- PASS: TestValidateEndpoint (0.12s) [2022-03-16T07:06:57.893Z] === RUN TestPing [2022-03-16T07:06:57.893Z] --- PASS: TestPing (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestPingRegistryEndpoint [2022-03-16T07:06:57.893Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:57.893Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-16T07:06:57.893Z] === RUN TestEndpoint [2022-03-16T07:06:57.893Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:57.893Z] --- SKIP: TestEndpoint (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestParseRepositoryInfo [2022-03-16T07:06:57.893Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestNewIndexInfo [2022-03-16T07:06:57.893Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestMirrorEndpointLookup [2022-03-16T07:06:57.893Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:06:57.893Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestSearchRepositories [2022-03-16T07:06:57.893Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-16T07:06:57.893Z] Host: 127.0.0.1:49356 [2022-03-16T07:06:57.893Z] User-Agent: docker test client [2022-03-16T07:06:57.893Z] Authorization: Token fake-token [2022-03-16T07:06:57.893Z] X-Docker-Token: true [2022-03-16T07:06:57.893Z] Accept-Encoding: gzip [2022-03-16T07:06:57.893Z] [2022-03-16T07:06:57.893Z] [2022-03-16T07:06:57.893Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-16T07:06:57.893Z] Connection: close [2022-03-16T07:06:57.893Z] Content-Length: 144 [2022-03-16T07:06:57.893Z] Cache-Control: no-cache [2022-03-16T07:06:57.893Z] Content-Type: application/json [2022-03-16T07:06:57.893Z] Date: Wed, 16 Mar 2022 07:06:57 GMT [2022-03-16T07:06:57.893Z] Expires: -1 [2022-03-16T07:06:57.893Z] Pragma: no-cache [2022-03-16T07:06:57.893Z] Server: docker-tests/mock [2022-03-16T07:06:57.893Z] X-Docker-Registry-Config: mock [2022-03-16T07:06:57.893Z] X-Docker-Registry-Version: 0.0.0 [2022-03-16T07:06:57.893Z] [2022-03-16T07:06:57.893Z] [2022-03-16T07:06:57.893Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestTrustedLocation [2022-03-16T07:06:57.893Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-16T07:06:57.893Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestAllowNondistributableArtifacts [2022-03-16T07:06:57.893Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-16T07:06:57.893Z] === RUN TestIsSecureIndex [2022-03-16T07:06:57.893Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-16T07:06:57.893Z] PASS [2022-03-16T07:06:57.893Z] coverage: 51.2% of statements [2022-03-16T07:06:57.893Z] ok github.com/docker/docker/registry 0.422s coverage: 51.2% of statements [2022-03-16T07:06:58.161Z] === RUN TestLoad [2022-03-16T07:06:58.161Z] --- PASS: TestLoad (0.00s) [2022-03-16T07:06:58.161Z] === RUN TestSave [2022-03-16T07:06:58.161Z] --- PASS: TestSave (0.03s) [2022-03-16T07:06:58.161Z] === RUN TestAddDeleteGet [2022-03-16T07:06:58.161Z] --- PASS: TestAddDeleteGet (0.03s) [2022-03-16T07:06:58.161Z] === RUN TestInvalidTags [2022-03-16T07:06:58.161Z] --- PASS: TestInvalidTags (0.00s) [2022-03-16T07:06:58.161Z] PASS [2022-03-16T07:06:58.161Z] coverage: 84.4% of statements [2022-03-16T07:06:58.161Z] ok github.com/docker/docker/reference 0.104s coverage: 84.4% of statements [2022-03-16T07:06:58.371Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-16T07:06:58.371Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-16T07:06:58.371Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-16T07:06:58.371Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-16T07:06:58.371Z] PASS [2022-03-16T07:06:58.371Z] coverage: 62.5% of statements [2022-03-16T07:06:58.371Z] ok github.com/docker/docker/testutil 0.042s coverage: 62.5% of statements [2022-03-16T07:06:58.371Z] === RUN TestDecodeContainerConfig [2022-03-16T07:06:58.371Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-16T07:06:58.371Z] === RUN TestDecodeContainerConfigIsolation [2022-03-16T07:06:58.371Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-16T07:06:58.371Z] === RUN TestValidatePrivileged [2022-03-16T07:06:58.371Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-16T07:06:58.371Z] PASS [2022-03-16T07:06:58.371Z] coverage: 52.6% of statements [2022-03-16T07:06:58.371Z] ok github.com/docker/docker/runconfig 0.056s coverage: 52.6% of statements [2022-03-16T07:06:59.689Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-16T07:06:59.689Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-16T07:06:59.689Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-16T07:06:59.689Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-16T07:06:59.689Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-16T07:06:59.689Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-16T07:06:59.689Z] === RUN TestResumableRequestReaderWithReadError [2022-03-16T07:07:00.147Z] time="2022-03-16T07:06:59Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-16T07:07:00.147Z] --- PASS: TestResumableRequestReaderWithReadError (0.16s) [2022-03-16T07:07:00.147Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-16T07:07:00.147Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-16T07:07:00.147Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-16T07:07:00.147Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-16T07:07:00.147Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-16T07:07:00.147Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-16T07:07:00.147Z] === RUN TestResumableRequestReader [2022-03-16T07:07:00.147Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-16T07:07:00.147Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-16T07:07:00.147Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-16T07:07:00.147Z] PASS [2022-03-16T07:07:00.147Z] coverage: 100.0% of statements [2022-03-16T07:07:00.147Z] ok github.com/docker/docker/registry/resumable 0.237s coverage: 100.0% of statements [2022-03-16T07:07:00.603Z] === RUN TestRestartManagerTimeout [2022-03-16T07:07:00.603Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-16T07:07:00.603Z] === RUN TestRestartManagerTimeoutReset [2022-03-16T07:07:00.603Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-16T07:07:00.603Z] PASS [2022-03-16T07:07:00.603Z] coverage: 45.3% of statements [2022-03-16T07:07:00.603Z] ok github.com/docker/docker/restartmanager 0.049s coverage: 45.3% of statements [2022-03-16T07:07:00.603Z] === RUN TestResolveAuthConfigIndexServer [2022-03-16T07:07:00.603Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-16T07:07:00.603Z] === RUN TestResolveAuthConfigFullURL [2022-03-16T07:07:00.603Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-16T07:07:00.603Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-16T07:07:00.603Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-16T07:07:00.603Z] === RUN TestValidateMirror [2022-03-16T07:07:00.603Z] --- PASS: TestValidateMirror (0.00s) [2022-03-16T07:07:00.603Z] === RUN TestLoadInsecureRegistries [2022-03-16T07:07:00.632Z] === RUN TestGetDriver [2022-03-16T07:07:00.632Z] --- PASS: TestGetDriver (0.00s) [2022-03-16T07:07:00.632Z] === RUN TestVolumeRequestError [2022-03-16T07:07:00.632Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-16T07:07:00.632Z] PASS [2022-03-16T07:07:00.632Z] coverage: 36.1% of statements [2022-03-16T07:07:00.632Z] ok github.com/docker/docker/volume/drivers 0.059s coverage: 36.1% of statements [2022-03-16T07:07:01.059Z] time="2022-03-16T07:07:00Z" 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-16T07:07:01.059Z] time="2022-03-16T07:07:00Z" 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-16T07:07:01.059Z] time="2022-03-16T07:07:00Z" 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-16T07:07:01.059Z] --- PASS: TestLoadInsecureRegistries (0.21s) [2022-03-16T07:07:01.059Z] === RUN TestNewServiceConfig [2022-03-16T07:07:01.059Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestValidateIndexName [2022-03-16T07:07:01.059Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestValidateIndexNameWithError [2022-03-16T07:07:01.059Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestEndpointParse [2022-03-16T07:07:01.059Z] --- PASS: TestEndpointParse (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestEndpointParseInvalid [2022-03-16T07:07:01.059Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestValidateEndpoint [2022-03-16T07:07:01.059Z] --- PASS: TestValidateEndpoint (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestPing [2022-03-16T07:07:01.059Z] --- PASS: TestPing (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestPingRegistryEndpoint [2022-03-16T07:07:01.059Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:01.059Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestEndpoint [2022-03-16T07:07:01.059Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:01.059Z] --- SKIP: TestEndpoint (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestParseRepositoryInfo [2022-03-16T07:07:01.059Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestNewIndexInfo [2022-03-16T07:07:01.059Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestMirrorEndpointLookup [2022-03-16T07:07:01.059Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:01.059Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestSearchRepositories [2022-03-16T07:07:01.059Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-16T07:07:01.059Z] Host: 127.0.0.1:49349 [2022-03-16T07:07:01.059Z] User-Agent: docker test client [2022-03-16T07:07:01.059Z] Authorization: Token fake-token [2022-03-16T07:07:01.059Z] X-Docker-Token: true [2022-03-16T07:07:01.059Z] Accept-Encoding: gzip [2022-03-16T07:07:01.059Z] [2022-03-16T07:07:01.059Z] [2022-03-16T07:07:01.059Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-16T07:07:01.059Z] Connection: close [2022-03-16T07:07:01.059Z] Content-Length: 144 [2022-03-16T07:07:01.059Z] Cache-Control: no-cache [2022-03-16T07:07:01.059Z] Content-Type: application/json [2022-03-16T07:07:01.059Z] Date: Wed, 16 Mar 2022 07:07:00 GMT [2022-03-16T07:07:01.059Z] Expires: -1 [2022-03-16T07:07:01.059Z] Pragma: no-cache [2022-03-16T07:07:01.059Z] Server: docker-tests/mock [2022-03-16T07:07:01.059Z] X-Docker-Registry-Config: mock [2022-03-16T07:07:01.059Z] X-Docker-Registry-Version: 0.0.0 [2022-03-16T07:07:01.059Z] [2022-03-16T07:07:01.059Z] [2022-03-16T07:07:01.059Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-16T07:07:01.059Z] === RUN TestTrustedLocation [2022-03-16T07:07:01.059Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-16T07:07:01.059Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-16T07:07:01.060Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-16T07:07:01.060Z] === RUN TestAllowNondistributableArtifacts [2022-03-16T07:07:01.060Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-16T07:07:01.060Z] === RUN TestIsSecureIndex [2022-03-16T07:07:01.060Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-16T07:07:01.060Z] PASS [2022-03-16T07:07:01.060Z] coverage: 51.2% of statements [2022-03-16T07:07:01.060Z] ok github.com/docker/docker/registry 0.320s coverage: 51.2% of statements [2022-03-16T07:07:01.304Z] --- PASS: TestInspectNetwork (8.09s) [2022-03-16T07:07:01.304Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-16T07:07:01.304Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-16T07:07:01.304Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-16T07:07:01.304Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-16T07:07:01.304Z] === RUN TestRunContainerWithBridgeNone [2022-03-16T07:07:01.517Z] === RUN TestDecodeContainerConfig [2022-03-16T07:07:01.517Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-16T07:07:01.517Z] === RUN TestDecodeContainerConfigIsolation [2022-03-16T07:07:01.517Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-16T07:07:01.517Z] === RUN TestValidatePrivileged [2022-03-16T07:07:01.517Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-16T07:07:01.517Z] PASS [2022-03-16T07:07:01.517Z] coverage: 52.6% of statements [2022-03-16T07:07:01.517Z] ok github.com/docker/docker/runconfig 0.042s coverage: 52.6% of statements [2022-03-16T07:07:01.517Z] time="2022-03-16T07:07:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-16T07:07:01.517Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-16T07:07:01.517Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-16T07:07:01.517Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-16T07:07:01.517Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-16T07:07:01.639Z] === RUN TestGetAddress [2022-03-16T07:07:01.639Z] --- PASS: TestGetAddress (0.00s) [2022-03-16T07:07:01.639Z] === RUN TestRemove [2022-03-16T07:07:01.639Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-16T07:07:01.639Z] --- SKIP: TestRemove (0.00s) [2022-03-16T07:07:01.639Z] === RUN TestInitializeWithVolumes [2022-03-16T07:07:01.639Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-16T07:07:01.639Z] === RUN TestCreate [2022-03-16T07:07:01.639Z] --- PASS: TestCreate (0.02s) [2022-03-16T07:07:01.639Z] === RUN TestValidateName [2022-03-16T07:07:01.639Z] --- PASS: TestValidateName (0.00s) [2022-03-16T07:07:01.639Z] === RUN TestCreateWithOpts [2022-03-16T07:07:01.639Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-16T07:07:01.639Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-16T07:07:01.639Z] === RUN TestRelaodNoOpts [2022-03-16T07:07:01.639Z] --- PASS: TestRelaodNoOpts (0.03s) [2022-03-16T07:07:01.639Z] PASS [2022-03-16T07:07:01.639Z] coverage: 41.5% of statements [2022-03-16T07:07:01.639Z] ok github.com/docker/docker/volume/local 0.134s coverage: 41.5% of statements [2022-03-16T07:07:01.975Z] PASS [2022-03-16T07:07:01.975Z] coverage: 62.5% of statements [2022-03-16T07:07:01.975Z] ok github.com/docker/docker/testutil 0.046s coverage: 62.5% of statements [2022-03-16T07:07:02.646Z] === RUN TestLCOWParseMountRaw [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-16T07:07:02.647Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountRaw [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountRawSplit [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-16T07:07:02.647Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-16T07:07:02.647Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-16T07:07:02.647Z] === RUN TestConvertTmpfsOptions [2022-03-16T07:07:02.647Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-16T07:07:02.647Z] linux_parser_test.go:209: data="ro" [2022-03-16T07:07:02.647Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-16T07:07:02.647Z] === RUN TestParseMountSpec [2022-03-16T07:07:02.647Z] parser_test.go:62: case 0 [2022-03-16T07:07:02.647Z] parser_test.go:62: case 1 [2022-03-16T07:07:02.647Z] parser_test.go:62: case 2 [2022-03-16T07:07:02.647Z] parser_test.go:62: case 3 [2022-03-16T07:07:02.647Z] parser_test.go:62: case 4 [2022-03-16T07:07:02.647Z] parser_test.go:62: case 5 [2022-03-16T07:07:02.647Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-16T07:07:02.647Z] === RUN TestValidateMount [2022-03-16T07:07:02.647Z] --- PASS: TestValidateMount (0.00s) [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRaw [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-16T07:07:02.647Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-16T07:07:02.647Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-16T07:07:02.647Z] PASS [2022-03-16T07:07:02.647Z] coverage: 67.6% of statements [2022-03-16T07:07:02.647Z] ok github.com/docker/docker/volume/mounts 0.058s coverage: 67.6% of statements [2022-03-16T07:07:02.671Z] --- PASS: TestRunContainerWithBridgeNone (1.96s) [2022-03-16T07:07:02.671Z] === RUN TestNetworkInvalidJSON [2022-03-16T07:07:02.671Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-16T07:07:02.671Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-16T07:07:02.671Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:07:02.671Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:07:02.671Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:07:02.671Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:07:02.671Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-16T07:07:02.671Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:07:02.671Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:07:02.671Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-03-16T07:07:02.671Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-16T07:07:02.671Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-16T07:07:02.671Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-16T07:07:02.671Z] === RUN TestNetworkList [2022-03-16T07:07:02.671Z] === RUN TestNetworkList//networks [2022-03-16T07:07:02.671Z] === PAUSE TestNetworkList//networks [2022-03-16T07:07:02.671Z] === RUN TestNetworkList//networks/ [2022-03-16T07:07:02.671Z] === PAUSE TestNetworkList//networks/ [2022-03-16T07:07:02.671Z] === CONT TestNetworkList//networks [2022-03-16T07:07:02.671Z] === CONT TestNetworkList//networks/ [2022-03-16T07:07:02.671Z] --- PASS: TestNetworkList (0.02s) [2022-03-16T07:07:02.671Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-16T07:07:02.671Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-16T07:07:02.671Z] === RUN TestHostIPv4BridgeLabel [2022-03-16T07:07:02.671Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-16T07:07:03.125Z] === RUN TestSetGetMeta [2022-03-16T07:07:03.126Z] === PAUSE TestSetGetMeta [2022-03-16T07:07:03.126Z] === RUN TestRestore [2022-03-16T07:07:03.126Z] === PAUSE TestRestore [2022-03-16T07:07:03.126Z] === RUN TestServiceCreate [2022-03-16T07:07:03.126Z] === PAUSE TestServiceCreate [2022-03-16T07:07:03.126Z] === RUN TestServiceList [2022-03-16T07:07:03.126Z] === PAUSE TestServiceList [2022-03-16T07:07:03.126Z] === RUN TestServiceRemove [2022-03-16T07:07:03.126Z] === PAUSE TestServiceRemove [2022-03-16T07:07:03.126Z] === RUN TestServiceGet [2022-03-16T07:07:03.126Z] === PAUSE TestServiceGet [2022-03-16T07:07:03.126Z] === RUN TestServicePrune [2022-03-16T07:07:03.126Z] === PAUSE TestServicePrune [2022-03-16T07:07:03.126Z] === RUN TestCreate [2022-03-16T07:07:03.126Z] === PAUSE TestCreate [2022-03-16T07:07:03.126Z] === RUN TestRemove [2022-03-16T07:07:03.126Z] === PAUSE TestRemove [2022-03-16T07:07:03.126Z] === RUN TestList [2022-03-16T07:07:03.126Z] === PAUSE TestList [2022-03-16T07:07:03.126Z] === RUN TestFindByDriver [2022-03-16T07:07:03.126Z] === PAUSE TestFindByDriver [2022-03-16T07:07:03.126Z] === RUN TestFindByReferenced [2022-03-16T07:07:03.126Z] === PAUSE TestFindByReferenced [2022-03-16T07:07:03.126Z] === RUN TestDerefMultipleOfSameRef [2022-03-16T07:07:03.126Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-16T07:07:03.126Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-16T07:07:03.126Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-16T07:07:03.126Z] === RUN TestDefererencePluginOnCreateError [2022-03-16T07:07:03.126Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-16T07:07:03.126Z] === RUN TestRefDerefRemove [2022-03-16T07:07:03.126Z] === PAUSE TestRefDerefRemove [2022-03-16T07:07:03.126Z] === RUN TestGet [2022-03-16T07:07:03.126Z] === PAUSE TestGet [2022-03-16T07:07:03.126Z] === RUN TestGetWithReference [2022-03-16T07:07:03.126Z] === PAUSE TestGetWithReference [2022-03-16T07:07:03.126Z] === RUN TestFilterFunc [2022-03-16T07:07:03.126Z] === RUN TestFilterFunc/test_nil_list [2022-03-16T07:07:03.126Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-16T07:07:03.126Z] === RUN TestFilterFunc/test_empty_list [2022-03-16T07:07:03.126Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-16T07:07:03.126Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-16T07:07:03.126Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-16T07:07:03.126Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-16T07:07:03.126Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-16T07:07:03.126Z] === RUN TestFilterFunc/test_filter_some [2022-03-16T07:07:03.126Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-16T07:07:03.126Z] === RUN TestFilterFunc/test_filter_middle [2022-03-16T07:07:03.126Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-16T07:07:03.126Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-16T07:07:03.126Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-16T07:07:03.126Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-16T07:07:03.126Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-16T07:07:03.126Z] === CONT TestFilterFunc/test_nil_list [2022-03-16T07:07:03.126Z] === CONT TestFilterFunc/test_filter_some [2022-03-16T07:07:03.126Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-16T07:07:03.126Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-16T07:07:03.126Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-16T07:07:03.126Z] === CONT TestFilterFunc/test_filter_middle [2022-03-16T07:07:03.126Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-16T07:07:03.126Z] === CONT TestFilterFunc/test_empty_list [2022-03-16T07:07:03.126Z] --- PASS: TestFilterFunc (0.00s) [2022-03-16T07:07:03.126Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-16T07:07:03.126Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-16T07:07:03.126Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-16T07:07:03.126Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-16T07:07:03.126Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-16T07:07:03.126Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-16T07:07:03.126Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-16T07:07:03.126Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-16T07:07:03.126Z] === CONT TestSetGetMeta [2022-03-16T07:07:03.126Z] === CONT TestList [2022-03-16T07:07:03.126Z] === CONT TestDefererencePluginOnCreateError [2022-03-16T07:07:03.126Z] === CONT TestDerefMultipleOfSameRef [2022-03-16T07:07:03.126Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-16T07:07:03.126Z] === CONT TestRemove [2022-03-16T07:07:03.126Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-16T07:07:03.126Z] === CONT TestCreate [2022-03-16T07:07:03.126Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-16T07:07:03.126Z] === CONT TestServicePrune [2022-03-16T07:07:03.126Z] --- PASS: TestList (0.04s) [2022-03-16T07:07:03.126Z] === CONT TestServiceGet [2022-03-16T07:07:03.126Z] --- PASS: TestCreate (0.02s) [2022-03-16T07:07:03.126Z] === CONT TestServiceRemove [2022-03-16T07:07:03.126Z] --- PASS: TestRemove (0.02s) [2022-03-16T07:07:03.126Z] === CONT TestServiceList [2022-03-16T07:07:03.126Z] --- PASS: TestServiceGet (0.19s) [2022-03-16T07:07:03.126Z] === CONT TestServiceCreate [2022-03-16T07:07:03.126Z] time="2022-03-16T07:07:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:07:03.126Z] --- PASS: TestServiceRemove (0.19s) [2022-03-16T07:07:03.126Z] === CONT TestRestore [2022-03-16T07:07:03.126Z] time="2022-03-16T07:07:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:07:03.126Z] --- PASS: TestServiceList (0.19s) [2022-03-16T07:07:03.126Z] === CONT TestFindByReferenced [2022-03-16T07:07:03.126Z] time="2022-03-16T07:07:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:07:03.126Z] time="2022-03-16T07:07:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-16T07:07:03.126Z] --- PASS: TestServiceCreate (0.02s) [2022-03-16T07:07:03.126Z] === CONT TestFindByDriver [2022-03-16T07:07:03.126Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-16T07:07:03.126Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-16T07:07:03.126Z] time="2022-03-16T07:07:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:07:03.126Z] --- PASS: TestRestore (0.02s) [2022-03-16T07:07:03.126Z] === CONT TestGet [2022-03-16T07:07:03.126Z] --- PASS: TestServicePrune (0.22s) [2022-03-16T07:07:03.126Z] === CONT TestGetWithReference [2022-03-16T07:07:03.126Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-16T07:07:03.126Z] === CONT TestRefDerefRemove [2022-03-16T07:07:03.126Z] --- PASS: TestFindByDriver (0.02s) [2022-03-16T07:07:03.126Z] --- PASS: TestGet (0.02s) [2022-03-16T07:07:03.126Z] --- PASS: TestGetWithReference (0.02s) [2022-03-16T07:07:03.126Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-16T07:07:03.126Z] PASS [2022-03-16T07:07:03.126Z] coverage: 69.0% of statements [2022-03-16T07:07:03.126Z] ok github.com/docker/docker/volume/service 0.328s coverage: 69.0% of statements [2022-03-16T07:07:03.234Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2022-03-16T07:07:03.234Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-16T07:07:04.266Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2022-03-16T07:07:04.266Z] === RUN TestDaemonDefaultNetworkPools [2022-03-16T07:07:04.831Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2022-03-16T07:07:04.831Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-16T07:07:04.918Z] --- PASS: TestInfoAPIWarnings (16.22s) [2022-03-16T07:07:04.918Z] === RUN TestInfoDebug [2022-03-16T07:07:04.918Z] --- PASS: TestInfoDebug (0.52s) [2022-03-16T07:07:04.918Z] === RUN TestInfoInsecureRegistries [2022-03-16T07:07:04.918Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-16T07:07:04.918Z] === RUN TestInfoRegistryMirrors [2022-03-16T07:07:04.918Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-16T07:07:04.918Z] === RUN TestLoginFailsWithBadCredentials [2022-03-16T07:07:04.918Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-16T07:07:04.918Z] === RUN TestPingCacheHeaders [2022-03-16T07:07:04.918Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-16T07:07:04.918Z] === RUN TestPingGet [2022-03-16T07:07:04.918Z] --- PASS: TestPingGet (0.01s) [2022-03-16T07:07:04.918Z] === RUN TestPingHead [2022-03-16T07:07:04.918Z] --- PASS: TestPingHead (0.02s) [2022-03-16T07:07:04.918Z] === RUN TestVersion [2022-03-16T07:07:04.918Z] --- PASS: TestVersion (0.02s) [2022-03-16T07:07:04.918Z] === CONT TestDiskUsage [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/empty [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/empty/container_types [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/empty/image_types [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/empty/volume_types [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-16T07:07:05.177Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-16T07:07:05.397Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-16T07:07:05.434Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-16T07:07:05.434Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-16T07:07:05.434Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-16T07:07:05.434Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-16T07:07:05.434Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-16T07:07:05.434Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-16T07:07:05.434Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-16T07:07:05.434Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-16T07:07:05.434Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-16T07:07:05.434Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-16T07:07:05.434Z] === RUN TestDiskUsage/after_container.Run [2022-03-16T07:07:05.691Z] === RUN TestGetDriver [2022-03-16T07:07:05.691Z] --- PASS: TestGetDriver (0.00s) [2022-03-16T07:07:05.691Z] === RUN TestVolumeRequestError [2022-03-16T07:07:05.691Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-16T07:07:05.691Z] PASS [2022-03-16T07:07:05.691Z] coverage: 36.1% of statements [2022-03-16T07:07:05.691Z] ok github.com/docker/docker/volume/drivers 0.050s coverage: 36.1% of statements [2022-03-16T07:07:05.691Z] === RUN TestGetAddress [2022-03-16T07:07:05.691Z] --- PASS: TestGetAddress (0.00s) [2022-03-16T07:07:05.691Z] === RUN TestRemove [2022-03-16T07:07:05.691Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-16T07:07:05.691Z] --- SKIP: TestRemove (0.00s) [2022-03-16T07:07:05.691Z] === RUN TestInitializeWithVolumes [2022-03-16T07:07:05.691Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-16T07:07:05.691Z] === RUN TestCreate [2022-03-16T07:07:05.691Z] --- PASS: TestCreate (0.01s) [2022-03-16T07:07:05.691Z] === RUN TestValidateName [2022-03-16T07:07:05.691Z] --- PASS: TestValidateName (0.00s) [2022-03-16T07:07:05.691Z] === RUN TestCreateWithOpts [2022-03-16T07:07:05.691Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-16T07:07:05.691Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-16T07:07:05.691Z] === RUN TestRelaodNoOpts [2022-03-16T07:07:05.691Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-16T07:07:05.691Z] PASS [2022-03-16T07:07:05.691Z] coverage: 41.5% of statements [2022-03-16T07:07:05.691Z] ok github.com/docker/docker/volume/local 0.075s coverage: 41.5% of statements [2022-03-16T07:07:05.694Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-16T07:07:05.694Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-16T07:07:05.694Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-16T07:07:05.694Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-16T07:07:05.694Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-16T07:07:05.694Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-16T07:07:05.694Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-16T07:07:05.694Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-16T07:07:05.694Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-16T07:07:05.694Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage (1.08s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/empty (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_container.Run (0.29s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-16T07:07:05.694Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-16T07:07:05.694Z] PASS [2022-03-16T07:07:05.694Z] [2022-03-16T07:07:05.694Z] === Skipped [2022-03-16T07:07:05.694Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T07:07:05.694Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-16T07:07:05.694Z] [2022-03-16T07:07:05.694Z] DONE 50 tests, 1 skipped in 19.669s [2022-03-16T07:07:05.694Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-16T07:07:05.694Z] ++ 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-16T07:07:05.694Z] ++ set -e [2022-03-16T07:07:05.694Z] ++ '[' -n 0 ']' [2022-03-16T07:07:05.694Z] ++ set -x [2022-03-16T07:07:05.694Z] ++ 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-16T07:07:05.952Z] INFO: Testing against a local daemon [2022-03-16T07:07:05.952Z] === RUN TestVolumesCreateAndList [2022-03-16T07:07:05.952Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-16T07:07:05.952Z] === RUN TestVolumesRemove [2022-03-16T07:07:05.952Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-16T07:07:05.952Z] === RUN TestVolumesInspect [2022-03-16T07:07:05.952Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-16T07:07:05.952Z] === RUN TestVolumesInvalidJSON [2022-03-16T07:07:05.952Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-16T07:07:05.952Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-16T07:07:05.952Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-16T07:07:05.952Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-16T07:07:05.952Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-16T07:07:05.952Z] PASS [2022-03-16T07:07:05.952Z] [2022-03-16T07:07:05.952Z] DONE 5 tests in 0.186s [2022-03-16T07:07:05.952Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-16T07:07:05.952Z] ++++ cat bundles/test-integration/docker.pid [2022-03-16T07:07:05.952Z] +++ kill 13710 [2022-03-16T07:07:05.964Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-16T07:07:06.212Z] +++ /etc/init.d/apparmor stop [2022-03-16T07:07:06.212Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-16T07:07:06.212Z] [2022-03-16T07:07:06.212Z] Unloading profiles will leave already running processes permanently [2022-03-16T07:07:06.212Z] unconfined, which can lead to unexpected situations. [2022-03-16T07:07:06.212Z] [2022-03-16T07:07:06.212Z] To set a process to complain mode, use the command line tool [2022-03-16T07:07:06.212Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-16T07:07:06.212Z] +++ true [2022-03-16T07:07:06.212Z] exiting test-integration [2022-03-16T07:07:06.212Z] ++ exit 0 [2022-03-16T07:07:06.212Z] [2022-03-16T07:07:06.220Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2022-03-16T07:07:06.220Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRaw [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-16T07:07:06.652Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountRaw [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountRawSplit [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-16T07:07:06.652Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-16T07:07:06.652Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-16T07:07:06.652Z] === RUN TestConvertTmpfsOptions [2022-03-16T07:07:06.652Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-16T07:07:06.652Z] linux_parser_test.go:209: data="ro" [2022-03-16T07:07:06.652Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-16T07:07:06.652Z] === RUN TestParseMountSpec [2022-03-16T07:07:06.652Z] parser_test.go:62: case 0 [2022-03-16T07:07:06.652Z] parser_test.go:62: case 1 [2022-03-16T07:07:06.652Z] parser_test.go:62: case 2 [2022-03-16T07:07:06.652Z] parser_test.go:62: case 3 [2022-03-16T07:07:06.652Z] parser_test.go:62: case 4 [2022-03-16T07:07:06.652Z] parser_test.go:62: case 5 [2022-03-16T07:07:06.652Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-16T07:07:06.652Z] === RUN TestValidateMount [2022-03-16T07:07:06.652Z] --- PASS: TestValidateMount (0.00s) [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRaw [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-16T07:07:06.652Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-16T07:07:06.652Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-16T07:07:06.652Z] PASS [2022-03-16T07:07:06.652Z] coverage: 67.6% of statements [2022-03-16T07:07:06.652Z] ok github.com/docker/docker/volume/mounts 0.052s coverage: 67.6% of statements Post stage [Pipeline] junit [2022-03-16T07:07:06.789Z] Recording test results [2022-03-16T07:07:06.953Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-16T07:07:07.286Z] + echo Ensuring container killed. [2022-03-16T07:07:07.286Z] Ensuring container killed. [2022-03-16T07:07:07.286Z] + docker rm -vf docker-pr3 [2022-03-16T07:07:07.286Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-03-16T07:07:07.568Z] + echo Chowning /workspace to jenkins user [2022-03-16T07:07:07.568Z] Chowning /workspace to jenkins user [2022-03-16T07:07:07.568Z] + id -u [2022-03-16T07:07:07.568Z] + id -g [2022-03-16T07:07:07.568Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43372:/workspace busybox chown -R 1000:1000 /workspace [2022-03-16T07:07:07.589Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2022-03-16T07:07:07.589Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-16T07:07:07.613Z] === RUN TestSetGetMeta [2022-03-16T07:07:07.613Z] === PAUSE TestSetGetMeta [2022-03-16T07:07:07.613Z] === RUN TestRestore [2022-03-16T07:07:07.613Z] === PAUSE TestRestore [2022-03-16T07:07:07.613Z] === RUN TestServiceCreate [2022-03-16T07:07:07.613Z] === PAUSE TestServiceCreate [2022-03-16T07:07:07.613Z] === RUN TestServiceList [2022-03-16T07:07:07.613Z] === PAUSE TestServiceList [2022-03-16T07:07:07.613Z] === RUN TestServiceRemove [2022-03-16T07:07:07.613Z] === PAUSE TestServiceRemove [2022-03-16T07:07:07.613Z] === RUN TestServiceGet [2022-03-16T07:07:07.613Z] === PAUSE TestServiceGet [2022-03-16T07:07:07.613Z] === RUN TestServicePrune [2022-03-16T07:07:07.613Z] === PAUSE TestServicePrune [2022-03-16T07:07:07.613Z] === RUN TestCreate [2022-03-16T07:07:07.613Z] === PAUSE TestCreate [2022-03-16T07:07:07.613Z] === RUN TestRemove [2022-03-16T07:07:07.613Z] === PAUSE TestRemove [2022-03-16T07:07:07.613Z] === RUN TestList [2022-03-16T07:07:07.613Z] === PAUSE TestList [2022-03-16T07:07:07.613Z] === RUN TestFindByDriver [2022-03-16T07:07:07.613Z] === PAUSE TestFindByDriver [2022-03-16T07:07:07.613Z] === RUN TestFindByReferenced [2022-03-16T07:07:07.613Z] === PAUSE TestFindByReferenced [2022-03-16T07:07:07.613Z] === RUN TestDerefMultipleOfSameRef [2022-03-16T07:07:07.613Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-16T07:07:07.613Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-16T07:07:07.613Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-16T07:07:07.613Z] === RUN TestDefererencePluginOnCreateError [2022-03-16T07:07:07.613Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-16T07:07:07.613Z] === RUN TestRefDerefRemove [2022-03-16T07:07:07.613Z] === PAUSE TestRefDerefRemove [2022-03-16T07:07:07.613Z] === RUN TestGet [2022-03-16T07:07:07.613Z] === PAUSE TestGet [2022-03-16T07:07:07.613Z] === RUN TestGetWithReference [2022-03-16T07:07:07.613Z] === PAUSE TestGetWithReference [2022-03-16T07:07:07.613Z] === RUN TestFilterFunc [2022-03-16T07:07:07.613Z] === RUN TestFilterFunc/test_nil_list [2022-03-16T07:07:07.613Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-16T07:07:07.613Z] === RUN TestFilterFunc/test_empty_list [2022-03-16T07:07:07.613Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-16T07:07:07.613Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-16T07:07:07.613Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-16T07:07:07.613Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-16T07:07:07.613Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-16T07:07:07.613Z] === RUN TestFilterFunc/test_filter_some [2022-03-16T07:07:07.613Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-16T07:07:07.613Z] === RUN TestFilterFunc/test_filter_middle [2022-03-16T07:07:07.613Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-16T07:07:07.613Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-16T07:07:07.613Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-16T07:07:07.613Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-16T07:07:07.613Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-16T07:07:07.613Z] === CONT TestFilterFunc/test_nil_list [2022-03-16T07:07:07.613Z] === CONT TestFilterFunc/test_filter_some [2022-03-16T07:07:07.613Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-16T07:07:07.613Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-16T07:07:07.613Z] === CONT TestFilterFunc/test_empty_list [2022-03-16T07:07:07.613Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-16T07:07:07.613Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-16T07:07:07.613Z] === CONT TestFilterFunc/test_filter_middle [2022-03-16T07:07:07.613Z] --- PASS: TestFilterFunc (0.00s) [2022-03-16T07:07:07.613Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-16T07:07:07.613Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-16T07:07:07.613Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-16T07:07:07.613Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-16T07:07:07.613Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-16T07:07:07.613Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-16T07:07:07.613Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-16T07:07:07.613Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-16T07:07:07.613Z] === CONT TestSetGetMeta [2022-03-16T07:07:07.613Z] === CONT TestList [2022-03-16T07:07:07.613Z] === CONT TestGet [2022-03-16T07:07:07.613Z] === CONT TestDefererencePluginOnCreateError [2022-03-16T07:07:07.613Z] --- PASS: TestGet (0.02s) [2022-03-16T07:07:07.613Z] === CONT TestRemove [2022-03-16T07:07:07.613Z] --- PASS: TestList (0.03s) [2022-03-16T07:07:07.613Z] === CONT TestServicePrune [2022-03-16T07:07:07.613Z] --- PASS: TestSetGetMeta (0.03s) [2022-03-16T07:07:07.613Z] === CONT TestCreate [2022-03-16T07:07:07.613Z] --- PASS: TestRemove (0.02s) [2022-03-16T07:07:07.613Z] === CONT TestServiceGet [2022-03-16T07:07:07.613Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-03-16T07:07:07.613Z] === CONT TestServiceRemove [2022-03-16T07:07:07.613Z] --- PASS: TestCreate (0.02s) [2022-03-16T07:07:07.613Z] === CONT TestServiceList [2022-03-16T07:07:07.613Z] --- PASS: TestServiceGet (0.15s) [2022-03-16T07:07:07.613Z] === CONT TestServiceCreate [2022-03-16T07:07:07.613Z] time="2022-03-16T07:07:07Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:07:07.613Z] --- PASS: TestServiceRemove (0.15s) [2022-03-16T07:07:07.613Z] === CONT TestRestore [2022-03-16T07:07:07.613Z] --- PASS: TestServiceList (0.15s) [2022-03-16T07:07:07.613Z] === CONT TestGetWithReference [2022-03-16T07:07:07.613Z] time="2022-03-16T07:07:07Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:07:07.613Z] time="2022-03-16T07:07:07Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:07:07.613Z] time="2022-03-16T07:07:07Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-16T07:07:07.613Z] --- PASS: TestServiceCreate (0.02s) [2022-03-16T07:07:07.613Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-16T07:07:07.613Z] --- PASS: TestGetWithReference (0.02s) [2022-03-16T07:07:07.613Z] === CONT TestDerefMultipleOfSameRef [2022-03-16T07:07:07.613Z] --- PASS: TestRestore (0.02s) [2022-03-16T07:07:07.613Z] === CONT TestFindByReferenced [2022-03-16T07:07:07.613Z] time="2022-03-16T07:07:07Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:07:07.613Z] --- PASS: TestServicePrune (0.20s) [2022-03-16T07:07:07.613Z] === CONT TestFindByDriver [2022-03-16T07:07:07.613Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-16T07:07:07.613Z] === CONT TestRefDerefRemove [2022-03-16T07:07:07.613Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-16T07:07:07.613Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-16T07:07:07.613Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-16T07:07:07.613Z] --- PASS: TestFindByDriver (0.02s) [2022-03-16T07:07:07.613Z] PASS [2022-03-16T07:07:07.613Z] coverage: 69.0% of statements [2022-03-16T07:07:07.613Z] ok github.com/docker/docker/volume/service 0.295s coverage: 69.0% of statements [2022-03-16T07:07:07.845Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-16T07:07:07.845Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-16T07:07:07.845Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-16T07:07:08.102Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2022-03-16T07:07:08.102Z] === RUN TestServiceWithPredefinedNetwork [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-16T07:07:08.806Z] + bundleName=arm64-integration [2022-03-16T07:07:08.806Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-16T07:07:08.806Z] Creating arm64-integration-bundles.tar.gz [2022-03-16T07:07:08.806Z] + 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-16T07:07:08.806Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-16T07:07:09.105Z] Archiving artifacts [2022-03-16T07:07:09.779Z] --- PASS: TestGet (15.02s) [2022-03-16T07:07:09.779Z] === RUN TestPluginWithNoManifest [2022-03-16T07:07:09.779Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-16T07:07:09.779Z] === RUN TestGetAll [2022-03-16T07:07:09.779Z] --- PASS: TestGetAll (0.00s) [2022-03-16T07:07:09.779Z] PASS [2022-03-16T07:07:09.779Z] coverage: 73.2% of statements [2022-03-16T07:07:09.779Z] ok github.com/docker/docker/pkg/plugins 36.062s coverage: 73.2% of statements [2022-03-16T07:07:10.622Z] --- PASS: TestServiceWithPredefinedNetwork (2.46s) [2022-03-16T07:07:10.622Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-16T07:07:10.622Z] service_test.go:243: FLAKY_TEST [2022-03-16T07:07:10.622Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T07:07:10.622Z] === RUN TestServiceWithDataPathPortInit [2022-03-16T07:07:11.552Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-16T07:07:11.713Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43372/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-16T07:07:12.019Z] + make clean [2022-03-16T07:07:12.019Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-16T07:07:12.019Z] docker-dev-cache [2022-03-16T07:07:12.019Z] docker-mod-cache [Pipeline] deleteDir [2022-03-16T07:07:12.116Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-16T07:07:14.009Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-16T07:07:14.009Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-16T07:07:15.378Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-16T07:07:15.634Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-16T07:07:16.200Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-16T07:07:16.763Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-16T07:07:18.656Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-16T07:07:18.656Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-16T07:07:18.656Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-16T07:07:19.220Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-16T07:07:19.797Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-16T07:07:20.360Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-16T07:07:21.084Z] 2022/03/16 07:07:19 Closing DB instances... [2022-03-16T07:07:21.084Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-03-16T07:07:21.084Z] === RUN TestFindNode [2022-03-16T07:07:21.084Z] 2022/03/16 07:07:21 Closing DB instances... [2022-03-16T07:07:21.084Z] --- PASS: TestFindNode (0.02s) [2022-03-16T07:07:21.084Z] === RUN TestChangeNodeState [2022-03-16T07:07:21.084Z] 2022/03/16 07:07:21 Closing DB instances... [2022-03-16T07:07:21.084Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-16T07:07:21.084Z] === RUN TestNodeReincarnation [2022-03-16T07:07:21.563Z] 2022/03/16 07:07:21 Closing DB instances... [2022-03-16T07:07:21.727Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-16T07:07:22.289Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-16T07:07:23.656Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-16T07:07:25.026Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-16T07:07:25.283Z] --- PASS: TestServiceWithDataPathPortInit (14.81s) [2022-03-16T07:07:25.283Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-16T07:07:26.392Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-16T07:07:26.392Z] === RUN TestParallelCreate [2022-03-16T07:07:26.392Z] 2022/03/16 07:07:26 Closing DB instances... [2022-03-16T07:07:26.392Z] --- PASS: TestParallelCreate (0.02s) [2022-03-16T07:07:26.392Z] === RUN TestParallelDelete [2022-03-16T07:07:26.392Z] 2022/03/16 07:07:26 Closing DB instances... [2022-03-16T07:07:26.392Z] --- PASS: TestParallelDelete (0.02s) [2022-03-16T07:07:26.392Z] === RUN TestNetworkDBIslands [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:92467b6fdf64 with config:&{NodeID:92467b6fdf64 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-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=info msg="Node 92467b6fdf64/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=info msg="Node 92467b6fdf64/172.21.21.157, added to nodes list" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c57e05207a78 with config:&{NodeID:c57e05207a78 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-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=info msg="Node c57e05207a78/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=info msg="Node c57e05207a78/172.21.21.157, added to nodes list" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49378" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=info msg="Node c57e05207a78/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=info msg="Node c57e05207a78/172.21.21.157, added to nodes list" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=info msg="Node 92467b6fdf64/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=info msg="Node 92467b6fdf64/172.21.21.157, added to nodes list" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-16T07:07:26.392Z] time="2022-03-16T07:07:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49379" [2022-03-16T07:07:26.651Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:cc6290cfd624 with config:&{NodeID:cc6290cfd624 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-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="Node cc6290cfd624/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="Node cc6290cfd624/172.21.21.157, added to nodes list" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49380" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="Node cc6290cfd624/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="Node cc6290cfd624/172.21.21.157, added to nodes list" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="Node 92467b6fdf64/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="Node 92467b6fdf64/172.21.21.157, added to nodes list" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="Node c57e05207a78/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="Node c57e05207a78/172.21.21.157, added to nodes list" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49381" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="Node cc6290cfd624/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.399Z] time="2022-03-16T07:07:27Z" level=info msg="Node cc6290cfd624/172.21.21.157, added to nodes list" [2022-03-16T07:07:27.581Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:e122b28f9baf with config:&{NodeID:e122b28f9baf 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-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node e122b28f9baf/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node e122b28f9baf/172.21.21.157, added to nodes list" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49382" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node e122b28f9baf/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node e122b28f9baf/172.21.21.157, added to nodes list" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node c57e05207a78/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node c57e05207a78/172.21.21.157, added to nodes list" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node cc6290cfd624/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node cc6290cfd624/172.21.21.157, added to nodes list" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node 92467b6fdf64/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node 92467b6fdf64/172.21.21.157, added to nodes list" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49383" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node e122b28f9baf/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node e122b28f9baf/172.21.21.157, added to nodes list" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node e122b28f9baf/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:27.877Z] time="2022-03-16T07:07:27Z" level=info msg="Node e122b28f9baf/172.21.21.157, added to nodes list" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:5a95271bae00 with config:&{NodeID:5a95271bae00 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-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node 5a95271bae00/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node 5a95271bae00/172.21.21.157, added to nodes list" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49384" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node 5a95271bae00/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node 5a95271bae00/172.21.21.157, added to nodes list" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node 92467b6fdf64/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node 92467b6fdf64/172.21.21.157, added to nodes list" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node e122b28f9baf/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node e122b28f9baf/172.21.21.157, added to nodes list" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node c57e05207a78/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node c57e05207a78/172.21.21.157, added to nodes list" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node cc6290cfd624/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=info msg="Node cc6290cfd624/172.21.21.157, added to nodes list" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49385" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:28Z" level=info msg="Node 5a95271bae00/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:28Z" level=info msg="Node 5a95271bae00/172.21.21.157, added to nodes list" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:28Z" level=info msg="Node 5a95271bae00/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:28Z" level=info msg="Node 5a95271bae00/172.21.21.157, added to nodes list" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:28Z" level=info msg="Node 5a95271bae00/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:28.356Z] time="2022-03-16T07:07:28Z" level=info msg="Node 5a95271bae00/172.21.21.157, added to nodes list" [2022-03-16T07:07:28.836Z] networkdb_test.go:835: Re-joining: 3 [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=info msg="The new bootstrap node list is:[172.21.21.157:10033 172.21.21.157:10034 172.21.21.157:10035]" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10033" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49386" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10034" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49387" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10035" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49388" [2022-03-16T07:07:28.836Z] networkdb_test.go:835: Re-joining: 4 [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=info msg="The new bootstrap node list is:[172.21.21.157:10033 172.21.21.157:10034 172.21.21.157:10035]" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10033" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49389" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10034" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49390" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10035" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49391" [2022-03-16T07:07:28.836Z] time="2022-03-16T07:07:28Z" level=info msg="node 0 leaving" [2022-03-16T07:07:28.948Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-16T07:07:28.948Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:wqq6uf584ttnjbv7k33ztwqnc Created:2022-03-16 07:07:26.768001523 +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[d83a1ed09dba0553bc1d959166f3b081acd91b9879d5e5c3c96e06912472372b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zpc0njah91k18rzeyz37es7h8 EndpointID:432c5341abd4876d4c33acb9a865c988db83044b52d58b28a6816294fe1d2dcb MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c820915e42d2806821c306ce7b5801089febdc17db9652601df69696d5d983db 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:2e1249729307 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zpc0njah91k18rzeyz37es7h8 EndpointID:432c5341abd4876d4c33acb9a865c988db83044b52d58b28a6816294fe1d2dcb EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-16T07:07:28.948Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:28Z" level=info msg="Node 92467b6fdf64 change state NodeActive --> NodeLeft" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:28Z" level=info msg="node5(5a95271bae00): Node leave event for 92467b6fdf64/172.21.21.157" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:28Z" level=info msg="Node 92467b6fdf64 change state NodeActive --> NodeLeft" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:28Z" level=info msg="node3(cc6290cfd624): Node leave event for 92467b6fdf64/172.21.21.157" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:28Z" level=info msg="Node 92467b6fdf64 change state NodeActive --> NodeLeft" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:28Z" level=info msg="node2(c57e05207a78): Node leave event for 92467b6fdf64/172.21.21.157" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:28Z" level=info msg="Node 92467b6fdf64 change state NodeActive --> NodeLeft" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:28Z" level=info msg="node1(92467b6fdf64): Node leave event for 92467b6fdf64/172.21.21.157" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:28Z" level=info msg="Node 92467b6fdf64 change state NodeActive --> NodeLeft" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:28Z" level=info msg="node4(e122b28f9baf): Node leave event for 92467b6fdf64/172.21.21.157" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:29Z" level=info msg="Node 92467b6fdf64/172.21.21.157, left gossip cluster" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:29Z" level=info msg="Node 92467b6fdf64/172.21.21.157, left gossip cluster" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:29Z" level=info msg="Node 92467b6fdf64/172.21.21.157, left gossip cluster" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:29Z" level=info msg="Node 92467b6fdf64/172.21.21.157, left gossip cluster" [2022-03-16T07:07:29.315Z] time="2022-03-16T07:07:29Z" level=info msg="Node 92467b6fdf64/172.21.21.157, left gossip cluster" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="node 1 leaving" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="Node c57e05207a78 change state NodeActive --> NodeLeft" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="node5(5a95271bae00): Node leave event for c57e05207a78/172.21.21.157" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="Node c57e05207a78 change state NodeActive --> NodeLeft" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="node3(cc6290cfd624): Node leave event for c57e05207a78/172.21.21.157" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="Node c57e05207a78 change state NodeActive --> NodeLeft" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="node4(e122b28f9baf): Node leave event for c57e05207a78/172.21.21.157" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="Node c57e05207a78 change state NodeActive --> NodeLeft" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="node2(c57e05207a78): Node leave event for c57e05207a78/172.21.21.157" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="Node c57e05207a78/172.21.21.157, left gossip cluster" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="Node c57e05207a78/172.21.21.157, left gossip cluster" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="Node c57e05207a78/172.21.21.157, left gossip cluster" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="Node c57e05207a78/172.21.21.157, left gossip cluster" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="node 2 leaving" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="Node cc6290cfd624 change state NodeActive --> NodeLeft" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="node5(5a95271bae00): Node leave event for cc6290cfd624/172.21.21.157" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="Node cc6290cfd624 change state NodeActive --> NodeLeft" [2022-03-16T07:07:29.795Z] time="2022-03-16T07:07:29Z" level=info msg="node4(e122b28f9baf): Node leave event for cc6290cfd624/172.21.21.157" [2022-03-16T07:07:30.273Z] time="2022-03-16T07:07:29Z" level=info msg="Node cc6290cfd624 change state NodeActive --> NodeLeft" [2022-03-16T07:07:30.273Z] time="2022-03-16T07:07:29Z" level=info msg="node3(cc6290cfd624): Node leave event for cc6290cfd624/172.21.21.157" [2022-03-16T07:07:30.273Z] time="2022-03-16T07:07:30Z" level=info msg="Node cc6290cfd624/172.21.21.157, left gossip cluster" [2022-03-16T07:07:30.273Z] time="2022-03-16T07:07:30Z" level=info msg="Node cc6290cfd624/172.21.21.157, left gossip cluster" [2022-03-16T07:07:30.273Z] time="2022-03-16T07:07:30Z" level=info msg="Node cc6290cfd624/172.21.21.157, left gossip cluster" [2022-03-16T07:07:30.752Z] networkdb_test.go:867: node4: OK [2022-03-16T07:07:30.752Z] networkdb_test.go:867: node5: OK [2022-03-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="node 0 coming back" [2022-03-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:3a5a014640db with config:&{NodeID:3a5a014640db 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-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="Node 3a5a014640db/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="Node 3a5a014640db/172.21.21.157, added to nodes list" [2022-03-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="node 1 coming back" [2022-03-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:4045aa134cfa with config:&{NodeID:4045aa134cfa 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-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="Node 4045aa134cfa/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="Node 4045aa134cfa/172.21.21.157, added to nodes list" [2022-03-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="node 2 coming back" [2022-03-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:7cc8782e6c7e with config:&{NodeID:7cc8782e6c7e 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-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:30.752Z] time="2022-03-16T07:07:30Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, added to nodes list" [2022-03-16T07:07:31.470Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-16T07:07:32.838Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-16T07:07:32.838Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-16T07:07:33.404Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.08s) [2022-03-16T07:07:33.404Z] PASS [2022-03-16T07:07:33.404Z] [2022-03-16T07:07:33.404Z] === Skipped [2022-03-16T07:07:33.404Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T07:07:33.404Z] service_test.go:243: FLAKY_TEST [2022-03-16T07:07:33.404Z] [2022-03-16T07:07:33.404Z] DONE 26 tests, 1 skipped in 48.332s [2022-03-16T07:07:33.404Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-16T07:07:33.404Z] ++ 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-16T07:07:33.404Z] ++ set -e [2022-03-16T07:07:33.404Z] ++ '[' -n 0 ']' [2022-03-16T07:07:33.404Z] ++ set -x [2022-03-16T07:07:33.404Z] ++ 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-16T07:07:33.404Z] INFO: Testing against a local daemon [2022-03-16T07:07:33.404Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-16T07:07:33.404Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T07:07:33.404Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-16T07:07:33.404Z] === RUN TestDockerNetworkIpvlan [2022-03-16T07:07:33.404Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T07:07:33.404Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-16T07:07:33.404Z] PASS [2022-03-16T07:07:33.404Z] [2022-03-16T07:07:33.404Z] === Skipped [2022-03-16T07:07:33.404Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-16T07:07:33.404Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T07:07:33.404Z] [2022-03-16T07:07:33.404Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-16T07:07:33.404Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-16T07:07:33.404Z] [2022-03-16T07:07:33.404Z] DONE 2 tests, 2 skipped in 0.129s [2022-03-16T07:07:33.404Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-16T07:07:33.404Z] ++ 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-16T07:07:33.404Z] ++ set -e [2022-03-16T07:07:33.404Z] ++ '[' -n 0 ']' [2022-03-16T07:07:33.404Z] ++ set -x [2022-03-16T07:07:33.404Z] ++ 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-16T07:07:33.661Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-16T07:07:33.661Z] INFO: Testing against a local daemon [2022-03-16T07:07:33.661Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-16T07:07:33.765Z] time="2022-03-16T07:07:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.21.21.157:10033 172.21.21.157:10034 172.21.21.157:10035]" [2022-03-16T07:07:34.244Z] time="2022-03-16T07:07:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.21.21.157:10033 172.21.21.157:10034 172.21.21.157:10035]" [2022-03-16T07:07:34.591Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10033" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49392" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node e122b28f9baf/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node e122b28f9baf/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 5a95271bae00/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 5a95271bae00/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, is the new incarnation of the shutdown node 92467b6fdf64/172.21.21.157" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10034" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49393" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node e122b28f9baf/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node e122b28f9baf/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 5a95271bae00/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 5a95271bae00/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 4045aa134cfa/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 4045aa134cfa/172.21.21.157, is the new incarnation of the shutdown node c57e05207a78/172.21.21.157" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 4045aa134cfa/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49394" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10035" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node e122b28f9baf/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node e122b28f9baf/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 4045aa134cfa/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 4045aa134cfa/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 5a95271bae00/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 5a95271bae00/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, is the new incarnation of the shutdown node cc6290cfd624/172.21.21.157" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 4045aa134cfa/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 4045aa134cfa/172.21.21.157, is the new incarnation of the shutdown node c57e05207a78/172.21.21.157" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 4045aa134cfa/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, is the new incarnation of the shutdown node 92467b6fdf64/172.21.21.157" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 4045aa134cfa/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 4045aa134cfa/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, joined gossip cluster" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, is the new incarnation of the shutdown node cc6290cfd624/172.21.21.157" [2022-03-16T07:07:34.724Z] time="2022-03-16T07:07:34Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, added to nodes list" [2022-03-16T07:07:34.724Z] 2022/03/16 07:07:34 Closing DB instances... [2022-03-16T07:07:35.154Z] docker_api_swarm_test.go:304: [d8c6f8c954c1d] joining swarm manager [dc4f930e87465]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:07:35.154Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.57s) [2022-03-16T07:07:35.154Z] === RUN TestDockerNetworkMacvlan [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db change state NodeActive --> NodeLeft" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="node5(5a95271bae00): Node leave event for 3a5a014640db/172.21.21.157" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db change state NodeActive --> NodeLeft" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="node3(7cc8782e6c7e): Node leave event for 3a5a014640db/172.21.21.157" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db change state NodeActive --> NodeLeft" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="node4(e122b28f9baf): Node leave event for 3a5a014640db/172.21.21.157" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db change state NodeActive --> NodeLeft" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="node2(4045aa134cfa): Node leave event for 3a5a014640db/172.21.21.157" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db change state NodeActive --> NodeLeft" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="node1(3a5a014640db): Node leave event for 3a5a014640db/172.21.21.157" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, left gossip cluster" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, left gossip cluster" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, left gossip cluster" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, left gossip cluster" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=info msg="Node 3a5a014640db/172.21.21.157, left gossip cluster" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10033" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49395" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=error msg="node: 3a5a014640db is unknown to memberlist" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10034" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49396" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.21.157:10035" [2022-03-16T07:07:35.208Z] time="2022-03-16T07:07:34Z" level=debug msg="memberlist: Stream connection from=172.21.21.157:49397" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 4045aa134cfa change state NodeActive --> NodeLeft" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="node5(5a95271bae00): Node leave event for 4045aa134cfa/172.21.21.157" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 4045aa134cfa change state NodeActive --> NodeLeft" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="node3(7cc8782e6c7e): Node leave event for 4045aa134cfa/172.21.21.157" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 4045aa134cfa change state NodeActive --> NodeLeft" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="node4(e122b28f9baf): Node leave event for 4045aa134cfa/172.21.21.157" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 4045aa134cfa change state NodeActive --> NodeLeft" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="node2(4045aa134cfa): Node leave event for 4045aa134cfa/172.21.21.157" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 4045aa134cfa/172.21.21.157, left gossip cluster" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 4045aa134cfa/172.21.21.157, left gossip cluster" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 4045aa134cfa/172.21.21.157, left gossip cluster" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 4045aa134cfa/172.21.21.157, left gossip cluster" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 7cc8782e6c7e change state NodeActive --> NodeLeft" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="node4(e122b28f9baf): Node leave event for 7cc8782e6c7e/172.21.21.157" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, left gossip cluster" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 7cc8782e6c7e change state NodeActive --> NodeFailed" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, added to failed nodes list" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="Node 7cc8782e6c7e change state NodeActive --> NodeLeft" [2022-03-16T07:07:35.686Z] time="2022-03-16T07:07:35Z" level=info msg="node5(5a95271bae00): Node leave event for 7cc8782e6c7e/172.21.21.157" [2022-03-16T07:07:36.083Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-16T07:07:36.165Z] time="2022-03-16T07:07:35Z" level=error msg="node: 7cc8782e6c7e is unknown to memberlist" [2022-03-16T07:07:36.165Z] time="2022-03-16T07:07:35Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, left gossip cluster" [2022-03-16T07:07:36.165Z] time="2022-03-16T07:07:35Z" level=info msg="Node 7cc8782e6c7e/172.21.21.157, left gossip cluster" [2022-03-16T07:07:36.165Z] time="2022-03-16T07:07:36Z" level=debug msg="memberlist: Failed ping: 7cc8782e6c7e (timeout reached)" [2022-03-16T07:07:36.165Z] time="2022-03-16T07:07:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.21.21.157:10036: use of closed network connection" [2022-03-16T07:07:36.165Z] time="2022-03-16T07:07:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.21.21.157:10037: use of closed network connection" [2022-03-16T07:07:36.644Z] time="2022-03-16T07:07:36Z" level=info msg="Node e122b28f9baf change state NodeActive --> NodeLeft" [2022-03-16T07:07:36.644Z] time="2022-03-16T07:07:36Z" level=info msg="node5(5a95271bae00): Node leave event for e122b28f9baf/172.21.21.157" [2022-03-16T07:07:36.644Z] time="2022-03-16T07:07:36Z" level=info msg="Node e122b28f9baf change state NodeActive --> NodeLeft" [2022-03-16T07:07:36.644Z] time="2022-03-16T07:07:36Z" level=info msg="node4(e122b28f9baf): Node leave event for e122b28f9baf/172.21.21.157" [2022-03-16T07:07:36.644Z] time="2022-03-16T07:07:36Z" level=info msg="memberlist: Suspect 7cc8782e6c7e has failed, no acks received" [2022-03-16T07:07:36.648Z] docker_api_swarm_test.go:305: [d6528b6ca7597] joining swarm manager [dc4f930e87465]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:07:36.905Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-16T07:07:37.122Z] time="2022-03-16T07:07:36Z" level=info msg="Node e122b28f9baf/172.21.21.157, left gossip cluster" [2022-03-16T07:07:37.122Z] time="2022-03-16T07:07:36Z" level=info msg="Node e122b28f9baf/172.21.21.157, left gossip cluster" [2022-03-16T07:07:37.468Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-16T07:07:37.725Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-16T07:07:38.129Z] time="2022-03-16T07:07:37Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10036->172.21.21.157:10037: use of closed network connection" [2022-03-16T07:07:38.129Z] time="2022-03-16T07:07:37Z" level=info msg="Node 5a95271bae00/172.21.21.157, left gossip cluster" [2022-03-16T07:07:38.129Z] time="2022-03-16T07:07:37Z" level=info msg="Node 5a95271bae00 change state NodeActive --> NodeFailed" [2022-03-16T07:07:38.129Z] time="2022-03-16T07:07:37Z" level=info msg="Node 5a95271bae00/172.21.21.157, added to failed nodes list" [2022-03-16T07:07:38.129Z] --- PASS: TestNetworkDBIslands (11.46s) [2022-03-16T07:07:38.129Z] PASS [2022-03-16T07:07:38.129Z] coverage: 60.0% of statements [2022-03-16T07:07:38.129Z] ok github.com/docker/docker/libnetwork/networkdb 103.870s coverage: 60.0% of statements [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/quota [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/rootless [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/volume [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-16T07:07:38.129Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-16T07:07:39.697Z] 2022/03/16 07:07:37 Closing DB instances... [2022-03-16T07:07:39.698Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2022-03-16T07:07:39.698Z] === RUN TestFindNode [2022-03-16T07:07:39.698Z] 2022/03/16 07:07:39 Closing DB instances... [2022-03-16T07:07:39.698Z] --- PASS: TestFindNode (0.02s) [2022-03-16T07:07:39.698Z] === RUN TestChangeNodeState [2022-03-16T07:07:39.698Z] 2022/03/16 07:07:39 Closing DB instances... [2022-03-16T07:07:39.698Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-16T07:07:39.698Z] === RUN TestNodeReincarnation [2022-03-16T07:07:39.698Z] 2022/03/16 07:07:39 Closing DB instances... [2022-03-16T07:07:40.259Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-16T07:07:41.137Z] [2022-03-16T07:07:41.138Z] === Skipped [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-16T07:07:41.138Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-16T07:07:41.138Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-16T07:07:41.138Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-03-16T07:07:41.138Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-16T07:07:41.138Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-16T07:07:41.138Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-16T07:07:41.138Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-16T07:07:41.138Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-16T07:07:41.138Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-16T07:07:41.138Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-16T07:07:41.138Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-16T07:07:41.138Z] daemon_test.go:145: root required [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-16T07:07:41.138Z] reload_test.go:342: root required [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-16T07:07:41.138Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-16T07:07:41.138Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-16T07:07:41.138Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-16T07:07:41.138Z] download_test.go:267: Needs fixing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-16T07:07:41.138Z] layer_test.go:291: Failing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-16T07:07:41.138Z] layer_test.go:340: Failing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-16T07:07:41.138Z] layer_test.go:455: Failing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-16T07:07:41.138Z] layer_test.go:684: Failing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-16T07:07:41.138Z] migration_test.go:45: Failing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-16T07:07:41.138Z] migration_test.go:181: Failing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-16T07:07:41.138Z] mount_test.go:17: Failing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-16T07:07:41.138Z] mount_test.go:76: Failing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-16T07:07:41.138Z] mount_test.go:125: Failing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-16T07:07:41.138Z] mount_test.go:212: Failing on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-16T07:07:41.138Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-16T07:07:41.138Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-16T07:07:41.138Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-16T07:07:41.138Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-16T07:07:41.138Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-16T07:07:41.138Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-16T07:07:41.138Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-16T07:07:41.138Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-16T07:07:41.138Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-16T07:07:41.138Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-16T07:07:41.138Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-16T07:07:41.138Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-16T07:07:41.138Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-16T07:07:41.138Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-16T07:07:41.138Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-16T07:07:41.138Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-16T07:07:41.138Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-16T07:07:41.138Z] archive_test.go:133: Xz not present in msys2 [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-16T07:07:41.138Z] archive_test.go:140: zstd not installed [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-16T07:07:41.138Z] archive_test.go:252: Failing on Windows CI machines [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-16T07:07:41.138Z] archive_windows_test.go:16: Currently fails [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-16T07:07:41.138Z] changes_test.go:195: needs more investigation [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-16T07:07:41.138Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-16T07:07:41.138Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-16T07:07:41.138Z] changes_test.go:432: needs further investigation [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-16T07:07:41.138Z] changes_test.go:468: needs further investigation [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-16T07:07:41.138Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-16T07:07:41.138Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-16T07:07:41.138Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-16T07:07:41.138Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-16T07:07:41.138Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-16T07:07:41.138Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-16T07:07:41.138Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-16T07:07:41.138Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-16T07:07:41.138Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-16T07:07:41.138Z] poller_test.go:40: No chmod on Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-16T07:07:41.138Z] fileutils_test.go:133: Needs porting to Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-16T07:07:41.138Z] fileutils_test.go:179: Needs porting to Windows [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-16T07:07:41.138Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-16T07:07:41.138Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-16T07:07:41.138Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-16T07:07:41.138Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-16T07:07:41.138Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-16T07:07:41.138Z] [2022-03-16T07:07:41.138Z] DONE 2077 tests, 70 skipped in 299.802s [2022-03-16T07:07:41.138Z] INFO: make.ps1 ended at 03/16/2022 07:07:41 [2022-03-16T07:07:42.776Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-16T07:07:42.776Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-16T07:07:43.397Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-16T07:07:43.397Z] INFO: Unit tests ended at 03/16/2022 07:07:43. Duration:00:05:16.4941077 [2022-03-16T07:07:43.397Z] INFO: Building busybox [2022-03-16T07:07:43.397Z] Sending build context to Docker daemon 5.12kB [2022-03-16T07:07:43.397Z] [2022-03-16T07:07:43.397Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-16T07:07:43.397Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-16T07:07:43.397Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-16T07:07:43.397Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-16T07:07:43.397Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-16T07:07:43.397Z] ---> 02f938cacc3b [2022-03-16T07:07:43.397Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-16T07:07:43.397Z] ---> Running in 15437f778063 [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-16T07:07:44.368Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-16T07:07:44.368Z] === RUN TestParallelCreate [2022-03-16T07:07:44.368Z] 2022/03/16 07:07:44 Closing DB instances... [2022-03-16T07:07:44.368Z] --- PASS: TestParallelCreate (0.02s) [2022-03-16T07:07:44.368Z] === RUN TestParallelDelete [2022-03-16T07:07:44.368Z] 2022/03/16 07:07:44 Closing DB instances... [2022-03-16T07:07:44.368Z] --- PASS: TestParallelDelete (0.02s) [2022-03-16T07:07:44.368Z] === RUN TestNetworkDBIslands [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:2ecaa95d21b8 with config:&{NodeID:2ecaa95d21b8 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-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, added to nodes list" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:7574845881d1 with config:&{NodeID:7574845881d1 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-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=info msg="Node 7574845881d1/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=info msg="Node 7574845881d1/172.18.73.220, added to nodes list" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=debug msg="memberlist: Stream connection from=[::1]:49381" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=info msg="Node 7574845881d1/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=info msg="Node 7574845881d1/172.18.73.220, added to nodes list" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, added to nodes list" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49382" [2022-03-16T07:07:44.368Z] time="2022-03-16T07:07:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-16T07:07:45.330Z] time="2022-03-16T07:07:44Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:f469af78924b with config:&{NodeID:f469af78924b 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-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=info msg="Node f469af78924b/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=info msg="Node f469af78924b/172.18.73.220, added to nodes list" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Stream connection from=[::1]:49383" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=info msg="Node f469af78924b/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=info msg="Node f469af78924b/172.18.73.220, added to nodes list" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, added to nodes list" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=info msg="Node 7574845881d1/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=info msg="Node 7574845881d1/172.18.73.220, added to nodes list" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49384" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=info msg="Node f469af78924b/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.331Z] time="2022-03-16T07:07:45Z" level=info msg="Node f469af78924b/172.18.73.220, added to nodes list" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:c43271b2ef3a with config:&{NodeID:c43271b2ef3a 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-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node c43271b2ef3a/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node c43271b2ef3a/172.18.73.220, added to nodes list" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Stream connection from=[::1]:49385" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node c43271b2ef3a/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node c43271b2ef3a/172.18.73.220, added to nodes list" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, added to nodes list" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node 7574845881d1/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node 7574845881d1/172.18.73.220, added to nodes list" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node f469af78924b/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node f469af78924b/172.18.73.220, added to nodes list" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49386" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node c43271b2ef3a/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node c43271b2ef3a/172.18.73.220, added to nodes list" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node c43271b2ef3a/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:45.786Z] time="2022-03-16T07:07:45Z" level=info msg="Node c43271b2ef3a/172.18.73.220, added to nodes list" [2022-03-16T07:07:46.048Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:3137a464667f with config:&{NodeID:3137a464667f 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-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node 3137a464667f/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node 3137a464667f/172.18.73.220, added to nodes list" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Stream connection from=[::1]:49387" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node 3137a464667f/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node 3137a464667f/172.18.73.220, added to nodes list" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node 7574845881d1/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node 7574845881d1/172.18.73.220, added to nodes list" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node c43271b2ef3a/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node c43271b2ef3a/172.18.73.220, added to nodes list" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node f469af78924b/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node f469af78924b/172.18.73.220, added to nodes list" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, added to nodes list" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49388" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:46Z" level=info msg="Node 3137a464667f/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:46Z" level=info msg="Node 3137a464667f/172.18.73.220, added to nodes list" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:46Z" level=info msg="Node 3137a464667f/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:46Z" level=info msg="Node 3137a464667f/172.18.73.220, added to nodes list" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:46Z" level=info msg="Node 3137a464667f/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:46.242Z] time="2022-03-16T07:07:46Z" level=info msg="Node 3137a464667f/172.18.73.220, added to nodes list" [2022-03-16T07:07:46.613Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-16T07:07:46.697Z] networkdb_test.go:835: Re-joining: 3 [2022-03-16T07:07:46.697Z] time="2022-03-16T07:07:46Z" level=info msg="The new bootstrap node list is:[172.18.73.220:10033 172.18.73.220:10034 172.18.73.220:10035]" [2022-03-16T07:07:46.697Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10033" [2022-03-16T07:07:46.697Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49389" [2022-03-16T07:07:46.697Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10034" [2022-03-16T07:07:46.697Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49390" [2022-03-16T07:07:46.697Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10035" [2022-03-16T07:07:46.697Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49391" [2022-03-16T07:07:46.698Z] networkdb_test.go:835: Re-joining: 4 [2022-03-16T07:07:46.698Z] time="2022-03-16T07:07:46Z" level=info msg="The new bootstrap node list is:[172.18.73.220:10033 172.18.73.220:10034 172.18.73.220:10035]" [2022-03-16T07:07:46.698Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49392" [2022-03-16T07:07:46.698Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10033" [2022-03-16T07:07:46.698Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10034" [2022-03-16T07:07:46.698Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49393" [2022-03-16T07:07:46.698Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49394" [2022-03-16T07:07:46.698Z] time="2022-03-16T07:07:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10035" [2022-03-16T07:07:46.698Z] time="2022-03-16T07:07:46Z" level=info msg="node 0 leaving" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="Node 2ecaa95d21b8 change state NodeActive --> NodeLeft" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="node4(c43271b2ef3a): Node leave event for 2ecaa95d21b8/172.18.73.220" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="Node 2ecaa95d21b8 change state NodeActive --> NodeLeft" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="node2(7574845881d1): Node leave event for 2ecaa95d21b8/172.18.73.220" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="Node 2ecaa95d21b8 change state NodeActive --> NodeLeft" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="node5(3137a464667f): Node leave event for 2ecaa95d21b8/172.18.73.220" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="Node 2ecaa95d21b8 change state NodeActive --> NodeLeft" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="node1(2ecaa95d21b8): Node leave event for 2ecaa95d21b8/172.18.73.220" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="Node 2ecaa95d21b8 change state NodeActive --> NodeLeft" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="node3(f469af78924b): Node leave event for 2ecaa95d21b8/172.18.73.220" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, left gossip cluster" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, left gossip cluster" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, left gossip cluster" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, left gossip cluster" [2022-03-16T07:07:47.157Z] time="2022-03-16T07:07:46Z" level=info msg="Node 2ecaa95d21b8/172.18.73.220, left gossip cluster" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="node 1 leaving" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="Node 7574845881d1 change state NodeActive --> NodeLeft" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="node3(f469af78924b): Node leave event for 7574845881d1/172.18.73.220" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="Node 7574845881d1/172.18.73.220, left gossip cluster" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="Node 7574845881d1 change state NodeActive --> NodeFailed" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="Node 7574845881d1/172.18.73.220, added to failed nodes list" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="Node 7574845881d1 change state NodeActive --> NodeLeft" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="node4(c43271b2ef3a): Node leave event for 7574845881d1/172.18.73.220" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="Node 7574845881d1 change state NodeActive --> NodeLeft" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="node5(3137a464667f): Node leave event for 7574845881d1/172.18.73.220" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=error msg="node: 7574845881d1 is unknown to memberlist" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="Node 7574845881d1/172.18.73.220, left gossip cluster" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="Node 7574845881d1/172.18.73.220, left gossip cluster" [2022-03-16T07:07:47.612Z] time="2022-03-16T07:07:47Z" level=info msg="Node 7574845881d1/172.18.73.220, left gossip cluster" [2022-03-16T07:07:47.981Z] --- PASS: TestDockerNetworkMacvlan (12.48s) [2022-03-16T07:07:47.981Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-03-16T07:07:47.981Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-03-16T07:07:47.981Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.14s) [2022-03-16T07:07:47.981Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.23s) [2022-03-16T07:07:47.981Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.94s) [2022-03-16T07:07:47.981Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.84s) [2022-03-16T07:07:47.981Z] PASS [2022-03-16T07:07:47.981Z] [2022-03-16T07:07:47.981Z] DONE 8 tests in 14.179s [2022-03-16T07:07:47.981Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-16T07:07:47.981Z] ++ 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-16T07:07:47.981Z] ++ set -e [2022-03-16T07:07:47.981Z] ++ '[' -n 0 ']' [2022-03-16T07:07:47.981Z] ++ set -x [2022-03-16T07:07:47.981Z] ++ 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-16T07:07:47.981Z] === RUN TestDockerSuite/TestBuildRm [2022-03-16T07:07:47.981Z] testing: warning: no tests to run [2022-03-16T07:07:47.981Z] PASS [2022-03-16T07:07:47.981Z] [2022-03-16T07:07:47.981Z] DONE 0 tests in 0.030s [2022-03-16T07:07:47.981Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-16T07:07:47.981Z] ++ 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-16T07:07:47.981Z] ++ set -e [2022-03-16T07:07:47.981Z] ++ '[' -n 0 ']' [2022-03-16T07:07:47.981Z] ++ set -x [2022-03-16T07:07:47.981Z] ++ 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-16T07:07:47.981Z] INFO: Testing against a local daemon [2022-03-16T07:07:47.981Z] === RUN TestAuthZPluginAllowRequest [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=info msg="node 2 leaving" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=info msg="Node f469af78924b change state NodeActive --> NodeLeft" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=info msg="node4(c43271b2ef3a): Node leave event for f469af78924b/172.18.73.220" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=info msg="Node f469af78924b change state NodeActive --> NodeLeft" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=info msg="node5(3137a464667f): Node leave event for f469af78924b/172.18.73.220" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=info msg="Node f469af78924b change state NodeActive --> NodeLeft" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=info msg="node3(f469af78924b): Node leave event for f469af78924b/172.18.73.220" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=debug msg="memberlist: Failed ping: c43271b2ef3a (timeout reached)" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.73.220:10035: use of closed network connection" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.73.220:10034: use of closed network connection" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.73.220:10037: use of closed network connection" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49395" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=info msg="Node f469af78924b/172.18.73.220, left gossip cluster" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:47Z" level=info msg="Node f469af78924b/172.18.73.220, left gossip cluster" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:48Z" level=info msg="Node f469af78924b/172.18.73.220, left gossip cluster" [2022-03-16T07:07:48.070Z] networkdb_test.go:867: node4: OK [2022-03-16T07:07:48.070Z] networkdb_test.go:867: node5: OK [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:48Z" level=info msg="node 0 coming back" [2022-03-16T07:07:48.070Z] time="2022-03-16T07:07:48Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:b1883037c00e with config:&{NodeID:b1883037c00e 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-16T07:07:48.526Z] time="2022-03-16T07:07:48Z" level=info msg="Node b1883037c00e/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:48.526Z] time="2022-03-16T07:07:48Z" level=info msg="Node b1883037c00e/172.18.73.220, added to nodes list" [2022-03-16T07:07:48.526Z] time="2022-03-16T07:07:48Z" level=info msg="node 1 coming back" [2022-03-16T07:07:48.526Z] time="2022-03-16T07:07:48Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:0f2cf4886f6e with config:&{NodeID:0f2cf4886f6e 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-16T07:07:48.526Z] time="2022-03-16T07:07:48Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:48.526Z] time="2022-03-16T07:07:48Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, added to nodes list" [2022-03-16T07:07:48.526Z] time="2022-03-16T07:07:48Z" level=info msg="node 2 coming back" [2022-03-16T07:07:48.526Z] time="2022-03-16T07:07:48Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:90b1bef8bbdc with config:&{NodeID:90b1bef8bbdc 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-16T07:07:48.526Z] time="2022-03-16T07:07:48Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:48.526Z] time="2022-03-16T07:07:48Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, added to nodes list" [2022-03-16T07:07:48.526Z] time="2022-03-16T07:07:48Z" level=warning msg="memberlist: Was able to connect to c43271b2ef3a but other probes failed, network may be misconfigured" [2022-03-16T07:07:48.982Z] time="2022-03-16T07:07:48Z" level=debug msg="memberlist: Failed ping: 3137a464667f (timeout reached)" [2022-03-16T07:07:48.982Z] time="2022-03-16T07:07:48Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.18.73.220:10036: use of closed network connection" [2022-03-16T07:07:48.982Z] time="2022-03-16T07:07:48Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49396" [2022-03-16T07:07:49.349Z] --- PASS: TestAuthZPluginAllowRequest (1.36s) [2022-03-16T07:07:49.349Z] === RUN TestAuthZPluginTLS [2022-03-16T07:07:49.438Z] time="2022-03-16T07:07:49Z" level=warning msg="memberlist: Was able to connect to 3137a464667f but other probes failed, network may be misconfigured" [2022-03-16T07:07:49.912Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-03-16T07:07:49.912Z] === RUN TestAuthZPluginDenyRequest [2022-03-16T07:07:50.168Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-16T07:07:50.424Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-03-16T07:07:50.424Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-16T07:07:50.665Z] Removing intermediate container 15437f778063 [2022-03-16T07:07:50.665Z] ---> aa23c237a890 [2022-03-16T07:07:50.665Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-16T07:07:50.665Z] ---> Running in d9a10a7cd15d [2022-03-16T07:07:50.665Z] Removing intermediate container d9a10a7cd15d [2022-03-16T07:07:50.665Z] ---> 9f444811c410 [2022-03-16T07:07:50.665Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-16T07:07:50.665Z] ---> Running in bf0bc67f35a3 [2022-03-16T07:07:50.988Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-16T07:07:50.988Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-16T07:07:50.988Z] === RUN TestAuthZPluginDenyResponse [2022-03-16T07:07:51.145Z] Removing intermediate container bf0bc67f35a3 [2022-03-16T07:07:51.145Z] ---> 3080ca3fa493 [2022-03-16T07:07:51.145Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-16T07:07:51.551Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-16T07:07:51.551Z] === RUN TestAuthZPluginAllowEventStream [2022-03-16T07:07:51.606Z] time="2022-03-16T07:07:51Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.73.220:10033 172.18.73.220:10034 172.18.73.220:10035]" [2022-03-16T07:07:52.062Z] time="2022-03-16T07:07:51Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.73.220:10033 172.18.73.220:10034 172.18.73.220:10035]" [2022-03-16T07:07:52.113Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-16T07:07:52.212Z] [2022-03-16T07:07:52.342Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-16T07:07:52.342Z] Copying nested executables into bundles/binary-daemon [2022-03-16T07:07:52.342Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-16T07:07:52.342Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T07:07:52.342Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-16T07:07:52.342Z] [2022-03-16T07:07:52.370Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-16T07:07:52.516Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10033" [2022-03-16T07:07:52.516Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49397" [2022-03-16T07:07:52.516Z] time="2022-03-16T07:07:52Z" level=info msg="Node 3137a464667f/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.516Z] time="2022-03-16T07:07:52Z" level=info msg="Node b1883037c00e/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.516Z] time="2022-03-16T07:07:52Z" level=info msg="Node 3137a464667f/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.516Z] time="2022-03-16T07:07:52Z" level=info msg="Node c43271b2ef3a/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.516Z] time="2022-03-16T07:07:52Z" level=info msg="Node c43271b2ef3a/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.516Z] time="2022-03-16T07:07:52Z" level=info msg="Node b1883037c00e/172.18.73.220, is the new incarnation of the shutdown node 2ecaa95d21b8/172.18.73.220" [2022-03-16T07:07:52.516Z] time="2022-03-16T07:07:52Z" level=info msg="Node b1883037c00e/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10034" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49398" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 3137a464667f/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 3137a464667f/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node b1883037c00e/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node b1883037c00e/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node c43271b2ef3a/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node c43271b2ef3a/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, is the new incarnation of the shutdown node 7574845881d1/172.18.73.220" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49399" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10035" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 3137a464667f/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 3137a464667f/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node b1883037c00e/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node b1883037c00e/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node c43271b2ef3a/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node c43271b2ef3a/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, is the new incarnation of the shutdown node f469af78924b/172.18.73.220" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node b1883037c00e/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node b1883037c00e/172.18.73.220, is the new incarnation of the shutdown node 2ecaa95d21b8/172.18.73.220" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node b1883037c00e/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, is the new incarnation of the shutdown node 7574845881d1/172.18.73.220" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.517Z] time="2022-03-16T07:07:52Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.690Z] ---> e0d1c2adc2d8 [2022-03-16T07:07:52.690Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [Pipeline] } [Pipeline] // stage [2022-03-16T07:07:52.933Z] --- PASS: TestAuthZPluginAllowEventStream (1.42s) [2022-03-16T07:07:52.933Z] === RUN TestAuthZPluginErrorResponse [2022-03-16T07:07:52.933Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, joined gossip cluster" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, is the new incarnation of the shutdown node f469af78924b/172.18.73.220" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, added to nodes list" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10033" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49400" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10034" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49401" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.73.220:10035" [2022-03-16T07:07:52.973Z] time="2022-03-16T07:07:52Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49402" [2022-03-16T07:07:53.168Z] ---> Running in 8247aacee48d [2022-03-16T07:07:53.235Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 -e DOCKER_GRAPHDRIVER docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 hack/make.sh cross [2022-03-16T07:07:53.436Z] 2022/03/16 07:07:53 Closing DB instances... [2022-03-16T07:07:53.436Z] time="2022-03-16T07:07:53Z" level=info msg="Node b1883037c00e change state NodeActive --> NodeLeft" [2022-03-16T07:07:53.436Z] time="2022-03-16T07:07:53Z" level=info msg="node5(3137a464667f): Node leave event for b1883037c00e/172.18.73.220" [2022-03-16T07:07:53.436Z] time="2022-03-16T07:07:53Z" level=info msg="Node b1883037c00e change state NodeActive --> NodeLeft" [2022-03-16T07:07:53.436Z] time="2022-03-16T07:07:53Z" level=info msg="Node b1883037c00e change state NodeActive --> NodeLeft" [2022-03-16T07:07:53.436Z] time="2022-03-16T07:07:53Z" level=info msg="node2(0f2cf4886f6e): Node leave event for b1883037c00e/172.18.73.220" [2022-03-16T07:07:53.436Z] time="2022-03-16T07:07:53Z" level=info msg="node3(90b1bef8bbdc): Node leave event for b1883037c00e/172.18.73.220" [2022-03-16T07:07:53.436Z] time="2022-03-16T07:07:53Z" level=info msg="Node b1883037c00e change state NodeActive --> NodeLeft" [2022-03-16T07:07:53.436Z] time="2022-03-16T07:07:53Z" level=info msg="node4(c43271b2ef3a): Node leave event for b1883037c00e/172.18.73.220" [2022-03-16T07:07:53.436Z] time="2022-03-16T07:07:53Z" level=info msg="Node b1883037c00e change state NodeActive --> NodeLeft" [2022-03-16T07:07:53.436Z] time="2022-03-16T07:07:53Z" level=info msg="node1(b1883037c00e): Node leave event for b1883037c00e/172.18.73.220" [2022-03-16T07:07:53.492Z] [2022-03-16T07:07:53.496Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-03-16T07:07:53.496Z] === RUN TestAuthZPluginErrorRequest [2022-03-16T07:07:53.748Z] Removing bundles/ [2022-03-16T07:07:53.748Z] [2022-03-16T07:07:53.748Z] ---> Making bundle: cross (in bundles/cross) [2022-03-16T07:07:53.748Z] Cross building: bundles/cross/linux/amd64 [2022-03-16T07:07:53.748Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-16T07:07:53.748Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-16T07:07:53.752Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="Node b1883037c00e/172.18.73.220, left gossip cluster" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="Node b1883037c00e/172.18.73.220, left gossip cluster" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="Node b1883037c00e/172.18.73.220, left gossip cluster" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="Node b1883037c00e/172.18.73.220, left gossip cluster" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="Node b1883037c00e/172.18.73.220, left gossip cluster" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="Node 0f2cf4886f6e change state NodeActive --> NodeLeft" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="node5(3137a464667f): Node leave event for 0f2cf4886f6e/172.18.73.220" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="Node 0f2cf4886f6e change state NodeActive --> NodeLeft" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="node4(c43271b2ef3a): Node leave event for 0f2cf4886f6e/172.18.73.220" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="Node 0f2cf4886f6e change state NodeActive --> NodeLeft" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="node3(90b1bef8bbdc): Node leave event for 0f2cf4886f6e/172.18.73.220" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="Node 0f2cf4886f6e change state NodeActive --> NodeLeft" [2022-03-16T07:07:53.891Z] time="2022-03-16T07:07:53Z" level=info msg="node2(0f2cf4886f6e): Node leave event for 0f2cf4886f6e/172.18.73.220" [2022-03-16T07:07:54.008Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-03-16T07:07:54.008Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:53Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, left gossip cluster" [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:53Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, left gossip cluster" [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:53Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, left gossip cluster" [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:53Z" level=info msg="Node 0f2cf4886f6e/172.18.73.220, left gossip cluster" [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:54Z" level=info msg="Node 90b1bef8bbdc change state NodeActive --> NodeLeft" [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:54Z" level=info msg="node4(c43271b2ef3a): Node leave event for 90b1bef8bbdc/172.18.73.220" [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:54Z" level=info msg="Node 90b1bef8bbdc change state NodeActive --> NodeLeft" [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:54Z" level=info msg="node5(3137a464667f): Node leave event for 90b1bef8bbdc/172.18.73.220" [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:54Z" level=info msg="Node 90b1bef8bbdc change state NodeActive --> NodeLeft" [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:54Z" level=info msg="node3(90b1bef8bbdc): Node leave event for 90b1bef8bbdc/172.18.73.220" [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:54Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, left gossip cluster" [2022-03-16T07:07:54.347Z] time="2022-03-16T07:07:54Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, left gossip cluster" [2022-03-16T07:07:54.570Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-03-16T07:07:54.570Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-16T07:07:54.802Z] time="2022-03-16T07:07:54Z" level=info msg="Node 90b1bef8bbdc/172.18.73.220, left gossip cluster" [2022-03-16T07:07:54.802Z] time="2022-03-16T07:07:54Z" level=debug msg="memberlist: Failed ping: 90b1bef8bbdc (timeout reached)" [2022-03-16T07:07:54.802Z] time="2022-03-16T07:07:54Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.18.73.220:10037: use of closed network connection" [2022-03-16T07:07:54.802Z] time="2022-03-16T07:07:54Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.18.73.220:10036: use of closed network connection" [2022-03-16T07:07:54.802Z] time="2022-03-16T07:07:54Z" level=debug msg="memberlist: Stream connection from=172.18.73.220:49403" [2022-03-16T07:07:54.827Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-16T07:07:55.257Z] time="2022-03-16T07:07:55Z" level=info msg="Node c43271b2ef3a change state NodeActive --> NodeLeft" [2022-03-16T07:07:55.258Z] time="2022-03-16T07:07:55Z" level=info msg="node5(3137a464667f): Node leave event for c43271b2ef3a/172.18.73.220" [2022-03-16T07:07:55.258Z] time="2022-03-16T07:07:55Z" level=info msg="Node c43271b2ef3a change state NodeActive --> NodeLeft" [2022-03-16T07:07:55.258Z] time="2022-03-16T07:07:55Z" level=info msg="node4(c43271b2ef3a): Node leave event for c43271b2ef3a/172.18.73.220" [2022-03-16T07:07:55.258Z] time="2022-03-16T07:07:55Z" level=warning msg="memberlist: Was able to connect to 90b1bef8bbdc but other probes failed, network may be misconfigured" [2022-03-16T07:07:55.713Z] time="2022-03-16T07:07:55Z" level=info msg="Node c43271b2ef3a/172.18.73.220, left gossip cluster" [2022-03-16T07:07:55.758Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-16T07:07:56.014Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-16T07:07:56.168Z] time="2022-03-16T07:07:55Z" level=info msg="Node c43271b2ef3a/172.18.73.220, left gossip cluster" [2022-03-16T07:07:56.578Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.94s) [2022-03-16T07:07:56.578Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-16T07:07:56.623Z] time="2022-03-16T07:07:56Z" level=info msg="Node 3137a464667f/172.18.73.220, left gossip cluster" [2022-03-16T07:07:56.623Z] time="2022-03-16T07:07:56Z" level=info msg="Node 3137a464667f change state NodeActive --> NodeFailed" [2022-03-16T07:07:56.623Z] time="2022-03-16T07:07:56Z" level=info msg="Node 3137a464667f/172.18.73.220, added to failed nodes list" [2022-03-16T07:07:56.623Z] --- PASS: TestNetworkDBIslands (12.28s) [2022-03-16T07:07:56.623Z] PASS [2022-03-16T07:07:56.623Z] coverage: 60.0% of statements [2022-03-16T07:07:56.623Z] ok github.com/docker/docker/libnetwork/networkdb 104.007s coverage: 60.0% of statements [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/quota [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/rootless [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-16T07:07:56.623Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-16T07:07:56.624Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-16T07:07:56.624Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-16T07:07:56.624Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-16T07:07:56.624Z] ? github.com/docker/docker/volume [no test files] [2022-03-16T07:07:56.624Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-16T07:07:56.624Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-16T07:07:58.492Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.96s) [2022-03-16T07:07:58.492Z] === RUN TestAuthZPluginHeader [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === Skipped [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-16T07:07:58.793Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-16T07:07:58.793Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-16T07:07:58.793Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-03-16T07:07:58.793Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-16T07:07:58.793Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-16T07:07:58.793Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-16T07:07:58.793Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-16T07:07:58.793Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-16T07:07:58.793Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-16T07:07:58.793Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-16T07:07:58.793Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-16T07:07:58.793Z] daemon_test.go:145: root required [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-16T07:07:58.793Z] reload_test.go:342: root required [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-16T07:07:58.793Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-16T07:07:58.793Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-16T07:07:58.793Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-16T07:07:58.793Z] download_test.go:267: Needs fixing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-16T07:07:58.793Z] layer_test.go:291: Failing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-16T07:07:58.793Z] layer_test.go:340: Failing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-16T07:07:58.793Z] layer_test.go:455: Failing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-16T07:07:58.793Z] layer_test.go:684: Failing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-16T07:07:58.793Z] migration_test.go:45: Failing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-16T07:07:58.793Z] migration_test.go:181: Failing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-16T07:07:58.793Z] mount_test.go:17: Failing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-16T07:07:58.793Z] mount_test.go:76: Failing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-16T07:07:58.793Z] mount_test.go:125: Failing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-16T07:07:58.793Z] mount_test.go:212: Failing on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-16T07:07:58.793Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-16T07:07:58.793Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-16T07:07:58.793Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-16T07:07:58.793Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-16T07:07:58.793Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-16T07:07:58.793Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-16T07:07:58.793Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-16T07:07:58.793Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-16T07:07:58.793Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-16T07:07:58.793Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-16T07:07:58.793Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-16T07:07:58.793Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-16T07:07:58.793Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-16T07:07:58.793Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-16T07:07:58.793Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-16T07:07:58.793Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-16T07:07:58.793Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-16T07:07:58.793Z] archive_test.go:133: Xz not present in msys2 [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-16T07:07:58.793Z] archive_test.go:140: zstd not installed [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-16T07:07:58.793Z] archive_test.go:252: Failing on Windows CI machines [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-16T07:07:58.793Z] archive_windows_test.go:16: Currently fails [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-16T07:07:58.793Z] changes_test.go:195: needs more investigation [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-16T07:07:58.793Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-16T07:07:58.793Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-16T07:07:58.793Z] changes_test.go:432: needs further investigation [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-16T07:07:58.793Z] changes_test.go:468: needs further investigation [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-16T07:07:58.793Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-16T07:07:58.793Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-16T07:07:58.793Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-16T07:07:58.793Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-16T07:07:58.793Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-16T07:07:58.793Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-16T07:07:58.793Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-16T07:07:58.793Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-16T07:07:58.793Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-16T07:07:58.793Z] poller_test.go:40: No chmod on Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-16T07:07:58.793Z] fileutils_test.go:133: Needs porting to Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-16T07:07:58.793Z] fileutils_test.go:179: Needs porting to Windows [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-16T07:07:58.793Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-16T07:07:58.793Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-16T07:07:58.793Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-16T07:07:58.793Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-16T07:07:58.793Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-16T07:07:58.793Z] [2022-03-16T07:07:58.793Z] DONE 2077 tests, 70 skipped in 267.457s [2022-03-16T07:07:59.055Z] --- PASS: TestAuthZPluginHeader (0.77s) [2022-03-16T07:07:59.055Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-16T07:07:59.055Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-16T07:07:59.249Z] INFO: make.ps1 ended at 03/16/2022 07:07:58 [2022-03-16T07:07:59.311Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-16T07:07:59.568Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-16T07:07:59.568Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-16T07:07:59.568Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-16T07:07:59.825Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-16T07:08:00.388Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-16T07:08:00.388Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-16T07:08:01.319Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-16T07:08:01.422Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-16T07:08:01.422Z] INFO: Unit tests ended at 03/16/2022 07:08:00. Duration:00:04:42.2267957 [2022-03-16T07:08:01.422Z] INFO: Building busybox [2022-03-16T07:08:01.422Z] Sending build context to Docker daemon 5.12kB [2022-03-16T07:08:01.422Z] [2022-03-16T07:08:01.422Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-16T07:08:01.422Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-16T07:08:01.422Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-16T07:08:01.422Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-16T07:08:01.422Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-16T07:08:01.422Z] ---> 02f938cacc3b [2022-03-16T07:08:01.422Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-16T07:08:01.422Z] ---> Running in 03971f52774d [2022-03-16T07:08:03.724Z] Removing intermediate container 8247aacee48d [2022-03-16T07:08:03.725Z] ---> 189a10b54838 [2022-03-16T07:08:03.725Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-16T07:08:03.725Z] ---> Running in 27d6f82449da [2022-03-16T07:08:03.841Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.36s) [2022-03-16T07:08:03.841Z] === RUN TestAuthZPluginV2Disable [2022-03-16T07:08:04.098Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-16T07:08:05.025Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-16T07:08:05.323Z] [2022-03-16T07:08:05.323Z] SUCCESS: Specified value was saved. [2022-03-16T07:08:05.588Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-16T07:08:06.152Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-16T07:08:06.716Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-16T07:08:07.211Z] Removing intermediate container 03971f52774d [2022-03-16T07:08:07.211Z] ---> c644d8642964 [2022-03-16T07:08:07.211Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-16T07:08:07.211Z] ---> Running in 1290ac07e44f [2022-03-16T07:08:07.211Z] Removing intermediate container 1290ac07e44f [2022-03-16T07:08:07.211Z] ---> 3617b9d33b5d [2022-03-16T07:08:07.211Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-16T07:08:07.211Z] ---> Running in fb8dda8a3404 [2022-03-16T07:08:07.211Z] Removing intermediate container fb8dda8a3404 [2022-03-16T07:08:07.211Z] ---> e7ea287d9bf7 [2022-03-16T07:08:07.211Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-16T07:08:07.280Z] --- PASS: TestAuthZPluginV2Disable (3.82s) [2022-03-16T07:08:07.280Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-16T07:08:07.843Z] === RUN TestDockerSuite/TestBuildUser [2022-03-16T07:08:08.758Z] [2022-03-16T07:08:09.199Z] Removing intermediate container 27d6f82449da [2022-03-16T07:08:09.199Z] ---> 3389b9b7e356 [2022-03-16T07:08:09.199Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-16T07:08:09.199Z] ---> Running in 927e6e1eb163 [2022-03-16T07:08:09.208Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-16T07:08:09.731Z] ---> b1c242e2ec12 [2022-03-16T07:08:09.731Z] 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-16T07:08:09.731Z] ---> Running in 572170d45ecb [2022-03-16T07:08:11.101Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.38s) [2022-03-16T07:08:11.101Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-16T07:08:11.668Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-16T07:08:11.922Z] 4612f6d0b889: Pull complete [2022-03-16T07:08:12.597Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-16T07:08:14.053Z] Cannot create a file when that file already exists. [2022-03-16T07:08:15.125Z] docker_api_swarm_test.go:272: [d9a94574b068f] joining swarm manager [d95bc891a49ec]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:08:16.495Z] docker_api_swarm_test.go:273: [dc83b4506a216] joining swarm manager [d95bc891a49ec]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:08:20.042Z] Removing intermediate container 927e6e1eb163 [2022-03-16T07:08:20.042Z] ---> c46231ffae3b [2022-03-16T07:08:20.042Z] Step 13/13 : CMD ["sh"] [2022-03-16T07:08:20.042Z] ---> Running in b76c9596e697 [2022-03-16T07:08:20.042Z] Removing intermediate container b76c9596e697 [2022-03-16T07:08:20.042Z] ---> 0518ca8d9865 [2022-03-16T07:08:20.042Z] Successfully built 0518ca8d9865 [2022-03-16T07:08:20.042Z] Successfully tagged busybox:latest [2022-03-16T07:08:20.042Z] INFO: Docker images of the daemon under test [2022-03-16T07:08:20.042Z] [2022-03-16T07:08:20.042Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-16T07:08:20.042Z] busybox latest 0518ca8d9865 Less than a second ago 5.01GB [2022-03-16T07:08:20.042Z] microsoft/windowsservercore latest 02f938cacc3b 13 days ago 4.96GB [2022-03-16T07:08:20.042Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 13 days ago 4.96GB [2022-03-16T07:08:20.042Z] [2022-03-16T07:08:20.042Z] INFO: Running integration tests at 03/16/2022 07:08:19... [2022-03-16T07:08:20.042Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-16T07:08:20.042Z] INFO: Integration API tests being run from the host: [2022-03-16T07:08:20.063Z] Removing intermediate container 572170d45ecb [2022-03-16T07:08:20.063Z] ---> a05accda14c0 [2022-03-16T07:08:20.063Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-16T07:08:20.063Z] ---> Running in 84f1eb2aa2ea [2022-03-16T07:08:20.523Z] [2022-03-16T07:08:20.523Z] SUCCESS: Specified value was saved. [2022-03-16T07:08:20.529Z] INFO: make.ps1 starting at 03/16/2022 07:08:20 [2022-03-16T07:08:21.547Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-16T07:08:22.993Z] Removing intermediate container 84f1eb2aa2ea [2022-03-16T07:08:22.993Z] ---> 4d79f59ec1cd [2022-03-16T07:08:22.993Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-16T07:08:23.453Z] ---> Running in 0af34299d6a0 [2022-03-16T07:08:24.616Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.50s) [2022-03-16T07:08:24.616Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-16T07:08:25.544Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-16T07:08:26.105Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-16T07:08:26.361Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-16T07:08:26.923Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-16T07:08:27.178Z] Cannot create a file when that file already exists. [2022-03-16T07:08:27.487Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-16T07:08:28.417Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-16T07:08:28.418Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-16T07:08:28.418Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-16T07:08:28.418Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-16T07:08:28.418Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-16T07:08:28.418Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-16T07:08:28.418Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-16T07:08:28.418Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-16T07:08:28.418Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-16T07:08:29.788Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-16T07:08:29.788Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-16T07:08:30.045Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-16T07:08:30.608Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-16T07:08:31.171Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-16T07:08:31.171Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-16T07:08:32.991Z] Removing intermediate container 0af34299d6a0 [2022-03-16T07:08:32.991Z] ---> 7cee5c252997 [2022-03-16T07:08:32.991Z] Step 13/13 : CMD ["sh"] [2022-03-16T07:08:32.991Z] ---> Running in 51c2c99a09e7 [2022-03-16T07:08:32.991Z] Removing intermediate container 51c2c99a09e7 [2022-03-16T07:08:32.991Z] ---> 800866037c06 [2022-03-16T07:08:32.991Z] Successfully built 800866037c06 [2022-03-16T07:08:32.991Z] Successfully tagged busybox:latest [2022-03-16T07:08:32.991Z] INFO: Docker images of the daemon under test [2022-03-16T07:08:32.991Z] [2022-03-16T07:08:32.991Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-16T07:08:32.991Z] busybox latest 800866037c06 Less than a second ago 5.01GB [2022-03-16T07:08:32.991Z] microsoft/windowsservercore latest 02f938cacc3b 13 days ago 4.96GB [2022-03-16T07:08:32.991Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 13 days ago 4.96GB [2022-03-16T07:08:32.991Z] [2022-03-16T07:08:32.991Z] INFO: Running integration tests at 03/16/2022 07:08:32... [2022-03-16T07:08:32.991Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-16T07:08:32.991Z] INFO: Integration API tests being run from the host: [2022-03-16T07:08:32.991Z] INFO: make.ps1 starting at 03/16/2022 07:08:32 [2022-03-16T07:08:33.062Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-16T07:08:33.979Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-16T07:08:33.995Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-16T07:08:33.995Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-16T07:08:34.924Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-16T07:08:35.180Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-16T07:08:35.744Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-16T07:08:35.744Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-16T07:08:35.744Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-16T07:08:36.673Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-16T07:08:38.039Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-16T07:08:38.039Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-16T07:08:38.039Z] docker_cli_sni_test.go:18: Flakey test [2022-03-16T07:08:38.039Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-16T07:08:38.602Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-16T07:08:38.870Z] === RUN TestDockerSuite/TestCommitChange [2022-03-16T07:08:39.805Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-16T07:08:40.367Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-16T07:08:40.930Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-16T07:08:40.930Z] PASS [2022-03-16T07:08:40.930Z] [2022-03-16T07:08:40.930Z] DONE 17 tests in 53.020s [2022-03-16T07:08:40.930Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-16T07:08:40.930Z] ++ 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-16T07:08:40.930Z] ++ set -e [2022-03-16T07:08:40.930Z] ++ '[' -n 0 ']' [2022-03-16T07:08:40.930Z] ++ set -x [2022-03-16T07:08:40.930Z] ++ 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-16T07:08:40.930Z] INFO: Testing against a local daemon [2022-03-16T07:08:40.930Z] === RUN TestPluginInvalidJSON [2022-03-16T07:08:40.930Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:08:40.930Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:08:40.930Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:08:40.930Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-16T07:08:40.930Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-16T07:08:40.930Z] === RUN TestPluginInstall [2022-03-16T07:08:40.930Z] === RUN TestPluginInstall/no_auth [2022-03-16T07:08:41.491Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-16T07:08:42.422Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-16T07:08:43.350Z] time="2022-03-16T07:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:08:43.350Z] time="2022-03-16T07:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9bebcdd8d8f7b2db23283a1ae5adba7695f7fe820257e2985e6daece0f55958b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:08:43.350Z] time="2022-03-16T07:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:08:43.350Z] time="2022-03-16T07:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9bebcdd8d8f7b2db23283a1ae5adba7695f7fe820257e2985e6daece0f55958b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:08:43.350Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-16T07:08:43.350Z] === RUN TestPluginInstall/with_htpasswd [2022-03-16T07:08:43.913Z] time="2022-03-16T07:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:08:43.913Z] time="2022-03-16T07:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:355630c3c41c68134119b42a6ec68525f6d276c3c0880dc6e7f691dc4b1b829d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:08:43.913Z] time="2022-03-16T07:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:08:43.913Z] time="2022-03-16T07:08:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:355630c3c41c68134119b42a6ec68525f6d276c3c0880dc6e7f691dc4b1b829d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:08:44.476Z] === RUN TestPluginInstall/with_insecure [2022-03-16T07:08:44.733Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-16T07:08:45.295Z] time="2022-03-16T07:08:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:08:45.295Z] time="2022-03-16T07:08:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:53c15e2f299f504c84744bd6cf33c912908defda1e1230828d480842692fe388" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:08:45.295Z] time="2022-03-16T07:08:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-16T07:08:45.295Z] time="2022-03-16T07:08:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:53c15e2f299f504c84744bd6cf33c912908defda1e1230828d480842692fe388" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-16T07:08:45.295Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-16T07:08:45.552Z] plugin_test.go:165: [d4037f03c3ecc] daemon is not started [2022-03-16T07:08:45.552Z] --- PASS: TestPluginInstall (4.64s) [2022-03-16T07:08:45.552Z] --- PASS: TestPluginInstall/no_auth (2.46s) [2022-03-16T07:08:45.552Z] --- PASS: TestPluginInstall/with_htpasswd (0.88s) [2022-03-16T07:08:45.552Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2022-03-16T07:08:45.552Z] === RUN TestPluginsWithRuntimes [2022-03-16T07:08:46.922Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-16T07:08:47.179Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-16T07:08:47.179Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-16T07:08:47.179Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-16T07:08:47.435Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-16T07:08:47.435Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-16T07:08:47.435Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-16T07:08:47.435Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-16T07:08:47.435Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-16T07:08:48.366Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-16T07:08:48.624Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-16T07:08:49.553Z] --- PASS: TestPluginsWithRuntimes (3.88s) [2022-03-16T07:08:49.553Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.02s) [2022-03-16T07:08:49.553Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.06s) [2022-03-16T07:08:49.553Z] === RUN TestPluginBackCompatMediaTypes [2022-03-16T07:08:49.810Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-16T07:08:49.810Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-16T07:08:50.375Z] --- PASS: TestPluginBackCompatMediaTypes (0.75s) [2022-03-16T07:08:50.375Z] PASS [2022-03-16T07:08:50.375Z] [2022-03-16T07:08:50.375Z] DONE 10 tests in 9.443s [2022-03-16T07:08:50.375Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-16T07:08:50.375Z] ++ 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-16T07:08:50.375Z] ++ set -e [2022-03-16T07:08:50.375Z] ++ '[' -n 0 ']' [2022-03-16T07:08:50.375Z] ++ set -x [2022-03-16T07:08:50.375Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-16T07:08:50.375Z] INFO: Testing against a local daemon [2022-03-16T07:08:50.375Z] === RUN TestExternalGraphDriver [2022-03-16T07:08:50.375Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-16T07:08:50.375Z] === RUN TestExternalGraphDriver/json [2022-03-16T07:08:50.939Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-16T07:08:51.869Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-16T07:08:52.125Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-16T07:08:52.382Z] === RUN TestExternalGraphDriver/spec [2022-03-16T07:08:52.639Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-16T07:08:52.896Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-16T07:08:52.896Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-16T07:08:53.461Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-16T07:08:53.461Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-16T07:08:53.461Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-16T07:08:53.461Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-16T07:08:53.719Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-16T07:08:54.283Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-16T07:08:54.284Z] === RUN TestExternalGraphDriver/pull [2022-03-16T07:08:54.846Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-16T07:08:55.418Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-16T07:08:55.418Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-16T07:08:55.985Z] --- PASS: TestExternalGraphDriver (5.71s) [2022-03-16T07:08:55.985Z] --- PASS: TestExternalGraphDriver/json (1.89s) [2022-03-16T07:08:55.985Z] --- PASS: TestExternalGraphDriver/spec (1.92s) [2022-03-16T07:08:55.985Z] --- PASS: TestExternalGraphDriver/pull (1.85s) [2022-03-16T07:08:55.985Z] === RUN TestGraphdriverPluginV2 [2022-03-16T07:08:56.551Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-16T07:08:57.480Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-16T07:08:57.480Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-16T07:08:57.480Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-16T07:08:58.043Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-16T07:08:58.606Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-16T07:08:59.538Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-16T07:09:00.468Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-16T07:09:00.468Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-16T07:09:01.035Z] --- PASS: TestGraphdriverPluginV2 (4.97s) [2022-03-16T07:09:01.035Z] PASS [2022-03-16T07:09:01.035Z] [2022-03-16T07:09:01.035Z] DONE 5 tests in 10.814s [2022-03-16T07:09:01.035Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-16T07:09:01.035Z] ++ 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-16T07:09:01.035Z] ++ set -e [2022-03-16T07:09:01.035Z] ++ '[' -n 0 ']' [2022-03-16T07:09:01.035Z] ++ set -x [2022-03-16T07:09:01.035Z] ++ 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-16T07:09:01.291Z] INFO: Testing against a local daemon [2022-03-16T07:09:01.292Z] === RUN TestContinueAfterPluginCrash [2022-03-16T07:09:01.292Z] === PAUSE TestContinueAfterPluginCrash [2022-03-16T07:09:01.292Z] === RUN TestReadPluginNoRead [2022-03-16T07:09:01.292Z] === PAUSE TestReadPluginNoRead [2022-03-16T07:09:01.292Z] === RUN TestDaemonStartWithLogOpt [2022-03-16T07:09:01.292Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-16T07:09:01.292Z] === CONT TestContinueAfterPluginCrash [2022-03-16T07:09:01.292Z] === CONT TestDaemonStartWithLogOpt [2022-03-16T07:09:01.292Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-16T07:09:01.856Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-16T07:09:02.112Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-16T07:09:03.043Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-16T07:09:03.043Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-16T07:09:03.974Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-16T07:09:04.538Z] docker_api_swarm_node_test.go:20: [ded31739c8719] joining swarm manager [d8221d6b7ad26]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:09:04.632Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:09:04.632Z] INFO: Testing against a local daemon [2022-03-16T07:09:04.632Z] === RUN TestBuildWithSession [2022-03-16T07:09:04.632Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T07:09:04.632Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-16T07:09:04.632Z] === RUN TestBuildSquashParent [2022-03-16T07:09:04.632Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:09:04.632Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-16T07:09:04.632Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-16T07:09:04.632Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T07:09:04.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T07:09:04.632Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T07:09:04.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T07:09:04.632Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T07:09:04.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T07:09:04.632Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T07:09:04.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T07:09:04.632Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T07:09:04.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T07:09:04.632Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T07:09:04.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T07:09:04.632Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T07:09:04.632Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T07:09:04.632Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T07:09:04.632Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T07:09:05.469Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-16T07:09:05.726Z] docker_api_swarm_node_test.go:21: [ddb603181cae7] joining swarm manager [d8221d6b7ad26]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:09:06.656Z] --- PASS: TestDaemonStartWithLogOpt (5.53s) [2022-03-16T07:09:06.656Z] === CONT TestReadPluginNoRead [2022-03-16T07:09:06.913Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-16T07:09:06.913Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-16T07:09:06.913Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-16T07:09:06.913Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-16T07:09:06.913Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-16T07:09:07.475Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-16T07:09:09.367Z] === RUN TestReadPluginNoRead/default [2022-03-16T07:09:09.854Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:09:09.854Z] INFO: Testing against a local daemon [2022-03-16T07:09:09.854Z] === RUN TestBuildWithSession [2022-03-16T07:09:09.854Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T07:09:09.854Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-16T07:09:09.854Z] === RUN TestBuildSquashParent [2022-03-16T07:09:09.854Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:09:09.854Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-16T07:09:09.854Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-16T07:09:09.854Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T07:09:09.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T07:09:09.854Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T07:09:09.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T07:09:09.854Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T07:09:09.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T07:09:09.854Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T07:09:09.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T07:09:09.854Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T07:09:09.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T07:09:09.854Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T07:09:09.854Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T07:09:09.854Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T07:09:09.854Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T07:09:09.854Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T07:09:09.854Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T07:09:10.295Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-16T07:09:11.663Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-16T07:09:11.663Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-16T07:09:11.920Z] --- PASS: TestContinueAfterPluginCrash (10.74s) [2022-03-16T07:09:12.515Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-16T07:09:13.077Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-16T07:09:13.077Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-16T07:09:13.077Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-16T07:09:13.077Z] === CONT TestReadPluginNoRead [2022-03-16T07:09:13.077Z] read_test.go:92: [d014e36dd0446] daemon is not started [2022-03-16T07:09:13.077Z] --- PASS: TestReadPluginNoRead (6.33s) [2022-03-16T07:09:13.077Z] --- PASS: TestReadPluginNoRead/default (1.25s) [2022-03-16T07:09:13.077Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.21s) [2022-03-16T07:09:13.077Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.63s) [2022-03-16T07:09:13.077Z] PASS [2022-03-16T07:09:13.077Z] [2022-03-16T07:09:13.077Z] DONE 6 tests in 12.006s [2022-03-16T07:09:13.077Z] 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-16T07:09:13.077Z] ++ 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-16T07:09:13.077Z] ++ set -e [2022-03-16T07:09:13.077Z] ++ '[' -n 0 ']' [2022-03-16T07:09:13.077Z] ++ set -x [2022-03-16T07:09:13.077Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T07:09:13.077Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-16T07:09:13.077Z] testing: warning: no tests to run [2022-03-16T07:09:13.077Z] PASS [2022-03-16T07:09:13.077Z] [2022-03-16T07:09:13.077Z] DONE 0 tests in 0.044s [2022-03-16T07:09:13.077Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-16T07:09:13.077Z] ++ 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-16T07:09:13.077Z] ++ set -e [2022-03-16T07:09:13.077Z] ++ '[' -n 0 ']' [2022-03-16T07:09:13.077Z] ++ set -x [2022-03-16T07:09:13.077Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T07:09:13.333Z] INFO: Testing against a local daemon [2022-03-16T07:09:13.333Z] === RUN TestPluginWithDevMounts [2022-03-16T07:09:13.333Z] === PAUSE TestPluginWithDevMounts [2022-03-16T07:09:13.333Z] === CONT TestPluginWithDevMounts [2022-03-16T07:09:15.222Z] --- PASS: TestPluginWithDevMounts (1.54s) [2022-03-16T07:09:15.222Z] PASS [2022-03-16T07:09:15.222Z] [2022-03-16T07:09:15.222Z] DONE 1 tests in 1.672s [2022-03-16T07:09:15.222Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-16T07:09:15.222Z] ++ 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-16T07:09:15.222Z] ++ set -e [2022-03-16T07:09:15.222Z] ++ '[' -n 0 ']' [2022-03-16T07:09:15.222Z] ++ set -x [2022-03-16T07:09:15.222Z] ++ 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-16T07:09:15.222Z] INFO: Testing against a local daemon [2022-03-16T07:09:15.222Z] === RUN TestSecretInspect [2022-03-16T07:09:15.790Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-16T07:09:16.352Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-16T07:09:16.352Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-16T07:09:17.033Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T07:09:17.033Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T07:09:17.283Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-16T07:09:17.539Z] --- PASS: TestSecretInspect (2.65s) [2022-03-16T07:09:17.539Z] === RUN TestSecretList [2022-03-16T07:09:20.810Z] --- PASS: TestSecretList (3.09s) [2022-03-16T07:09:20.810Z] === RUN TestSecretsCreateAndDelete [2022-03-16T07:09:21.066Z] docker_api_swarm_test.go:502: [d9d95b5e3b88b] joining swarm manager [d29f593e7b9d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:09:21.996Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-16T07:09:22.562Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-16T07:09:23.093Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T07:09:23.093Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T07:09:23.497Z] --- PASS: TestSecretsCreateAndDelete (2.55s) [2022-03-16T07:09:23.497Z] === RUN TestSecretsUpdate [2022-03-16T07:09:24.058Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-16T07:09:24.987Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-16T07:09:25.917Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-16T07:09:25.917Z] --- PASS: TestSecretsUpdate (2.55s) [2022-03-16T07:09:25.917Z] === RUN TestTemplatedSecret [2022-03-16T07:09:27.285Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-16T07:09:27.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-16T07:09:28.842Z] --- PASS: TestTemplatedSecret (2.85s) [2022-03-16T07:09:28.842Z] === RUN TestSecretCreateResolve [2022-03-16T07:09:29.099Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-16T07:09:29.672Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-16T07:09:29.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.26s) [2022-03-16T07:09:29.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.33s) [2022-03-16T07:09:29.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.46s) [2022-03-16T07:09:29.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (16.41s) [2022-03-16T07:09:29.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.15s) [2022-03-16T07:09:29.672Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.29s) [2022-03-16T07:09:29.672Z] === RUN TestBuildMultiStageCopy [2022-03-16T07:09:29.672Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-16T07:09:30.138Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-16T07:09:30.138Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-16T07:09:30.138Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-16T07:09:30.138Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-16T07:09:30.138Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-16T07:09:30.138Z] Cross building: bundles/cross/windows/amd64 [2022-03-16T07:09:30.138Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-16T07:09:30.138Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-16T07:09:30.466Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008b3728_} [2022-03-16T07:09:30.728Z] docker_api_swarm_test.go:507: [dab65deac26d0] joining swarm manager [d29f593e7b9d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:09:31.002Z] --- PASS: TestSecretCreateResolve (2.43s) [2022-03-16T07:09:31.002Z] PASS [2022-03-16T07:09:31.002Z] [2022-03-16T07:09:31.002Z] DONE 6 tests in 16.226s [2022-03-16T07:09:31.264Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-16T07:09:31.264Z] ++ 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-16T07:09:31.264Z] ++ set -e [2022-03-16T07:09:31.264Z] ++ '[' -n 0 ']' [2022-03-16T07:09:31.264Z] ++ set -x [2022-03-16T07:09:31.264Z] ++ 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-16T07:09:31.264Z] INFO: Testing against a local daemon [2022-03-16T07:09:31.264Z] === RUN TestServiceCreateInit [2022-03-16T07:09:31.264Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-16T07:09:32.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1642298149_/foo_false____} [2022-03-16T07:09:33.563Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1642298149_/foo_true____} [2022-03-16T07:09:34.930Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33928695020_/foo_false____} [2022-03-16T07:09:35.186Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-16T07:09:35.867Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-16T07:09:35.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (21.56s) [2022-03-16T07:09:35.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (21.61s) [2022-03-16T07:09:35.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (21.80s) [2022-03-16T07:09:35.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (21.90s) [2022-03-16T07:09:35.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.53s) [2022-03-16T07:09:35.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.56s) [2022-03-16T07:09:35.867Z] === RUN TestBuildMultiStageCopy [2022-03-16T07:09:35.867Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-16T07:09:36.555Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33928695020_/foo_true____} [2022-03-16T07:09:36.836Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-16T07:09:36.836Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-16T07:09:37.822Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-16T07:09:37.925Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33928695020_/foo_true__0xc0008b3758__} [2022-03-16T07:09:39.292Z] --- PASS: TestServiceCreateInit (7.79s) [2022-03-16T07:09:39.292Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.99s) [2022-03-16T07:09:39.292Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.78s) [2022-03-16T07:09:39.292Z] === RUN TestCreateServiceMultipleTimes [2022-03-16T07:09:39.292Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008b3770_} [2022-03-16T07:09:39.388Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-16T07:09:40.375Z] --- PASS: TestBuildMultiStageCopy (12.27s) [2022-03-16T07:09:40.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.08s) [2022-03-16T07:09:40.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.79s) [2022-03-16T07:09:40.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.95s) [2022-03-16T07:09:40.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.11s) [2022-03-16T07:09:40.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.33s) [2022-03-16T07:09:40.375Z] === RUN TestBuildMultiStageParentConfig [2022-03-16T07:09:40.660Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008b3788_} [2022-03-16T07:09:42.027Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008b37a0_} [2022-03-16T07:09:42.589Z] --- PASS: TestBuildMultiStageParentConfig (2.38s) [2022-03-16T07:09:42.589Z] === RUN TestBuildLabelWithTargets [2022-03-16T07:09:42.589Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:09:42.589Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-16T07:09:42.589Z] === RUN TestBuildWithEmptyLayers [2022-03-16T07:09:43.919Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008b37b8_} [2022-03-16T07:09:44.155Z] --- PASS: TestBuildWithEmptyLayers (1.39s) [2022-03-16T07:09:44.155Z] === RUN TestBuildMultiStageOnBuild [2022-03-16T07:09:45.287Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-16T07:09:46.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-16T07:09:46.472Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-16T07:09:46.472Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-16T07:09:46.547Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-16T07:09:47.037Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-16T07:09:48.674Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-16T07:09:48.997Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-16T07:09:49.706Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-16T07:09:50.384Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-16T07:09:51.342Z] --- PASS: TestBuildMultiStageCopy (16.75s) [2022-03-16T07:09:51.342Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.50s) [2022-03-16T07:09:51.342Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.01s) [2022-03-16T07:09:51.342Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.19s) [2022-03-16T07:09:51.342Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.41s) [2022-03-16T07:09:51.342Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.64s) [2022-03-16T07:09:51.342Z] === RUN TestBuildMultiStageParentConfig [2022-03-16T07:09:52.277Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-16T07:09:52.839Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-16T07:09:53.095Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-16T07:09:53.658Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-16T07:09:53.915Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-16T07:09:54.407Z] --- PASS: TestBuildMultiStageParentConfig (2.95s) [2022-03-16T07:09:54.407Z] === RUN TestBuildLabelWithTargets [2022-03-16T07:09:54.407Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:09:54.407Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-16T07:09:54.407Z] === RUN TestBuildWithEmptyLayers [2022-03-16T07:09:54.478Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-16T07:09:55.043Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-16T07:09:55.971Z] --- PASS: TestCreateServiceMultipleTimes (16.68s) [2022-03-16T07:09:55.971Z] === RUN TestCreateServiceConflict [2022-03-16T07:09:55.971Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-16T07:09:56.042Z] --- PASS: TestBuildWithEmptyLayers (1.65s) [2022-03-16T07:09:56.042Z] === RUN TestBuildMultiStageOnBuild [2022-03-16T07:09:56.534Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-16T07:09:56.653Z] --- PASS: TestBuildMultiStageOnBuild (11.73s) [2022-03-16T07:09:56.653Z] === RUN TestBuildUncleanTarFilenames [2022-03-16T07:09:56.653Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:09:56.653Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-16T07:09:56.653Z] === RUN TestBuildMultiStageLayerLeak [2022-03-16T07:09:57.097Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-16T07:09:58.026Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-16T07:09:58.282Z] --- PASS: TestCreateServiceConflict (2.49s) [2022-03-16T07:09:58.282Z] === RUN TestCreateServiceMaxReplicas [2022-03-16T07:09:58.538Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-16T07:09:59.361Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-16T07:09:59.925Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-16T07:10:00.854Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-16T07:10:01.417Z] --- PASS: TestCreateServiceMaxReplicas (3.25s) [2022-03-16T07:10:01.417Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-16T07:10:01.674Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-16T07:10:02.603Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-16T07:10:03.532Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-16T07:10:03.788Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-16T07:10:04.351Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-16T07:10:04.351Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-16T07:10:05.280Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-16T07:10:05.843Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-16T07:10:06.100Z] docker_api_swarm_node_test.go:81: [d5977ed87951f] joining swarm manager [d3527f8009f60]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:10:06.668Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-16T07:10:07.030Z] --- PASS: TestBuildMultiStageLayerLeak (11.18s) [2022-03-16T07:10:07.030Z] === RUN TestBuildWithHugeFile [2022-03-16T07:10:07.240Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-16T07:10:08.169Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-16T07:10:09.537Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-16T07:10:10.100Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-16T07:10:11.469Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-16T07:10:14.122Z] --- PASS: TestBuildMultiStageOnBuild (16.78s) [2022-03-16T07:10:14.122Z] === RUN TestBuildUncleanTarFilenames [2022-03-16T07:10:14.122Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:10:14.122Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-16T07:10:14.122Z] === RUN TestBuildMultiStageLayerLeak [2022-03-16T07:10:15.643Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-16T07:10:15.643Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.20s) [2022-03-16T07:10:15.643Z] === RUN TestCreateServiceSecretFileMode [2022-03-16T07:10:17.536Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-16T07:10:18.099Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-16T07:10:19.466Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-16T07:10:21.364Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-16T07:10:21.622Z] docker_api_swarm_node_test.go:53: [d85c2129b8718] joining swarm manager [db438332a0b0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:10:22.552Z] docker_api_swarm_node_test.go:54: [dc3aa2bea1c02] joining swarm manager [db438332a0b0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:10:23.482Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-16T07:10:23.739Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-16T07:10:26.903Z] --- PASS: TestBuildMultiStageLayerLeak (13.90s) [2022-03-16T07:10:26.903Z] === RUN TestBuildWithHugeFile [2022-03-16T07:10:27.010Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-16T07:10:27.010Z] === RUN TestDockerSuite/TestCpToDot [2022-03-16T07:10:27.582Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-16T07:10:28.519Z] --- PASS: TestCreateServiceSecretFileMode (12.61s) [2022-03-16T07:10:28.519Z] === RUN TestCreateServiceConfigFileMode [2022-03-16T07:10:28.776Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-16T07:10:29.704Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-16T07:10:30.635Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-16T07:10:31.564Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-16T07:10:31.821Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-16T07:10:32.385Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-16T07:10:32.951Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-16T07:10:33.207Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-16T07:10:33.207Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-16T07:10:33.463Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-16T07:10:34.026Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-16T07:10:34.026Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-16T07:10:34.026Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-16T07:10:34.026Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-16T07:10:34.587Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-16T07:10:34.587Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-16T07:10:34.844Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-16T07:10:34.844Z] === RUN TestDockerSuite/TestCreateRM [2022-03-16T07:10:34.844Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-16T07:10:34.844Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-16T07:10:34.844Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-16T07:10:34.844Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-16T07:10:35.100Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-16T07:10:36.468Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-16T07:10:36.468Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-16T07:10:36.468Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-16T07:10:39.739Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-16T07:10:39.739Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-16T07:10:39.739Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-16T07:10:39.739Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-16T07:10:39.739Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-16T07:10:39.739Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-16T07:10:39.996Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-16T07:10:40.925Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-16T07:10:41.181Z] --- PASS: TestCreateServiceConfigFileMode (12.96s) [2022-03-16T07:10:41.181Z] === RUN TestCreateServiceSysctls [2022-03-16T07:10:41.437Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-16T07:10:42.804Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-16T07:10:44.175Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-16T07:10:44.739Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-16T07:10:44.739Z] --- PASS: TestCreateServiceSysctls (3.59s) [2022-03-16T07:10:44.739Z] === RUN TestCreateServiceCapabilities [2022-03-16T07:10:45.304Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-16T07:10:45.304Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-16T07:10:45.882Z] === RUN TestDockerSuite/TestDockerFails [2022-03-16T07:10:45.882Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-16T07:10:45.882Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-16T07:10:45.882Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-16T07:10:47.251Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-16T07:10:47.813Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-16T07:10:47.813Z] --- PASS: TestCreateServiceCapabilities (3.08s) [2022-03-16T07:10:47.813Z] === RUN TestInspect [2022-03-16T07:10:49.183Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-16T07:10:49.183Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-16T07:10:49.183Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-16T07:10:49.183Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-16T07:10:51.078Z] --- PASS: TestInspect (3.26s) [2022-03-16T07:10:51.078Z] === RUN TestCreateJob [2022-03-16T07:10:54.349Z] --- PASS: TestCreateJob (2.91s) [2022-03-16T07:10:54.349Z] === RUN TestReplicatedJob [2022-03-16T07:10:54.839Z] 0a6173b79e25: Pull complete [2022-03-16T07:10:54.839Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-03-16T07:10:54.839Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:10:54.839Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-16T07:10:54.839Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-16T07:10:54.839Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2686' [2022-03-16T07:10:54.839Z] WARN: Skipping validation tests [2022-03-16T07:10:54.839Z] INFO: Running unit tests at 03/16/2022 07:10:44... [2022-03-16T07:10:54.839Z] INFO: make.ps1 starting at 03/16/2022 07:10:51 [2022-03-16T07:10:54.839Z] INFO: Git commit (ce65b459ab) assumed from DOCKER_GITCOMMIT environment variable [2022-03-16T07:10:54.839Z] INFO: Invoking autogen... [2022-03-16T07:10:54.839Z] INFO: Running unit tests... [2022-03-16T07:10:54.912Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-16T07:10:55.476Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-16T07:10:58.748Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-16T07:11:00.640Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-16T07:11:00.640Z] --- PASS: TestReplicatedJob (6.55s) [2022-03-16T07:11:00.640Z] === RUN TestUpdateReplicatedJob [2022-03-16T07:11:01.202Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-16T07:11:02.132Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-16T07:11:03.061Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-16T07:11:03.993Z] docker_api_swarm_test.go:202: [d04d5cc1e83cc] joining swarm manager [d54202caee7a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:11:03.993Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-16T07:11:04.923Z] --- PASS: TestUpdateReplicatedJob (4.24s) [2022-03-16T07:11:04.923Z] === RUN TestServiceListWithStatuses=== RUN TestDockerSuite/TestEventsContainerEvents [2022-03-16T07:11:04.923Z] [2022-03-16T07:11:04.923Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-16T07:11:04.923Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-16T07:11:04.923Z] === RUN TestDockerNetworkConnectAlias [2022-03-16T07:11:05.486Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-16T07:11:05.529Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/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-16T07:11:06.079Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-16T07:11:06.546Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-16T07:11:06.546Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-16T07:11:06.546Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-16T07:11:06.546Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-16T07:11:06.546Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-16T07:11:06.546Z] remote: Enumerating objects: 23, done. [2022-03-16T07:11:06.546Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-16T07:11:06.546Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-16T07:11:06.546Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-16T07:11:06.546Z] 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-16T07:11:06.546Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-16T07:11:06.546Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-16T07:11:06.546Z] Cross building: bundles/cross/linux/ppc64le [2022-03-16T07:11:06.546Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-16T07:11:06.546Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-16T07:11:06.645Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-16T07:11:08.013Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-16T07:11:09.905Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-16T07:11:09.905Z] --- PASS: TestDockerNetworkConnectAlias (4.84s) [2022-03-16T07:11:09.905Z] === RUN TestDockerNetworkReConnect [2022-03-16T07:11:12.425Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-16T07:11:13.793Z] --- PASS: TestDockerNetworkReConnect (3.98s) [2022-03-16T07:11:13.793Z] === RUN TestServicePlugin [2022-03-16T07:11:14.721Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-16T07:11:15.651Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-16T07:11:17.019Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-16T07:11:17.951Z] plugin_test.go:61: [d468c3712a5b4] joining swarm manager [d55c0354f4e0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:11:18.314Z] ? github.com/docker/docker/api [no test files] [2022-03-16T07:11:18.879Z] plugin_test.go:64: [dbb71b29d29ff] joining swarm manager [d55c0354f4e0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:11:22.151Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-16T07:11:22.408Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-16T07:11:23.774Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-16T07:11:24.030Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-16T07:11:24.287Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-16T07:11:24.544Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-16T07:11:24.802Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-16T07:11:24.802Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-16T07:11:25.754Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-16T07:11:26.013Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-16T07:11:26.944Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-16T07:11:26.944Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-16T07:11:26.944Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-16T07:11:27.874Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-16T07:11:28.131Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-16T07:11:28.388Z] docker_api_swarm_test.go:384: [d234f962e9589] joining swarm manager [d05b020cc7564]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:11:28.950Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-16T07:11:29.512Z] docker_api_swarm_test.go:385: [daa9e9523dd93] joining swarm manager [d05b020cc7564]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:11:30.074Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-16T07:11:30.331Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-16T07:11:30.331Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-16T07:11:30.331Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-16T07:11:30.331Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-16T07:11:30.331Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-16T07:11:32.854Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-16T07:11:32.854Z] === RUN TestDockerSuite/TestEventsRename [2022-03-16T07:11:33.419Z] === RUN TestDockerSuite/TestEventsResize [2022-03-16T07:11:33.983Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-16T07:11:39.230Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-16T07:11:39.921Z] === RUN TestMiddlewares [2022-03-16T07:11:39.921Z] --- PASS: TestMiddlewares (0.00s) [2022-03-16T07:11:39.921Z] PASS [2022-03-16T07:11:39.921Z] coverage: 9.0% of statements [2022-03-16T07:11:39.921Z] ok github.com/docker/docker/api/server 0.096s coverage: 9.0% of statements [2022-03-16T07:11:40.161Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-16T07:11:40.417Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-16T07:11:43.687Z] === RUN TestDockerSuite/TestEventsTop [2022-03-16T07:11:43.687Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-16T07:11:44.614Z] --- PASS: TestServicePlugin (30.92s) [2022-03-16T07:11:44.614Z] === RUN TestServiceUpdateLabel [2022-03-16T07:11:46.504Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-16T07:11:47.080Z] --- PASS: TestServiceUpdateLabel (2.32s) [2022-03-16T07:11:47.080Z] === RUN TestServiceUpdateSecrets [2022-03-16T07:11:57.028Z] === RUN TestDockerSuite/TestExec [2022-03-16T07:11:57.590Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-16T07:11:58.158Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-16T07:11:58.720Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-16T07:11:58.976Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-16T07:12:00.343Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-16T07:12:00.600Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-16T07:12:01.163Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-16T07:12:01.727Z] --- PASS: TestServiceUpdateSecrets (14.61s) [2022-03-16T07:12:01.727Z] === RUN TestServiceUpdateConfigs [2022-03-16T07:12:01.727Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-16T07:12:02.289Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-16T07:12:02.852Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-16T07:12:03.783Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-16T07:12:03.947Z] --- PASS: TestBuildWithHugeFile (115.71s) [2022-03-16T07:12:03.947Z] === RUN TestBuildWCOWSandboxSize [2022-03-16T07:12:03.947Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T07:12:03.947Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-16T07:12:03.947Z] === RUN TestBuildWithEmptyDockerfile [2022-03-16T07:12:03.947Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:12:03.947Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:12:03.947Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:12:03.947Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:12:03.947Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:12:03.947Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:12:03.947Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:12:03.947Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:12:03.947Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:12:03.947Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-16T07:12:03.947Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-16T07:12:03.947Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2022-03-16T07:12:03.947Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-16T07:12:03.947Z] === RUN TestBuildPreserveOwnership [2022-03-16T07:12:03.947Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:12:03.947Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-16T07:12:03.947Z] === RUN TestBuildPlatformInvalid [2022-03-16T07:12:03.947Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-16T07:12:03.947Z] PASS [2022-03-16T07:12:03.947Z] ok github.com/docker/docker/integration/build 177.551s [2022-03-16T07:12:03.947Z] [2022-03-16T07:12:03.947Z] === Skipped [2022-03-16T07:12:03.947Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-16T07:12:03.947Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T07:12:03.947Z] [2022-03-16T07:12:03.947Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-16T07:12:03.947Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:03.947Z] [2022-03-16T07:12:03.947Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-16T07:12:03.947Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:12:03.947Z] [2022-03-16T07:12:03.947Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-16T07:12:03.947Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:12:03.947Z] [2022-03-16T07:12:03.947Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-16T07:12:03.947Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T07:12:03.947Z] [2022-03-16T07:12:03.947Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-16T07:12:03.947Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:12:03.947Z] [2022-03-16T07:12:03.947Z] DONE 29 tests, 6 skipped in 209.429s [2022-03-16T07:12:03.947Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-16T07:12:04.713Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-16T07:12:05.641Z] === RUN TestDockerSuite/TestExecEnv [2022-03-16T07:12:06.115Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:12:06.115Z] INFO: Testing against a local daemon [2022-03-16T07:12:06.115Z] === RUN TestConfigInspect [2022-03-16T07:12:06.115Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:06.115Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-16T07:12:06.115Z] === RUN TestConfigList [2022-03-16T07:12:06.115Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:06.115Z] --- SKIP: TestConfigList (0.00s) [2022-03-16T07:12:06.115Z] === RUN TestConfigsCreateAndDelete [2022-03-16T07:12:06.115Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:06.115Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-16T07:12:06.115Z] === RUN TestConfigsUpdate [2022-03-16T07:12:06.115Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:06.115Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-16T07:12:06.115Z] === RUN TestTemplatedConfig [2022-03-16T07:12:06.115Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:06.115Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-16T07:12:06.115Z] === RUN TestConfigCreateResolve [2022-03-16T07:12:06.115Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:12:06.115Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-16T07:12:06.115Z] PASS [2022-03-16T07:12:06.115Z] ok github.com/docker/docker/integration/config 0.103s [2022-03-16T07:12:06.115Z] [2022-03-16T07:12:06.115Z] === Skipped [2022-03-16T07:12:06.115Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-16T07:12:06.115Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:06.115Z] [2022-03-16T07:12:06.115Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-16T07:12:06.115Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:06.115Z] [2022-03-16T07:12:06.115Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-16T07:12:06.115Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:06.115Z] [2022-03-16T07:12:06.115Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-16T07:12:06.115Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:06.115Z] [2022-03-16T07:12:06.115Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-16T07:12:06.115Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:06.115Z] [2022-03-16T07:12:06.115Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-16T07:12:06.115Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:12:06.115Z] [2022-03-16T07:12:06.115Z] DONE 6 tests, 6 skipped in 2.261s [2022-03-16T07:12:06.115Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-16T07:12:06.204Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-16T07:12:07.132Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-16T07:12:07.695Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-16T07:12:09.030Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:12:09.030Z] INFO: Testing against a local daemon [2022-03-16T07:12:09.030Z] === RUN TestCheckpoint [2022-03-16T07:12:09.030Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T07:12:09.030Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-16T07:12:09.030Z] === RUN TestContainerInvalidJSON [2022-03-16T07:12:09.030Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:12:09.030Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:12:09.030Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:12:09.030Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:12:09.030Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:12:09.030Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:12:09.030Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-03-16T07:12:09.030Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-16T07:12:09.030Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-16T07:12:09.030Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-16T07:12:09.030Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.31s) [2022-03-16T07:12:09.030Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-16T07:12:09.490Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.27s) [2022-03-16T07:12:09.490Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-16T07:12:09.490Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.27s) [2022-03-16T07:12:09.490Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-16T07:12:09.947Z] --- PASS: TestCopyToContainerPathIsNotDir (0.24s) [2022-03-16T07:12:09.947Z] === RUN TestCopyFromContainer [2022-03-16T07:12:09.947Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:09.947Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-16T07:12:09.947Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-16T07:12:09.947Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:12:09.947Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:12:09.947Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:12:09.947Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:12:09.947Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:12:09.947Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:12:09.947Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:12:09.947Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:12:09.947Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:12:09.947Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-16T07:12:09.947Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-16T07:12:09.948Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-16T07:12:09.948Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-16T07:12:09.948Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-16T07:12:09.948Z] === RUN TestCreateWithInvalidEnv [2022-03-16T07:12:09.948Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-16T07:12:09.948Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-16T07:12:09.948Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-16T07:12:09.948Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-16T07:12:09.948Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-16T07:12:09.948Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-16T07:12:09.948Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-16T07:12:09.948Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-16T07:12:09.948Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-16T07:12:09.948Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-16T07:12:09.948Z] === RUN TestCreateTmpfsMountsTarget [2022-03-16T07:12:09.948Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:09.948Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-16T07:12:09.948Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-16T07:12:09.948Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:12:09.948Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-16T07:12:09.948Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-16T07:12:09.948Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:12:09.948Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-16T07:12:09.948Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-16T07:12:09.948Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:12:09.948Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:12:09.948Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:12:09.948Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:12:09.948Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:12:09.948Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:12:09.948Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:12:09.948Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:12:09.948Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:12:09.948Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:12:09.948Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:12:09.948Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:12:09.948Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:12:09.948Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:12:09.948Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:12:09.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-16T07:12:09.948Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-16T07:12:09.948Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-16T07:12:09.948Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-16T07:12:09.948Z] === RUN TestCreateDifferentPlatform [2022-03-16T07:12:09.948Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-16T07:12:09.948Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-16T07:12:09.948Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-16T07:12:09.948Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-16T07:12:09.948Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-16T07:12:10.212Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-16T07:12:10.407Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.11s) [2022-03-16T07:12:10.407Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-16T07:12:10.407Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-16T07:12:10.407Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-16T07:12:10.407Z] === RUN TestContainerKillOnDaemonStart [2022-03-16T07:12:10.407Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:10.407Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-16T07:12:10.407Z] === RUN TestDiff [2022-03-16T07:12:10.407Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-16T07:12:10.407Z] --- SKIP: TestDiff (0.00s) [2022-03-16T07:12:10.407Z] === RUN TestExecWithCloseStdin [2022-03-16T07:12:10.783Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-16T07:12:11.365Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-16T07:12:11.928Z] === RUN TestDockerSuite/TestExecParseError [2022-03-16T07:12:12.491Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-16T07:12:13.053Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-16T07:12:13.309Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-16T07:12:13.316Z] --- PASS: TestExecWithCloseStdin (2.69s) [2022-03-16T07:12:13.316Z] === RUN TestExec [2022-03-16T07:12:14.238Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-16T07:12:14.800Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-16T07:12:15.363Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-16T07:12:15.488Z] --- PASS: TestExec (2.36s) [2022-03-16T07:12:15.488Z] === RUN TestExecUser [2022-03-16T07:12:15.488Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-16T07:12:15.488Z] --- SKIP: TestExecUser (0.00s) [2022-03-16T07:12:15.488Z] === RUN TestExportContainerAndImportImage [2022-03-16T07:12:15.488Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:15.488Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-16T07:12:15.488Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-16T07:12:15.488Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:15.488Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-16T07:12:15.488Z] === RUN TestHealthCheckWorkdir [2022-03-16T07:12:15.488Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-16T07:12:15.488Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-16T07:12:15.488Z] === RUN TestHealthKillContainer [2022-03-16T07:12:15.488Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-16T07:12:15.488Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-16T07:12:15.488Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-16T07:12:15.488Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-16T07:12:15.488Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-16T07:12:15.488Z] === RUN TestKillContainerInvalidSignal [2022-03-16T07:12:16.292Z] --- PASS: TestServiceUpdateConfigs (14.80s) [2022-03-16T07:12:16.292Z] === RUN TestServiceUpdateNetwork [2022-03-16T07:12:17.663Z] --- PASS: TestKillContainerInvalidSignal (2.16s) [2022-03-16T07:12:17.663Z] === RUN TestKillContainer [2022-03-16T07:12:17.663Z] === RUN TestKillContainer/no_signal [2022-03-16T07:12:19.831Z] === RUN TestKillContainer/non_killing_signal [2022-03-16T07:12:19.831Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-16T07:12:19.831Z] === RUN TestKillContainer/killing_signal [2022-03-16T07:12:22.729Z] --- PASS: TestKillContainer (4.86s) [2022-03-16T07:12:22.729Z] --- PASS: TestKillContainer/no_signal (2.04s) [2022-03-16T07:12:22.729Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-16T07:12:22.729Z] --- PASS: TestKillContainer/killing_signal (2.79s) [2022-03-16T07:12:22.729Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-16T07:12:22.729Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:12:22.729Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-16T07:12:22.729Z] === RUN TestKillStoppedContainer [2022-03-16T07:12:22.729Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:12:22.729Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-16T07:12:22.729Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-16T07:12:22.729Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:12:22.729Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-16T07:12:22.729Z] === RUN TestKillDifferentUserContainer [2022-03-16T07:12:22.729Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-16T07:12:22.729Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-16T07:12:22.729Z] === RUN TestInspectOomKilledTrue [2022-03-16T07:12:22.729Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:22.729Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-16T07:12:22.729Z] === RUN TestInspectOomKilledFalse [2022-03-16T07:12:22.729Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:12:22.729Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-16T07:12:22.729Z] === RUN TestLogsFollowTailEmpty [2022-03-16T07:12:24.903Z] --- PASS: TestLogsFollowTailEmpty (2.25s) [2022-03-16T07:12:24.903Z] === RUN TestNetworkNat [2022-03-16T07:12:24.903Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-16T07:12:24.903Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-16T07:12:24.903Z] === RUN TestNetworkLocalhostTCPNat [2022-03-16T07:12:26.236Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-16T07:12:26.798Z] === RUN TestDockerSuite/TestExecTTY [2022-03-16T07:12:27.054Z] check_test.go:379: [daa9e9523dd93] daemon is not started [2022-03-16T07:12:27.054Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-16T07:12:27.075Z] --- PASS: TestNetworkLocalhostTCPNat (2.59s) [2022-03-16T07:12:27.075Z] === RUN TestNetworkLoopbackNat [2022-03-16T07:12:27.075Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-16T07:12:27.075Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-16T07:12:27.075Z] === RUN TestPause [2022-03-16T07:12:27.075Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-16T07:12:27.075Z] --- SKIP: TestPause (0.00s) [2022-03-16T07:12:27.075Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-16T07:12:27.311Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-16T07:12:27.874Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-16T07:12:28.437Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-16T07:12:28.693Z] --- PASS: TestServiceUpdateNetwork (12.44s) [2022-03-16T07:12:28.693Z] === RUN TestServiceUpdatePidsLimit [2022-03-16T07:12:29.246Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.21s) [2022-03-16T07:12:29.246Z] === RUN TestPauseStopPausedContainer [2022-03-16T07:12:29.246Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:29.246Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-16T07:12:29.246Z] === RUN TestPsFilter [2022-03-16T07:12:29.257Z] docker_api_swarm_test.go:802: [ddf6461f18181] joining swarm manager [d0d794fcb6fab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:12:29.257Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-16T07:12:29.257Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-16T07:12:29.257Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-16T07:12:29.702Z] --- PASS: TestPsFilter (0.30s) [2022-03-16T07:12:29.702Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-16T07:12:30.626Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-16T07:12:30.882Z] docker_api_swarm_test.go:802: [dbea8ccac8f02] joining swarm manager [d0d794fcb6fab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:12:31.446Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-16T07:12:31.446Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-16T07:12:32.009Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-16T07:12:32.266Z] docker_api_swarm_test.go:802: [d9bc848da9f37] joining swarm manager [d0d794fcb6fab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-16T07:12:32.593Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.77s) [2022-03-16T07:12:32.593Z] === RUN TestRemoveContainerWithVolume [2022-03-16T07:12:33.207Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-16T07:12:33.770Z] docker_api_swarm_test.go:802: [dd377b5897c39] joining swarm manager [d0d794fcb6fab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-16T07:12:33.770Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-16T07:12:34.332Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-16T07:12:34.894Z] docker_api_swarm_test.go:810: [da41d4ce82353] joining swarm manager [d0d794fcb6fab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-16T07:12:35.485Z] --- PASS: TestRemoveContainerWithVolume (2.70s) [2022-03-16T07:12:35.485Z] === RUN TestRemoveContainerRunning [2022-03-16T07:12:37.653Z] --- PASS: TestRemoveContainerRunning (2.11s) [2022-03-16T07:12:37.653Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-16T07:12:39.064Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-16T07:12:39.064Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-16T07:12:39.184Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.01s) [2022-03-16T07:12:39.184Z] === RUN TestRemoveInvalidContainer [2022-03-16T07:12:39.184Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-16T07:12:39.184Z] === RUN TestRenameLinkedContainer [2022-03-16T07:12:39.184Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-16T07:12:39.184Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-16T07:12:39.184Z] === RUN TestRenameStoppedContainer [2022-03-16T07:12:39.334Z] --- PASS: TestBuildWithHugeFile (127.07s) [2022-03-16T07:12:39.335Z] === RUN TestBuildWCOWSandboxSize [2022-03-16T07:12:39.335Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T07:12:39.335Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-16T07:12:39.335Z] === RUN TestBuildWithEmptyDockerfile [2022-03-16T07:12:39.335Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:12:39.335Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:12:39.335Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:12:39.335Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:12:39.335Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:12:39.335Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:12:39.335Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:12:39.335Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:12:39.335Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:12:39.335Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-16T07:12:39.335Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-16T07:12:39.335Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.02s) [2022-03-16T07:12:39.335Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.02s) [2022-03-16T07:12:39.335Z] === RUN TestBuildPreserveOwnership [2022-03-16T07:12:39.335Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:12:39.335Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-16T07:12:39.335Z] === RUN TestBuildPlatformInvalid [2022-03-16T07:12:39.335Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-16T07:12:39.335Z] PASS [2022-03-16T07:12:39.335Z] ok github.com/docker/docker/integration/build 212.546s [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === Skipped [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-16T07:12:39.335Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-16T07:12:39.335Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-16T07:12:39.335Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-16T07:12:39.335Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-16T07:12:39.335Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-16T07:12:39.335Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] DONE 29 tests, 6 skipped in 252.849s [2022-03-16T07:12:39.335Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-16T07:12:39.335Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:12:39.335Z] INFO: Testing against a local daemon [2022-03-16T07:12:39.335Z] === RUN TestConfigInspect [2022-03-16T07:12:39.335Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:39.335Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-16T07:12:39.335Z] === RUN TestConfigList [2022-03-16T07:12:39.335Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:39.335Z] --- SKIP: TestConfigList (0.00s) [2022-03-16T07:12:39.335Z] === RUN TestConfigsCreateAndDelete [2022-03-16T07:12:39.335Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:39.335Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-16T07:12:39.335Z] === RUN TestConfigsUpdate [2022-03-16T07:12:39.335Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:39.335Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-16T07:12:39.335Z] === RUN TestTemplatedConfig [2022-03-16T07:12:39.335Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:39.335Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-16T07:12:39.335Z] === RUN TestConfigCreateResolve [2022-03-16T07:12:39.335Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:12:39.335Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-16T07:12:39.335Z] PASS [2022-03-16T07:12:39.335Z] ok github.com/docker/docker/integration/config 0.111s [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === Skipped [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-16T07:12:39.335Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-16T07:12:39.335Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-16T07:12:39.335Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-16T07:12:39.335Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-16T07:12:39.335Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-16T07:12:39.335Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:12:39.335Z] [2022-03-16T07:12:39.335Z] DONE 6 tests, 6 skipped in 2.263s [2022-03-16T07:12:39.335Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-16T07:12:39.814Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:12:39.815Z] INFO: Testing against a local daemon [2022-03-16T07:12:39.815Z] === RUN TestCheckpoint [2022-03-16T07:12:39.815Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T07:12:39.815Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-16T07:12:39.815Z] === RUN TestContainerInvalidJSON [2022-03-16T07:12:39.815Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:12:39.815Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:12:39.815Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:12:39.815Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:12:39.815Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:12:39.815Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:12:39.815Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-16T07:12:39.815Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-16T07:12:39.815Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-16T07:12:39.815Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-16T07:12:40.293Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2022-03-16T07:12:40.293Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-16T07:12:40.293Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.26s) [2022-03-16T07:12:40.293Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-16T07:12:40.773Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.24s) [2022-03-16T07:12:40.773Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-16T07:12:40.773Z] --- PASS: TestCopyToContainerPathIsNotDir (0.25s) [2022-03-16T07:12:40.773Z] === RUN TestCopyFromContainer [2022-03-16T07:12:40.773Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:40.773Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-16T07:12:40.773Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-16T07:12:40.773Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:12:40.773Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:12:40.773Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:12:40.773Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:12:40.773Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:12:40.773Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:12:40.773Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:12:40.773Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:12:40.773Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:12:40.773Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-16T07:12:40.773Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-16T07:12:40.773Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-16T07:12:40.773Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-16T07:12:40.773Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-16T07:12:40.773Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-16T07:12:40.773Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-16T07:12:40.773Z] === RUN TestCreateWithInvalidEnv [2022-03-16T07:12:40.773Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-16T07:12:40.773Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-16T07:12:40.773Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-16T07:12:40.773Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-16T07:12:40.773Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-16T07:12:40.773Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-16T07:12:40.773Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-16T07:12:40.773Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-16T07:12:40.773Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-16T07:12:40.773Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-16T07:12:40.773Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-16T07:12:40.773Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-16T07:12:40.773Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-16T07:12:40.773Z] === RUN TestCreateTmpfsMountsTarget [2022-03-16T07:12:40.773Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:40.773Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-16T07:12:40.773Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-16T07:12:40.773Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:12:40.773Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-16T07:12:40.773Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-16T07:12:40.773Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:12:40.773Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-16T07:12:40.773Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-16T07:12:40.773Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:12:40.773Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:12:40.773Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:12:40.773Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:12:40.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:12:40.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:12:40.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:12:40.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:12:40.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:12:40.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:12:40.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:12:40.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:12:40.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:12:40.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:12:40.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:12:40.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-16T07:12:40.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-16T07:12:40.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-16T07:12:40.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-16T07:12:40.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-16T07:12:40.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-16T07:12:40.774Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-16T07:12:40.774Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-16T07:12:40.774Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-16T07:12:40.774Z] === RUN TestCreateDifferentPlatform [2022-03-16T07:12:41.258Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-16T07:12:41.258Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-16T07:12:41.258Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-16T07:12:41.258Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-16T07:12:41.258Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-16T07:12:41.258Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-16T07:12:41.258Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.13s) [2022-03-16T07:12:41.258Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-16T07:12:41.258Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-16T07:12:41.258Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-16T07:12:41.258Z] === RUN TestContainerKillOnDaemonStart [2022-03-16T07:12:41.258Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:41.258Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-16T07:12:41.258Z] === RUN TestDiff [2022-03-16T07:12:41.258Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-16T07:12:41.258Z] --- SKIP: TestDiff (0.00s) [2022-03-16T07:12:41.258Z] === RUN TestExecWithCloseStdin [2022-03-16T07:12:41.258Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-16T07:12:41.258Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-16T07:12:41.258Z] === RUN TestExec [2022-03-16T07:12:42.087Z] --- PASS: TestRenameStoppedContainer (2.65s) [2022-03-16T07:12:42.087Z] === RUN TestRenameRunningContainerAndReuse [2022-03-16T07:12:43.066Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-16T07:12:43.066Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-16T07:12:43.066Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-16T07:12:43.066Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-16T07:12:43.066Z] Cross building: bundles/cross/linux/s390x [2022-03-16T07:12:43.066Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-16T07:12:43.066Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-16T07:12:44.310Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-16T07:12:44.873Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-16T07:12:45.120Z] --- PASS: TestExec (4.10s) [2022-03-16T07:12:45.120Z] === RUN TestExecUser [2022-03-16T07:12:45.120Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-16T07:12:45.120Z] --- SKIP: TestExecUser (0.00s) [2022-03-16T07:12:45.120Z] === RUN TestExportContainerAndImportImage [2022-03-16T07:12:45.120Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:45.120Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-16T07:12:45.120Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-16T07:12:45.120Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:45.120Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-16T07:12:45.120Z] === RUN TestHealthCheckWorkdir [2022-03-16T07:12:45.120Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-16T07:12:45.120Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-16T07:12:45.120Z] === RUN TestHealthKillContainer [2022-03-16T07:12:45.120Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-16T07:12:45.120Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-16T07:12:45.120Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-16T07:12:45.120Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-16T07:12:45.120Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-16T07:12:45.120Z] === RUN TestKillContainerInvalidSignal [2022-03-16T07:12:45.880Z] --- PASS: TestRenameRunningContainerAndReuse (3.92s) [2022-03-16T07:12:45.880Z] === RUN TestRenameInvalidName [2022-03-16T07:12:46.239Z] --- PASS: TestServiceUpdatePidsLimit (17.26s) [2022-03-16T07:12:46.239Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.16s) [2022-03-16T07:12:46.239Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.03s) [2022-03-16T07:12:46.240Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s) [2022-03-16T07:12:46.240Z] PASS [2022-03-16T07:12:46.240Z] [2022-03-16T07:12:46.240Z] === Skipped [2022-03-16T07:12:46.240Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-16T07:12:46.240Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-16T07:12:46.240Z] [2022-03-16T07:12:46.240Z] DONE 27 tests, 1 skipped in 194.899s [2022-03-16T07:12:46.240Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-16T07:12:46.240Z] ++ 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-16T07:12:46.240Z] ++ set -e [2022-03-16T07:12:46.240Z] ++ '[' -n 0 ']' [2022-03-16T07:12:46.240Z] ++ set -x [2022-03-16T07:12:46.240Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-16T07:12:46.240Z] INFO: Testing against a local daemon [2022-03-16T07:12:46.240Z] === RUN TestSessionCreate [2022-03-16T07:12:46.240Z] --- PASS: TestSessionCreate (0.03s) [2022-03-16T07:12:46.240Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-16T07:12:46.240Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2022-03-16T07:12:46.240Z] PASS [2022-03-16T07:12:46.240Z] [2022-03-16T07:12:46.240Z] DONE 2 tests in 0.134s [2022-03-16T07:12:46.240Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-16T07:12:46.240Z] ++ 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-16T07:12:46.240Z] ++ set -e [2022-03-16T07:12:46.240Z] ++ '[' -n 0 ']' [2022-03-16T07:12:46.240Z] ++ set -x [2022-03-16T07:12:46.240Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-16T07:12:46.240Z] INFO: Testing against a local daemon [2022-03-16T07:12:46.240Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-16T07:12:46.240Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-16T07:12:46.240Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T07:12:46.240Z] === RUN TestDiskUsage [2022-03-16T07:12:46.240Z] === PAUSE TestDiskUsage [2022-03-16T07:12:46.240Z] === RUN TestEventsExecDie [2022-03-16T07:12:46.804Z] --- PASS: TestEventsExecDie (0.54s) [2022-03-16T07:12:46.804Z] === RUN TestEventsBackwardsCompatible [2022-03-16T07:12:46.804Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-16T07:12:46.804Z] === RUN TestEventsVolumeCreate [2022-03-16T07:12:47.062Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-16T07:12:47.062Z] === RUN TestInfoBinaryCommits [2022-03-16T07:12:47.062Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-16T07:12:47.062Z] === RUN TestInfoAPIVersioned [2022-03-16T07:12:47.062Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-16T07:12:47.062Z] === RUN TestInfoAPI [2022-03-16T07:12:47.062Z] --- PASS: TestInfoAPI (0.01s) [2022-03-16T07:12:47.062Z] === RUN TestInfoAPIWarnings [2022-03-16T07:12:48.094Z] --- PASS: TestRenameInvalidName (2.01s) [2022-03-16T07:12:48.094Z] === RUN TestRenameAnonymousContainer [2022-03-16T07:12:48.975Z] --- PASS: TestKillContainerInvalidSignal (3.38s) [2022-03-16T07:12:48.975Z] === RUN TestKillContainer [2022-03-16T07:12:48.975Z] === RUN TestKillContainer/no_signal [2022-03-16T07:12:49.579Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-16T07:12:49.835Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-16T07:12:49.835Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-16T07:12:49.835Z] === RUN TestDockerSuite/TestHealth [2022-03-16T07:12:52.004Z] === RUN TestKillContainer/non_killing_signal [2022-03-16T07:12:52.004Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-16T07:12:52.004Z] === RUN TestKillContainer/killing_signal [2022-03-16T07:12:52.616Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-16T07:12:52.616Z] === RUN TestBoolValue [2022-03-16T07:12:52.616Z] --- PASS: TestBoolValue (0.00s) [2022-03-16T07:12:52.616Z] === RUN TestBoolValueOrDefault [2022-03-16T07:12:52.616Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-16T07:12:52.616Z] === RUN TestInt64ValueOrZero [2022-03-16T07:12:52.616Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-16T07:12:52.616Z] === RUN TestInt64ValueOrDefault [2022-03-16T07:12:52.616Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-16T07:12:52.616Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-16T07:12:52.616Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-16T07:12:52.616Z] === RUN TestJsonContentType [2022-03-16T07:12:52.616Z] --- PASS: TestJsonContentType (0.00s) [2022-03-16T07:12:52.616Z] PASS [2022-03-16T07:12:52.616Z] coverage: 14.7% of statements [2022-03-16T07:12:52.616Z] ok github.com/docker/docker/api/server/httputils 0.174s coverage: 14.7% of statements [2022-03-16T07:12:52.616Z] === RUN TestMaskSecretKeys [2022-03-16T07:12:52.616Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-16T07:12:52.616Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-16T07:12:52.616Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-16T07:12:52.616Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-16T07:12:52.616Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-16T07:12:52.616Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-16T07:12:52.616Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-16T07:12:52.616Z] === RUN TestVersionMiddlewareVersion [2022-03-16T07:12:52.616Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-16T07:12:52.616Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-16T07:12:52.616Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-16T07:12:52.616Z] PASS [2022-03-16T07:12:52.616Z] coverage: 37.7% of statements [2022-03-16T07:12:52.616Z] ok github.com/docker/docker/api/server/middleware 0.072s coverage: 37.7% of statements [2022-03-16T07:12:52.616Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-16T07:12:52.616Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-16T07:12:52.616Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-16T07:12:52.616Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-16T07:12:52.616Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-16T07:12:52.616Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-16T07:12:52.617Z] === RUN TestStrSliceMarshalJSON [2022-03-16T07:12:52.617Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestStrSliceUnmarshalJSON [2022-03-16T07:12:52.617Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestStrSliceUnmarshalString [2022-03-16T07:12:52.617Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestStrSliceUnmarshalSlice [2022-03-16T07:12:52.617Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-16T07:12:52.617Z] PASS [2022-03-16T07:12:52.617Z] coverage: 90.0% of statements [2022-03-16T07:12:52.617Z] ok github.com/docker/docker/api/types/strslice 0.054s coverage: 90.0% of statements [2022-03-16T07:12:52.617Z] === RUN TestToJSON [2022-03-16T07:12:52.617Z] --- PASS: TestToJSON (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestToParamWithVersion [2022-03-16T07:12:52.617Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestFromJSON [2022-03-16T07:12:52.617Z] --- PASS: TestFromJSON (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestEmpty [2022-03-16T07:12:52.617Z] --- PASS: TestEmpty (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestArgsMatchKVListEmptySources [2022-03-16T07:12:52.617Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestArgsMatchKVList [2022-03-16T07:12:52.617Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestArgsMatch [2022-03-16T07:12:52.617Z] --- PASS: TestArgsMatch (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestAdd [2022-03-16T07:12:52.617Z] --- PASS: TestAdd (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestDel [2022-03-16T07:12:52.617Z] --- PASS: TestDel (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestLen [2022-03-16T07:12:52.617Z] --- PASS: TestLen (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestExactMatch [2022-03-16T07:12:52.617Z] --- PASS: TestExactMatch (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestOnlyOneExactMatch [2022-03-16T07:12:52.617Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestContains [2022-03-16T07:12:52.617Z] --- PASS: TestContains (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestValidate [2022-03-16T07:12:52.617Z] --- PASS: TestValidate (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestWalkValues [2022-03-16T07:12:52.617Z] --- PASS: TestWalkValues (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestFuzzyMatch [2022-03-16T07:12:52.617Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestClone [2022-03-16T07:12:52.617Z] --- PASS: TestClone (0.00s) [2022-03-16T07:12:52.617Z] PASS [2022-03-16T07:12:52.617Z] coverage: 92.2% of statements [2022-03-16T07:12:52.617Z] ok github.com/docker/docker/api/types/filters 0.063s coverage: 92.2% of statements [2022-03-16T07:12:52.617Z] === RUN TestAdjustForAPIVersion [2022-03-16T07:12:52.617Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-16T07:12:52.617Z] PASS [2022-03-16T07:12:52.617Z] coverage: 5.7% of statements [2022-03-16T07:12:52.617Z] ok github.com/docker/docker/api/server/router/swarm 0.060s coverage: 5.7% of statements [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-16T07:12:52.617Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-16T07:12:52.617Z] === RUN TestDurationToSecondsString [2022-03-16T07:12:52.617Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-16T07:12:52.617Z] === RUN TestGetTimestamp [2022-03-16T07:12:52.617Z] --- PASS: TestGetTimestamp (0.21s) [2022-03-16T07:12:52.617Z] === RUN TestParseTimestamps [2022-03-16T07:12:52.617Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-16T07:12:52.617Z] PASS [2022-03-16T07:12:52.617Z] coverage: 100.0% of statements [2022-03-16T07:12:52.617Z] ok github.com/docker/docker/api/types/time 0.260s coverage: 100.0% of statements [2022-03-16T07:12:53.109Z] === RUN TestCompareVersion [2022-03-16T07:12:53.109Z] --- PASS: TestCompareVersion (0.00s) [2022-03-16T07:12:53.109Z] PASS [2022-03-16T07:12:53.109Z] coverage: 77.3% of statements [2022-03-16T07:12:53.109Z] ok github.com/docker/docker/api/types/versions 0.049s coverage: 77.3% of statements [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/builder [no test files] [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-16T07:12:53.109Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-16T07:12:54.145Z] === RUN TestParseRemoteURL [2022-03-16T07:12:54.145Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-16T07:12:54.145Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-16T07:12:54.145Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-16T07:12:54.145Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-16T07:12:54.145Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-16T07:12:54.145Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-16T07:12:54.145Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-16T07:12:54.145Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-16T07:12:54.145Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-16T07:12:54.145Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-16T07:12:54.145Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-16T07:12:54.145Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-16T07:12:54.145Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-16T07:12:54.145Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-16T07:12:54.145Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-16T07:12:54.145Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-16T07:12:54.145Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-16T07:12:54.145Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-16T07:12:54.145Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-16T07:12:54.145Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-16T07:12:54.145Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-16T07:12:54.145Z] === RUN TestCloneArgsSmartHttp [2022-03-16T07:12:54.649Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-16T07:12:54.649Z] === RUN TestCloneArgsDumbHttp [2022-03-16T07:12:54.649Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-16T07:12:54.649Z] === RUN TestCloneArgsGit [2022-03-16T07:12:54.649Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-16T07:12:54.649Z] === RUN TestCheckoutGit [2022-03-16T07:12:55.039Z] --- PASS: TestKillContainer (6.40s) [2022-03-16T07:12:55.039Z] --- PASS: TestKillContainer/no_signal (3.18s) [2022-03-16T07:12:55.039Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-16T07:12:55.039Z] --- PASS: TestKillContainer/killing_signal (3.17s) [2022-03-16T07:12:55.039Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-16T07:12:55.039Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:12:55.039Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-16T07:12:55.039Z] === RUN TestKillStoppedContainer [2022-03-16T07:12:55.039Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:12:55.039Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-16T07:12:55.039Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-16T07:12:55.039Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:12:55.039Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-16T07:12:55.039Z] === RUN TestKillDifferentUserContainer [2022-03-16T07:12:55.039Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-16T07:12:55.039Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-16T07:12:55.039Z] === RUN TestInspectOomKilledTrue [2022-03-16T07:12:55.039Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:12:55.039Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-16T07:12:55.039Z] === RUN TestInspectOomKilledFalse [2022-03-16T07:12:55.039Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:12:55.039Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-16T07:12:55.039Z] === RUN TestLogsFollowTailEmpty [2022-03-16T07:12:56.751Z] --- PASS: TestRenameAnonymousContainer (8.86s) [2022-03-16T07:12:56.751Z] === RUN TestRenameContainerWithSameName [2022-03-16T07:12:56.960Z] === RUN TestEnable [2022-03-16T07:12:56.960Z] --- PASS: TestEnable (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestDisable [2022-03-16T07:12:56.960Z] --- PASS: TestDisable (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestEnabled [2022-03-16T07:12:56.960Z] --- PASS: TestEnabled (0.00s) [2022-03-16T07:12:56.960Z] PASS [2022-03-16T07:12:56.960Z] coverage: 100.0% of statements [2022-03-16T07:12:56.960Z] ok github.com/docker/docker/cli/debug 0.053s coverage: 100.0% of statements [2022-03-16T07:12:56.960Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-16T07:12:56.960Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-16T07:12:56.960Z] === RUN TestProcessNoDockerignore [2022-03-16T07:12:56.960Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-16T07:12:56.960Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestDetectContentType [2022-03-16T07:12:56.960Z] --- PASS: TestDetectContentType (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestSelectAcceptableMIME [2022-03-16T07:12:56.960Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestInspectEmptyResponse [2022-03-16T07:12:56.960Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestInspectResponseBinary [2022-03-16T07:12:56.960Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestResponseUnsupportedContentType [2022-03-16T07:12:56.960Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestInspectResponseTextSimple [2022-03-16T07:12:56.960Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestInspectResponseEmptyContentType [2022-03-16T07:12:56.960Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestUnknownContentLength [2022-03-16T07:12:56.960Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestDownloadRemote [2022-03-16T07:12:56.960Z] --- PASS: TestDownloadRemote (0.11s) [2022-03-16T07:12:56.960Z] === RUN TestGetWithStatusError [2022-03-16T07:12:56.960Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestCloseRootDirectory [2022-03-16T07:12:56.960Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:12:56.960Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestHashFile [2022-03-16T07:12:56.960Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:12:56.960Z] --- SKIP: TestHashFile (0.01s) [2022-03-16T07:12:56.960Z] === RUN TestHashSubdir [2022-03-16T07:12:56.960Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:12:56.960Z] --- SKIP: TestHashSubdir (0.00s) [2022-03-16T07:12:56.960Z] === RUN TestRemoveDirectory [2022-03-16T07:12:56.960Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:12:56.960Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-16T07:12:56.960Z] PASS [2022-03-16T07:12:56.960Z] coverage: 9.3% of statements [2022-03-16T07:12:56.960Z] ok github.com/docker/docker/builder/remotecontext 0.359s coverage: 9.3% of statements [2022-03-16T07:12:57.996Z] === RUN TestGetAllAllowed [2022-03-16T07:12:57.996Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestGetAllMeta [2022-03-16T07:12:57.996Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-16T07:12:57.996Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestIsUnreferencedBuiltin [2022-03-16T07:12:57.996Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestIsExistingDirectory [2022-03-16T07:12:57.996Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-16T07:12:57.996Z] === RUN TestGetFilenameForDownload [2022-03-16T07:12:57.996Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestEnv2Variables [2022-03-16T07:12:57.996Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-16T07:12:57.996Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestMaintainer [2022-03-16T07:12:57.996Z] --- PASS: TestMaintainer (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestLabel [2022-03-16T07:12:57.996Z] --- PASS: TestLabel (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestFromScratch [2022-03-16T07:12:57.996Z] --- PASS: TestFromScratch (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestFromWithArg [2022-03-16T07:12:57.996Z] --- PASS: TestFromWithArg (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-16T07:12:57.996Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestFromWithUndefinedArg [2022-03-16T07:12:57.996Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestFromMultiStageWithNamedStage [2022-03-16T07:12:57.996Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestOnbuild [2022-03-16T07:12:57.996Z] --- PASS: TestOnbuild (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestWorkdir [2022-03-16T07:12:57.996Z] --- PASS: TestWorkdir (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestCmd [2022-03-16T07:12:57.996Z] --- PASS: TestCmd (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestHealthcheckNone [2022-03-16T07:12:57.996Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestHealthcheckCmd [2022-03-16T07:12:57.996Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestEntrypoint [2022-03-16T07:12:57.996Z] --- PASS: TestEntrypoint (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestExpose [2022-03-16T07:12:57.996Z] --- PASS: TestExpose (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestUser [2022-03-16T07:12:57.996Z] --- PASS: TestUser (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestVolume [2022-03-16T07:12:57.996Z] --- PASS: TestVolume (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestStopSignal [2022-03-16T07:12:57.996Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-16T07:12:57.996Z] --- SKIP: TestStopSignal (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestArg [2022-03-16T07:12:57.996Z] --- PASS: TestArg (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestShell [2022-03-16T07:12:57.996Z] --- PASS: TestShell (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestPrependEnvOnCmd [2022-03-16T07:12:57.996Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestRunWithBuildArgs [2022-03-16T07:12:57.996Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestRunIgnoresHealthcheck [2022-03-16T07:12:57.996Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-16T07:12:57.996Z] === RUN TestDispatchUnsupportedOptions [2022-03-16T07:12:57.997Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-16T07:12:57.997Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-16T07:12:57.997Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-16T07:12:57.997Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-16T07:12:57.997Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-16T07:12:57.997Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-16T07:12:57.997Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestNormalizeWorkdir [2022-03-16T07:12:57.997Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestDispatch [2022-03-16T07:12:57.997Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-16T07:12:57.997Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-16T07:12:57.997Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-16T07:12:57.997Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-16T07:12:57.997Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-16T07:12:57.997Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-16T07:12:57.997Z] === RUN TestDispatch/COPY_url [2022-03-16T07:12:57.997Z] --- PASS: TestDispatch (0.08s) [2022-03-16T07:12:57.997Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-16T07:12:57.997Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-16T07:12:57.997Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-03-16T07:12:57.997Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-16T07:12:57.997Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-16T07:12:57.997Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-16T07:12:57.997Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestAddScratchImageAddsToMounts [2022-03-16T07:12:57.997Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-16T07:12:57.997Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-16T07:12:57.997Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-16T07:12:57.997Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestImageSourceGetAddsToMounts [2022-03-16T07:12:57.997Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestEmptyDockerfile [2022-03-16T07:12:57.997Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-16T07:12:57.997Z] === RUN TestSymlinkDockerfile [2022-03-16T07:12:57.997Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-16T07:12:57.997Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-16T07:12:57.997Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestNonExistingDockerfile [2022-03-16T07:12:57.997Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestCopyRunConfig [2022-03-16T07:12:57.997Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestDeepCopyRunConfig [2022-03-16T07:12:57.997Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestExportImage [2022-03-16T07:12:57.997Z] --- PASS: TestExportImage (0.00s) [2022-03-16T07:12:57.997Z] === RUN TestNormalizeDest [2022-03-16T07:12:57.997Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-16T07:12:57.997Z] PASS [2022-03-16T07:12:57.997Z] coverage: 46.7% of statements [2022-03-16T07:12:57.997Z] ok github.com/docker/docker/builder/dockerfile 0.254s coverage: 46.7% of statements [2022-03-16T07:12:58.489Z] === RUN TestTCP4Proxy [2022-03-16T07:12:58.489Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-16T07:12:58.489Z] === RUN TestTCP4ProxyHalfClose [2022-03-16T07:12:58.489Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-16T07:12:58.489Z] === RUN TestTCP6Proxy [2022-03-16T07:12:58.489Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-16T07:12:58.489Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-16T07:12:58.489Z] === RUN TestTCPDualStackProxy [2022-03-16T07:12:58.489Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-16T07:12:58.489Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-16T07:12:58.489Z] === RUN TestUDP4Proxy [2022-03-16T07:12:58.489Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-16T07:12:58.489Z] === RUN TestUDP6Proxy [2022-03-16T07:12:58.489Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-16T07:12:58.489Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-16T07:12:58.489Z] === RUN TestUDPWriteError [2022-03-16T07:12:58.489Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-16T07:12:58.489Z] === RUN TestSCTP4Proxy [2022-03-16T07:12:58.489Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-16T07:12:58.489Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-16T07:12:58.489Z] === RUN TestSCTP6Proxy [2022-03-16T07:12:58.489Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-16T07:12:58.489Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-16T07:12:58.489Z] PASS [2022-03-16T07:12:58.489Z] coverage: 49.4% of statements [2022-03-16T07:12:58.489Z] ok github.com/docker/docker/cmd/docker-proxy 0.072s coverage: 49.4% of statements [2022-03-16T07:12:58.903Z] --- PASS: TestLogsFollowTailEmpty (3.52s) [2022-03-16T07:12:58.903Z] === RUN TestNetworkNat [2022-03-16T07:12:58.903Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-16T07:12:58.903Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-16T07:12:58.903Z] === RUN TestNetworkLocalhostTCPNat [2022-03-16T07:12:58.965Z] --- PASS: TestRenameContainerWithSameName (2.06s) [2022-03-16T07:12:58.965Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-16T07:12:58.965Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-16T07:12:58.965Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-16T07:12:58.965Z] === RUN TestResize [2022-03-16T07:13:01.183Z] --- PASS: TestResize (2.16s) [2022-03-16T07:13:01.183Z] === RUN TestResizeWithInvalidSize [2022-03-16T07:13:02.759Z] --- PASS: TestNetworkLocalhostTCPNat (4.09s) [2022-03-16T07:13:02.759Z] === RUN TestNetworkLoopbackNat [2022-03-16T07:13:02.759Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-16T07:13:02.759Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-16T07:13:02.759Z] === RUN TestPause [2022-03-16T07:13:02.759Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-16T07:13:02.759Z] --- SKIP: TestPause (0.00s) [2022-03-16T07:13:02.759Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-16T07:13:03.405Z] --- PASS: TestResizeWithInvalidSize (2.43s) [2022-03-16T07:13:03.405Z] === RUN TestResizeWhenContainerNotStarted [2022-03-16T07:13:04.679Z] --- PASS: TestInfoAPIWarnings (16.23s) [2022-03-16T07:13:04.679Z] === RUN TestInfoDebug [2022-03-16T07:13:04.679Z] --- PASS: TestInfoDebug (0.52s) [2022-03-16T07:13:04.679Z] === RUN TestInfoInsecureRegistries [2022-03-16T07:13:04.679Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-16T07:13:04.679Z] === RUN TestInfoRegistryMirrors [2022-03-16T07:13:04.679Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-16T07:13:04.679Z] === RUN TestLoginFailsWithBadCredentials [2022-03-16T07:13:04.935Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-16T07:13:04.935Z] === RUN TestPingCacheHeaders [2022-03-16T07:13:04.935Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-16T07:13:04.935Z] === RUN TestPingGet [2022-03-16T07:13:04.935Z] --- PASS: TestPingGet (0.01s) [2022-03-16T07:13:04.935Z] === RUN TestPingHead [2022-03-16T07:13:04.935Z] --- PASS: TestPingHead (0.02s) [2022-03-16T07:13:04.935Z] === RUN TestVersion [2022-03-16T07:13:04.935Z] --- PASS: TestVersion (0.01s) [2022-03-16T07:13:04.935Z] === CONT TestDiskUsage [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/empty [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/empty/container_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/empty/image_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/empty/volume_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-16T07:13:05.508Z] === RUN TestDiskUsage/after_container.Run [2022-03-16T07:13:06.070Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-16T07:13:06.070Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-16T07:13:06.070Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-16T07:13:06.070Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-16T07:13:06.070Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-16T07:13:06.070Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-16T07:13:06.070Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-16T07:13:06.070Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-16T07:13:06.070Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-16T07:13:06.070Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage (1.20s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/empty (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.19s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_container.Run (0.33s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-16T07:13:06.070Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-16T07:13:06.070Z] PASS [2022-03-16T07:13:06.070Z] [2022-03-16T07:13:06.070Z] === Skipped [2022-03-16T07:13:06.070Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T07:13:06.070Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-16T07:13:06.070Z] [2022-03-16T07:13:06.070Z] DONE 50 tests, 1 skipped in 19.921s [2022-03-16T07:13:06.070Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-16T07:13:06.070Z] ++ 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-16T07:13:06.070Z] ++ set -e [2022-03-16T07:13:06.070Z] ++ '[' -n 0 ']' [2022-03-16T07:13:06.070Z] ++ set -x [2022-03-16T07:13:06.070Z] ++ 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-16T07:13:06.328Z] INFO: Testing against a local daemon [2022-03-16T07:13:06.328Z] === RUN TestVolumesCreateAndList [2022-03-16T07:13:06.328Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-16T07:13:06.328Z] === RUN TestVolumesRemove [2022-03-16T07:13:06.328Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-16T07:13:06.328Z] === RUN TestVolumesInspect [2022-03-16T07:13:06.328Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-16T07:13:06.328Z] === RUN TestVolumesInvalidJSON [2022-03-16T07:13:06.328Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-16T07:13:06.328Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-16T07:13:06.328Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-16T07:13:06.328Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-16T07:13:06.328Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-16T07:13:06.328Z] PASS [2022-03-16T07:13:06.328Z] [2022-03-16T07:13:06.329Z] DONE 5 tests in 0.205s [2022-03-16T07:13:06.329Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-16T07:13:06.356Z] --- PASS: TestResizeWhenContainerNotStarted (2.74s) [2022-03-16T07:13:06.356Z] === RUN TestDaemonRestartKillContainers [2022-03-16T07:13:06.356Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:13:06.356Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-16T07:13:06.356Z] === RUN TestStats [2022-03-16T07:13:06.356Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-16T07:13:06.356Z] --- SKIP: TestStats (0.00s) [2022-03-16T07:13:06.356Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-16T07:13:06.585Z] ++++ cat bundles/test-integration/docker.pid [2022-03-16T07:13:06.585Z] +++ kill 6413 [2022-03-16T07:13:06.614Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.44s) [2022-03-16T07:13:06.615Z] === RUN TestPauseStopPausedContainer [2022-03-16T07:13:06.615Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:13:06.615Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-16T07:13:06.615Z] === RUN TestPsFilter [2022-03-16T07:13:06.615Z] --- PASS: TestPsFilter (0.35s) [2022-03-16T07:13:06.615Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-16T07:13:06.840Z] +++ /etc/init.d/apparmor stop [2022-03-16T07:13:06.840Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-16T07:13:06.840Z] [2022-03-16T07:13:06.840Z] Unloading profiles will leave already running processes permanently [2022-03-16T07:13:06.840Z] unconfined, which can lead to unexpected situations. [2022-03-16T07:13:06.840Z] [2022-03-16T07:13:06.841Z] To set a process to complain mode, use the command line tool [2022-03-16T07:13:06.841Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-16T07:13:06.841Z] +++ true [2022-03-16T07:13:06.841Z] exiting test-integration [2022-03-16T07:13:06.841Z] ++ exit 0 [2022-03-16T07:13:06.841Z] [2022-03-16T07:13:07.404Z] + for job in $(jobs -p) [2022-03-16T07:13:07.404Z] + wait 14776 [2022-03-16T07:13:08.772Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-16T07:13:08.772Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-16T07:13:08.772Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-16T07:13:08.772Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-16T07:13:09.334Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-16T07:13:09.334Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-16T07:13:09.897Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-16T07:13:09.897Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-16T07:13:09.897Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-16T07:13:10.153Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-16T07:13:10.410Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-16T07:13:10.410Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-16T07:13:10.667Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-16T07:13:10.923Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-16T07:13:11.287Z] === RUN TestCheckpointCreateError [2022-03-16T07:13:11.287Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCheckpointCreate [2022-03-16T07:13:11.287Z] --- PASS: TestCheckpointCreate (0.02s) [2022-03-16T07:13:11.287Z] === RUN TestCheckpointDeleteError [2022-03-16T07:13:11.287Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCheckpointDelete [2022-03-16T07:13:11.287Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCheckpointListError [2022-03-16T07:13:11.287Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCheckpointList [2022-03-16T07:13:11.287Z] --- PASS: TestCheckpointList (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCheckpointListContainerNotFound [2022-03-16T07:13:11.287Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestNewClientWithOpsFromEnv [2022-03-16T07:13:11.287Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-16T07:13:11.287Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestGetAPIPath [2022-03-16T07:13:11.287Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestParseHostURL [2022-03-16T07:13:11.287Z] --- PASS: TestParseHostURL (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-16T07:13:11.287Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-16T07:13:11.287Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestNegotiateAPIVersion [2022-03-16T07:13:11.287Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestNegotiateAPVersionOverride [2022-03-16T07:13:11.287Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-16T07:13:11.287Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-16T07:13:11.287Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-16T07:13:11.287Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestClientRedirect [2022-03-16T07:13:11.287Z] --- PASS: TestClientRedirect (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigCreateUnsupported [2022-03-16T07:13:11.287Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigCreateError [2022-03-16T07:13:11.287Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigCreate [2022-03-16T07:13:11.287Z] --- PASS: TestConfigCreate (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigInspectNotFound [2022-03-16T07:13:11.287Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigInspectWithEmptyID [2022-03-16T07:13:11.287Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigInspectUnsupported [2022-03-16T07:13:11.287Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigInspectError [2022-03-16T07:13:11.287Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigInspectConfigNotFound [2022-03-16T07:13:11.287Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigInspect [2022-03-16T07:13:11.287Z] --- PASS: TestConfigInspect (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigListUnsupported [2022-03-16T07:13:11.287Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigListError [2022-03-16T07:13:11.287Z] --- PASS: TestConfigListError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigList [2022-03-16T07:13:11.287Z] --- PASS: TestConfigList (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigRemoveUnsupported [2022-03-16T07:13:11.287Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigRemoveError [2022-03-16T07:13:11.287Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigRemove [2022-03-16T07:13:11.287Z] --- PASS: TestConfigRemove (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigUpdateUnsupported [2022-03-16T07:13:11.287Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigUpdateError [2022-03-16T07:13:11.287Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestConfigUpdate [2022-03-16T07:13:11.287Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerCommitError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerCommit [2022-03-16T07:13:11.287Z] --- PASS: TestContainerCommit (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerStatPathError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerStatPathNotFoundError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerStatPathNoHeaderError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerStatPath [2022-03-16T07:13:11.287Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCopyToContainerError [2022-03-16T07:13:11.287Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCopyToContainerNotFoundError [2022-03-16T07:13:11.287Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-16T07:13:11.287Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCopyToContainer [2022-03-16T07:13:11.287Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCopyFromContainerError [2022-03-16T07:13:11.287Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCopyFromContainerNotFoundError [2022-03-16T07:13:11.287Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-16T07:13:11.287Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-16T07:13:11.287Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestCopyFromContainer [2022-03-16T07:13:11.287Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerCreateError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerCreateImageNotFound [2022-03-16T07:13:11.287Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerCreateWithName [2022-03-16T07:13:11.287Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerCreateAutoRemove [2022-03-16T07:13:11.287Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerDiffError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerDiff [2022-03-16T07:13:11.287Z] --- PASS: TestContainerDiff (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerExecCreateError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerExecCreate [2022-03-16T07:13:11.287Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerExecStartError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerExecStart [2022-03-16T07:13:11.287Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerExecInspectError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerExecInspect [2022-03-16T07:13:11.287Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerExportError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerExportError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerExport [2022-03-16T07:13:11.287Z] --- PASS: TestContainerExport (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerInspectError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerInspectContainerNotFound [2022-03-16T07:13:11.287Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerInspectWithEmptyID [2022-03-16T07:13:11.287Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerInspect [2022-03-16T07:13:11.287Z] --- PASS: TestContainerInspect (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerInspectNode [2022-03-16T07:13:11.287Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerKillError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerKillError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerKill [2022-03-16T07:13:11.287Z] --- PASS: TestContainerKill (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerListError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerListError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerList [2022-03-16T07:13:11.287Z] --- PASS: TestContainerList (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerLogsNotFoundError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerLogsError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerLogs [2022-03-16T07:13:11.287Z] --- PASS: TestContainerLogs (0.21s) [2022-03-16T07:13:11.287Z] === RUN TestContainerPauseError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerPause [2022-03-16T07:13:11.287Z] --- PASS: TestContainerPause (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainersPruneError [2022-03-16T07:13:11.287Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainersPrune [2022-03-16T07:13:11.287Z] --- PASS: TestContainersPrune (0.02s) [2022-03-16T07:13:11.287Z] === RUN TestContainerRemoveError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerRemoveNotFoundError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerRemove [2022-03-16T07:13:11.287Z] --- PASS: TestContainerRemove (0.01s) [2022-03-16T07:13:11.287Z] === RUN TestContainerRenameError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerRename [2022-03-16T07:13:11.287Z] --- PASS: TestContainerRename (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerResizeError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerExecResizeError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerResize [2022-03-16T07:13:11.287Z] --- PASS: TestContainerResize (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerExecResize [2022-03-16T07:13:11.287Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerRestartError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerRestart [2022-03-16T07:13:11.287Z] --- PASS: TestContainerRestart (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerStartError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerStartError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerStart [2022-03-16T07:13:11.287Z] --- PASS: TestContainerStart (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerStatsError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerStats [2022-03-16T07:13:11.287Z] --- PASS: TestContainerStats (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerStopError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerStopError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerStop [2022-03-16T07:13:11.287Z] --- PASS: TestContainerStop (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerTopError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerTopError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerTop [2022-03-16T07:13:11.287Z] --- PASS: TestContainerTop (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerUnpauseError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerUnpause [2022-03-16T07:13:11.287Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerUpdateError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerUpdate [2022-03-16T07:13:11.287Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerWaitError [2022-03-16T07:13:11.287Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestContainerWait [2022-03-16T07:13:11.287Z] --- PASS: TestContainerWait (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestDiskUsageError [2022-03-16T07:13:11.287Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestDiskUsage [2022-03-16T07:13:11.287Z] --- PASS: TestDiskUsage (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestDistributionInspectUnsupported [2022-03-16T07:13:11.287Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestDistributionInspectWithEmptyID [2022-03-16T07:13:11.287Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestEventsErrorInOptions [2022-03-16T07:13:11.287Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestEventsErrorFromServer [2022-03-16T07:13:11.287Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestEvents [2022-03-16T07:13:11.287Z] --- PASS: TestEvents (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestTLSCloseWriter [2022-03-16T07:13:11.287Z] === PAUSE TestTLSCloseWriter [2022-03-16T07:13:11.287Z] === RUN TestImageBuildError [2022-03-16T07:13:11.287Z] --- PASS: TestImageBuildError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageBuild [2022-03-16T07:13:11.287Z] --- PASS: TestImageBuild (0.01s) [2022-03-16T07:13:11.287Z] === RUN TestGetDockerOS [2022-03-16T07:13:11.287Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageCreateError [2022-03-16T07:13:11.287Z] --- PASS: TestImageCreateError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageCreate [2022-03-16T07:13:11.287Z] --- PASS: TestImageCreate (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageHistoryError [2022-03-16T07:13:11.287Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageHistory [2022-03-16T07:13:11.287Z] --- PASS: TestImageHistory (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageImportError [2022-03-16T07:13:11.287Z] --- PASS: TestImageImportError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageImport [2022-03-16T07:13:11.287Z] --- PASS: TestImageImport (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageInspectError [2022-03-16T07:13:11.287Z] --- PASS: TestImageInspectError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageInspectImageNotFound [2022-03-16T07:13:11.287Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageInspectWithEmptyID [2022-03-16T07:13:11.287Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageInspect [2022-03-16T07:13:11.287Z] --- PASS: TestImageInspect (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageListError [2022-03-16T07:13:11.287Z] --- PASS: TestImageListError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageList [2022-03-16T07:13:11.287Z] --- PASS: TestImageList (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageListApiBefore125 [2022-03-16T07:13:11.287Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageLoadError [2022-03-16T07:13:11.287Z] --- PASS: TestImageLoadError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImageLoad [2022-03-16T07:13:11.287Z] --- PASS: TestImageLoad (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagesPruneError [2022-03-16T07:13:11.287Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagesPrune [2022-03-16T07:13:11.287Z] --- PASS: TestImagesPrune (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePullReferenceParseError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePullAnyError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePullWithoutErrors [2022-03-16T07:13:11.287Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePushReferenceError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePushAnyError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-16T07:13:11.287Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-16T07:13:11.287Z] === RUN TestImagePushWithoutErrors [2022-03-16T07:13:11.287Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-16T07:13:11.287Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-16T07:13:11.287Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-16T07:13:11.287Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-16T07:13:11.287Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-16T07:13:11.287Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-16T07:13:11.287Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-16T07:13:11.287Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-16T07:13:11.288Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageRemoveError [2022-03-16T07:13:11.288Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageRemoveImageNotFound [2022-03-16T07:13:11.288Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageRemove [2022-03-16T07:13:11.288Z] --- PASS: TestImageRemove (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageSaveError [2022-03-16T07:13:11.288Z] --- PASS: TestImageSaveError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageSave [2022-03-16T07:13:11.288Z] --- PASS: TestImageSave (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageSearchAnyError [2022-03-16T07:13:11.288Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-16T07:13:11.288Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-16T07:13:11.288Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-16T07:13:11.288Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-16T07:13:11.288Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageSearchWithoutErrors [2022-03-16T07:13:11.288Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageTagError [2022-03-16T07:13:11.288Z] --- PASS: TestImageTagError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageTagInvalidReference [2022-03-16T07:13:11.288Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageTagInvalidSourceImageName [2022-03-16T07:13:11.288Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageTagHexSource [2022-03-16T07:13:11.288Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestImageTag [2022-03-16T07:13:11.288Z] --- PASS: TestImageTag (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestInfoServerError [2022-03-16T07:13:11.288Z] --- PASS: TestInfoServerError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestInfoInvalidResponseJSONError [2022-03-16T07:13:11.288Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestInfo [2022-03-16T07:13:11.288Z] --- PASS: TestInfo (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkConnectError [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkConnect [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkCreateError [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkCreate [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkDisconnectError [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkDisconnect [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkInspect [2022-03-16T07:13:11.288Z] === RUN TestNetworkInspect/empty_ID [2022-03-16T07:13:11.288Z] === RUN TestNetworkInspect/no_options [2022-03-16T07:13:11.288Z] === RUN TestNetworkInspect/verbose [2022-03-16T07:13:11.288Z] === RUN TestNetworkInspect/global_scope [2022-03-16T07:13:11.288Z] === RUN TestNetworkInspect/unknown_network [2022-03-16T07:13:11.288Z] === RUN TestNetworkInspect/server_error [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkListError [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkListError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkList [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkList (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworksPruneError [2022-03-16T07:13:11.288Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworksPrune [2022-03-16T07:13:11.288Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkRemoveError [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNetworkRemove [2022-03-16T07:13:11.288Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNodeInspectError [2022-03-16T07:13:11.288Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNodeInspectNodeNotFound [2022-03-16T07:13:11.288Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNodeInspectWithEmptyID [2022-03-16T07:13:11.288Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNodeInspect [2022-03-16T07:13:11.288Z] --- PASS: TestNodeInspect (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNodeListError [2022-03-16T07:13:11.288Z] --- PASS: TestNodeListError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNodeList [2022-03-16T07:13:11.288Z] --- PASS: TestNodeList (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNodeRemoveError [2022-03-16T07:13:11.288Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNodeRemove [2022-03-16T07:13:11.288Z] --- PASS: TestNodeRemove (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNodeUpdateError [2022-03-16T07:13:11.288Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestNodeUpdate [2022-03-16T07:13:11.288Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestOptionWithHostFromEnv [2022-03-16T07:13:11.288Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestOptionWithTimeout [2022-03-16T07:13:11.288Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestOptionWithVersionFromEnv [2022-03-16T07:13:11.288Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPingFail [2022-03-16T07:13:11.288Z] --- PASS: TestPingFail (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPingWithError [2022-03-16T07:13:11.288Z] 2022/03/16 07:13:10 RoundTripper returned a response & error; ignoring response [2022-03-16T07:13:11.288Z] 2022/03/16 07:13:10 RoundTripper returned a response & error; ignoring response [2022-03-16T07:13:11.288Z] --- PASS: TestPingWithError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPingSuccess [2022-03-16T07:13:11.288Z] --- PASS: TestPingSuccess (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPingHeadFallback [2022-03-16T07:13:11.288Z] === RUN TestPingHeadFallback/OK [2022-03-16T07:13:11.288Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-16T07:13:11.288Z] === RUN TestPingHeadFallback/Not_Found [2022-03-16T07:13:11.288Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-16T07:13:11.288Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-16T07:13:11.288Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-16T07:13:11.288Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-16T07:13:11.288Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-16T07:13:11.288Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginDisableError [2022-03-16T07:13:11.288Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginDisable [2022-03-16T07:13:11.288Z] --- PASS: TestPluginDisable (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginEnableError [2022-03-16T07:13:11.288Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginEnable [2022-03-16T07:13:11.288Z] --- PASS: TestPluginEnable (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginInspectError [2022-03-16T07:13:11.288Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginInspectWithEmptyID [2022-03-16T07:13:11.288Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginInspect [2022-03-16T07:13:11.288Z] --- PASS: TestPluginInspect (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginListError [2022-03-16T07:13:11.288Z] --- PASS: TestPluginListError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginList [2022-03-16T07:13:11.288Z] --- PASS: TestPluginList (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginPushError [2022-03-16T07:13:11.288Z] --- PASS: TestPluginPushError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginPush [2022-03-16T07:13:11.288Z] --- PASS: TestPluginPush (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginRemoveError [2022-03-16T07:13:11.288Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginRemove [2022-03-16T07:13:11.288Z] --- PASS: TestPluginRemove (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginSetError [2022-03-16T07:13:11.288Z] --- PASS: TestPluginSetError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPluginSet [2022-03-16T07:13:11.288Z] --- PASS: TestPluginSet (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSetHostHeader [2022-03-16T07:13:11.288Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestPlainTextError [2022-03-16T07:13:11.288Z] --- PASS: TestPlainTextError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestInfiniteError [2022-03-16T07:13:11.288Z] --- PASS: TestInfiniteError (0.04s) [2022-03-16T07:13:11.288Z] === RUN TestCanceledContext [2022-03-16T07:13:11.288Z] 2022/03/16 07:13:10 RoundTripper returned a response & error; ignoring response [2022-03-16T07:13:11.288Z] --- PASS: TestCanceledContext (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestDeadlineExceededContext [2022-03-16T07:13:11.288Z] 2022/03/16 07:13:10 RoundTripper returned a response & error; ignoring response [2022-03-16T07:13:11.288Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretCreateUnsupported [2022-03-16T07:13:11.288Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretCreateError [2022-03-16T07:13:11.288Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretCreate [2022-03-16T07:13:11.288Z] --- PASS: TestSecretCreate (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretInspectUnsupported [2022-03-16T07:13:11.288Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretInspectError [2022-03-16T07:13:11.288Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretInspectSecretNotFound [2022-03-16T07:13:11.288Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretInspectWithEmptyID [2022-03-16T07:13:11.288Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretInspect [2022-03-16T07:13:11.288Z] --- PASS: TestSecretInspect (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretListUnsupported [2022-03-16T07:13:11.288Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretListError [2022-03-16T07:13:11.288Z] --- PASS: TestSecretListError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretList [2022-03-16T07:13:11.288Z] --- PASS: TestSecretList (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretRemoveUnsupported [2022-03-16T07:13:11.288Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretRemoveError [2022-03-16T07:13:11.288Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretRemove [2022-03-16T07:13:11.288Z] --- PASS: TestSecretRemove (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretUpdateUnsupported [2022-03-16T07:13:11.288Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretUpdateError [2022-03-16T07:13:11.288Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSecretUpdate [2022-03-16T07:13:11.288Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceCreateError [2022-03-16T07:13:11.288Z] --- PASS: TestServiceCreateError (0.01s) [2022-03-16T07:13:11.288Z] === RUN TestServiceCreate [2022-03-16T07:13:11.288Z] --- PASS: TestServiceCreate (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-16T07:13:11.288Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceCreateDigestPinning [2022-03-16T07:13:11.288Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceInspectError [2022-03-16T07:13:11.288Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceInspectServiceNotFound [2022-03-16T07:13:11.288Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceInspectWithEmptyID [2022-03-16T07:13:11.288Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceInspect [2022-03-16T07:13:11.288Z] --- PASS: TestServiceInspect (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceListError [2022-03-16T07:13:11.288Z] --- PASS: TestServiceListError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceList [2022-03-16T07:13:11.288Z] --- PASS: TestServiceList (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceLogsError [2022-03-16T07:13:11.288Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceLogs [2022-03-16T07:13:11.288Z] --- PASS: TestServiceLogs (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceRemoveError [2022-03-16T07:13:11.288Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceRemoveNotFoundError [2022-03-16T07:13:11.288Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceRemove [2022-03-16T07:13:11.288Z] --- PASS: TestServiceRemove (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceUpdateError [2022-03-16T07:13:11.288Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestServiceUpdate [2022-03-16T07:13:11.288Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmGetUnlockKeyError [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmGetUnlockKey [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmInitError [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmInit [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmInit (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmInspectError [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmInspect [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmJoinError [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmJoin [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmLeaveError [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmLeave [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmUnlockError [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmUnlock [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmUpdateError [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestSwarmUpdate [2022-03-16T07:13:11.288Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestTaskInspectError [2022-03-16T07:13:11.288Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestTaskInspectWithEmptyID [2022-03-16T07:13:11.288Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestTaskInspect [2022-03-16T07:13:11.288Z] --- PASS: TestTaskInspect (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestTaskListError [2022-03-16T07:13:11.288Z] --- PASS: TestTaskListError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestTaskList [2022-03-16T07:13:11.288Z] --- PASS: TestTaskList (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestVolumeCreateError [2022-03-16T07:13:11.288Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestVolumeCreate [2022-03-16T07:13:11.288Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestVolumeInspectError [2022-03-16T07:13:11.288Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestVolumeInspectNotFound [2022-03-16T07:13:11.288Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestVolumeInspectWithEmptyID [2022-03-16T07:13:11.288Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestVolumeInspect [2022-03-16T07:13:11.288Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestVolumeListError [2022-03-16T07:13:11.288Z] --- PASS: TestVolumeListError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestVolumeList [2022-03-16T07:13:11.288Z] --- PASS: TestVolumeList (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestVolumeRemoveError [2022-03-16T07:13:11.288Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-16T07:13:11.288Z] === RUN TestVolumeRemove [2022-03-16T07:13:11.288Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-16T07:13:11.288Z] === CONT TestTLSCloseWriter [2022-03-16T07:13:11.288Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-16T07:13:11.288Z] PASS [2022-03-16T07:13:11.288Z] coverage: 75.2% of statements [2022-03-16T07:13:11.288Z] ok github.com/docker/docker/client 0.556s coverage: 75.2% of statements [2022-03-16T07:13:11.487Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-16T07:13:11.487Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-16T07:13:12.051Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-16T07:13:12.235Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.44s) [2022-03-16T07:13:12.235Z] === RUN TestStopContainerWithTimeout [2022-03-16T07:13:12.235Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-16T07:13:12.235Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-16T07:13:12.235Z] === RUN TestUpdateRestartPolicy [2022-03-16T07:13:12.613Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-16T07:13:12.613Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-16T07:13:13.177Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-16T07:13:13.865Z] --- PASS: TestRemoveContainerWithRemovedVolume (6.32s) [2022-03-16T07:13:13.865Z] === RUN TestRemoveContainerWithVolume [2022-03-16T07:13:15.692Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-16T07:13:15.692Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-16T07:13:15.692Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-16T07:13:16.128Z] --- PASS: TestRemoveContainerWithVolume (3.26s) [2022-03-16T07:13:16.128Z] === RUN TestRemoveContainerRunning [2022-03-16T07:13:17.060Z] === RUN TestDockerSuite/TestImportFile [2022-03-16T07:13:17.991Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-16T07:13:17.991Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-16T07:13:18.922Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-16T07:13:19.981Z] --- PASS: TestRemoveContainerRunning (3.29s) [2022-03-16T07:13:19.981Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-16T07:13:20.287Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-16T07:13:21.218Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-16T07:13:21.788Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-16T07:13:22.054Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-16T07:13:22.311Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-16T07:13:22.877Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-16T07:13:22.877Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-16T07:13:22.877Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-16T07:13:23.041Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.54s) [2022-03-16T07:13:23.041Z] === RUN TestRemoveInvalidContainer [2022-03-16T07:13:23.041Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-16T07:13:23.041Z] === RUN TestRenameLinkedContainer [2022-03-16T07:13:23.041Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-16T07:13:23.041Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-16T07:13:23.041Z] === RUN TestRenameStoppedContainer [2022-03-16T07:13:23.440Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-16T07:13:23.696Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-16T07:13:24.263Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-16T07:13:24.828Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-16T07:13:25.085Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-16T07:13:25.647Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-16T07:13:25.647Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-16T07:13:26.055Z] --- PASS: TestRenameStoppedContainer (3.31s) [2022-03-16T07:13:26.055Z] === RUN TestRenameRunningContainerAndReuse [2022-03-16T07:13:26.575Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-16T07:13:27.138Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-16T07:13:27.394Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-16T07:13:27.394Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-16T07:13:27.957Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-16T07:13:27.957Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-16T07:13:27.957Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-16T07:13:28.520Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-16T07:13:29.081Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-16T07:13:29.645Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-16T07:13:30.207Z] === RUN TestDockerSuite/TestInspectImage [2022-03-16T07:13:30.207Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-16T07:13:30.207Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-16T07:13:30.207Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-16T07:13:30.207Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-16T07:13:30.770Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-16T07:13:31.026Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-16T07:13:31.026Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-16T07:13:31.590Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-16T07:13:32.153Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-16T07:13:33.327Z] --- PASS: TestRenameRunningContainerAndReuse (6.89s) [2022-03-16T07:13:33.327Z] === RUN TestRenameInvalidName [2022-03-16T07:13:34.044Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-16T07:13:34.045Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-16T07:13:34.609Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-16T07:13:35.173Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-16T07:13:36.104Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-16T07:13:36.331Z] --- PASS: TestRenameInvalidName (3.36s) [2022-03-16T07:13:36.331Z] === RUN TestRenameAnonymousContainer [2022-03-16T07:13:36.668Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-16T07:13:36.925Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-16T07:13:36.999Z] --- PASS: TestCheckoutGit (41.96s) [2022-03-16T07:13:36.999Z] === RUN TestValidGitTransport [2022-03-16T07:13:36.999Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-16T07:13:36.999Z] === RUN TestGitInvalidRef [2022-03-16T07:13:36.999Z] --- PASS: TestGitInvalidRef (0.29s) [2022-03-16T07:13:36.999Z] PASS [2022-03-16T07:13:36.999Z] coverage: 86.3% of statements [2022-03-16T07:13:36.999Z] ok github.com/docker/docker/builder/remotecontext/git 42.336s coverage: 86.3% of statements [2022-03-16T07:13:37.488Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-16T07:13:37.490Z] ? github.com/docker/docker/cli [no test files] [2022-03-16T07:13:37.490Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-16T07:13:37.536Z] --- PASS: TestUpdateRestartPolicy (22.96s) [2022-03-16T07:13:37.536Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-16T07:13:37.536Z] --- PASS: TestUpdateRestartWithAutoRemove (2.37s) [2022-03-16T07:13:37.536Z] === RUN TestWaitNonBlocked [2022-03-16T07:13:37.536Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:13:37.536Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:13:37.536Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:13:37.536Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:13:37.536Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:13:37.536Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:13:38.077Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-16T07:13:38.341Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-16T07:13:38.903Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-16T07:13:38.903Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-16T07:13:40.269Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-16T07:13:40.489Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-16T07:13:40.489Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.76s) [2022-03-16T07:13:40.489Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.16s) [2022-03-16T07:13:40.489Z] === RUN TestWaitBlocked [2022-03-16T07:13:40.489Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:13:40.489Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-16T07:13:40.489Z] PASS [2022-03-16T07:13:40.489Z] ok github.com/docker/docker/integration/container 91.418s [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === Skipped [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-16T07:13:40.489Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-16T07:13:40.489Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-16T07:13:40.489Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-16T07:13:40.489Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-16T07:13:40.489Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-16T07:13:40.489Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-16T07:13:40.489Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-16T07:13:40.489Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-16T07:13:40.489Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-16T07:13:40.489Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-16T07:13:40.489Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-16T07:13:40.489Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-16T07:13:40.489Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-16T07:13:40.489Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-16T07:13:40.489Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-16T07:13:40.489Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-16T07:13:40.489Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-16T07:13:40.489Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-16T07:13:40.489Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-16T07:13:40.489Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-16T07:13:40.489Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-16T07:13:40.489Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-16T07:13:40.489Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-16T07:13:40.489Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-16T07:13:40.489Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-16T07:13:40.489Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-16T07:13:40.489Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-16T07:13:40.489Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-16T07:13:40.489Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-16T07:13:40.489Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-16T07:13:40.489Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-16T07:13:40.489Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-16T07:13:40.489Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-16T07:13:40.489Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:13:40.489Z] [2022-03-16T07:13:40.489Z] DONE 87 tests, 33 skipped in 94.160s [2022-03-16T07:13:40.489Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-16T07:13:41.638Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-16T07:13:42.202Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-16T07:13:42.459Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-16T07:13:43.387Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-16T07:13:43.642Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-16T07:13:45.536Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-16T07:13:46.393Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-16T07:13:46.394Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestConfigureDaemonLogs [2022-03-16T07:13:46.394Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestCommonOptionsInstallFlags [2022-03-16T07:13:46.394Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-16T07:13:46.394Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-16T07:13:46.394Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-16T07:13:46.394Z] PASS [2022-03-16T07:13:46.394Z] coverage: 19.0% of statements [2022-03-16T07:13:46.892Z] ok github.com/docker/docker/cmd/dockerd 0.468s coverage: 19.0% of statements [2022-03-16T07:13:46.892Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-16T07:13:46.892Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-16T07:13:47.433Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-16T07:13:47.433Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-16T07:13:47.690Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-16T07:13:48.531Z] === RUN TestContainerStopSignal [2022-03-16T07:13:48.531Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestContainerStopTimeout [2022-03-16T07:13:48.531Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-16T07:13:48.531Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-16T07:13:48.531Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-16T07:13:48.531Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestReplaceAndAppendEnvVars [2022-03-16T07:13:48.531Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-16T07:13:48.531Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestNewMemoryStore [2022-03-16T07:13:48.531Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestAddContainers [2022-03-16T07:13:48.531Z] --- PASS: TestAddContainers (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestGetContainer [2022-03-16T07:13:48.531Z] --- PASS: TestGetContainer (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestDeleteContainer [2022-03-16T07:13:48.531Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestListContainers [2022-03-16T07:13:48.531Z] --- PASS: TestListContainers (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestFirstContainer [2022-03-16T07:13:48.531Z] --- PASS: TestFirstContainer (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestApplyAllContainer [2022-03-16T07:13:48.531Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestIsValidHealthString [2022-03-16T07:13:48.531Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestStateRunStop [2022-03-16T07:13:48.531Z] --- PASS: TestStateRunStop (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestStateTimeoutWait [2022-03-16T07:13:48.531Z] state_test.go:141: Stop callback fired [2022-03-16T07:13:48.531Z] state_test.go:165: Stop callback fired [2022-03-16T07:13:48.531Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-16T07:13:48.531Z] === RUN TestIsValidStateString [2022-03-16T07:13:48.531Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestViewSaveDelete [2022-03-16T07:13:48.531Z] --- PASS: TestViewSaveDelete (0.03s) [2022-03-16T07:13:48.531Z] === RUN TestViewAll [2022-03-16T07:13:48.531Z] --- PASS: TestViewAll (0.02s) [2022-03-16T07:13:48.531Z] === RUN TestViewGet [2022-03-16T07:13:48.531Z] --- PASS: TestViewGet (0.01s) [2022-03-16T07:13:48.531Z] === RUN TestNames [2022-03-16T07:13:48.531Z] --- PASS: TestNames (0.00s) [2022-03-16T07:13:48.531Z] === RUN TestViewWithHealthCheck [2022-03-16T07:13:48.531Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-16T07:13:48.531Z] PASS [2022-03-16T07:13:48.531Z] coverage: 41.7% of statements [2022-03-16T07:13:48.531Z] ok github.com/docker/docker/container 0.290s coverage: 41.7% of statements [2022-03-16T07:13:48.531Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-16T07:13:48.531Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-16T07:13:48.531Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-16T07:13:48.531Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-16T07:13:48.947Z] --- PASS: TestRenameAnonymousContainer (12.21s) [2022-03-16T07:13:48.947Z] === RUN TestRenameContainerWithSameName [2022-03-16T07:13:49.059Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-16T07:13:49.622Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-16T07:13:50.167Z] === RUN TestPrepare [2022-03-16T07:13:50.167Z] --- PASS: TestPrepare (0.00s) [2022-03-16T07:13:50.167Z] === RUN TestStart [2022-03-16T07:13:50.167Z] --- PASS: TestStart (0.00s) [2022-03-16T07:13:50.167Z] === RUN TestWaitCancel [2022-03-16T07:13:50.167Z] --- PASS: TestWaitCancel (0.00s) [2022-03-16T07:13:50.167Z] === RUN TestWaitDisabled [2022-03-16T07:13:50.167Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-16T07:13:50.167Z] === RUN TestWaitEnabled [2022-03-16T07:13:50.167Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-16T07:13:50.167Z] === RUN TestRemove [2022-03-16T07:13:50.167Z] --- PASS: TestRemove (0.00s) [2022-03-16T07:13:50.167Z] PASS [2022-03-16T07:13:50.167Z] coverage: 65.3% of statements [2022-03-16T07:13:50.167Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.108s coverage: 65.3% of statements [2022-03-16T07:13:50.185Z] docker_api_swarm_service_test.go:395: [db1436f51439d] joining swarm manager [dfa4a5c61b5cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:13:50.185Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-16T07:13:51.113Z] docker_api_swarm_service_test.go:395: [df1196f8cb0c3] joining swarm manager [dfa4a5c61b5cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:13:51.949Z] --- PASS: TestRenameContainerWithSameName (3.46s) [2022-03-16T07:13:51.949Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-16T07:13:51.949Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-16T07:13:51.949Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-16T07:13:51.949Z] === RUN TestResize [2022-03-16T07:13:52.488Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-16T07:13:52.981Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.23s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-16T07:13:52.981Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-16T07:13:52.981Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-16T07:13:52.981Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-16T07:13:52.981Z] PASS [2022-03-16T07:13:52.981Z] coverage: 35.9% of statements [2022-03-16T07:13:52.981Z] ok github.com/docker/docker/daemon/cluster/convert 0.610s coverage: 35.9% of statements [2022-03-16T07:13:52.981Z] === RUN TestNewListSecretsFilters [2022-03-16T07:13:52.981Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-16T07:13:52.981Z] === RUN TestNewListConfigsFilters [2022-03-16T07:13:52.981Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-16T07:13:52.981Z] PASS [2022-03-16T07:13:52.981Z] coverage: 0.5% of statements [2022-03-16T07:13:52.981Z] ok github.com/docker/docker/daemon/cluster 1.330s coverage: 0.5% of statements [2022-03-16T07:13:55.806Z] --- PASS: TestResize (3.31s) [2022-03-16T07:13:55.806Z] === RUN TestResizeWithInvalidSize [2022-03-16T07:13:56.919Z] === RUN TestBuilderGC [2022-03-16T07:13:56.919Z] --- PASS: TestBuilderGC (0.01s) [2022-03-16T07:13:56.919Z] === RUN TestDaemonConfigurationNotFound [2022-03-16T07:13:56.919Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-16T07:13:56.919Z] === RUN TestDaemonBrokenConfiguration [2022-03-16T07:13:56.919Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-16T07:13:56.919Z] === RUN TestFindConfigurationConflicts [2022-03-16T07:13:56.919Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-16T07:13:56.919Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-16T07:13:56.919Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-16T07:13:56.919Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-16T07:13:56.919Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-16T07:13:56.919Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-16T07:13:56.919Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-16T07:13:56.919Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-16T07:13:56.919Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-16T07:13:56.919Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-16T07:13:56.919Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-16T07:13:56.919Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-16T07:13:56.919Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-16T07:13:56.919Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-16T07:13:56.919Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-16T07:13:56.919Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-16T07:13:56.919Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-16T07:13:56.919Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-16T07:13:56.919Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-16T07:13:56.919Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-16T07:13:56.919Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-16T07:13:56.919Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-16T07:13:56.919Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-16T07:13:56.919Z] === RUN TestValidateConfigurationErrors [2022-03-16T07:13:56.919Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-16T07:13:56.919Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-16T07:13:56.919Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-16T07:13:57.411Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-16T07:13:57.411Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-16T07:13:57.411Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-16T07:13:57.411Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-16T07:13:57.411Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-16T07:13:57.411Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-16T07:13:57.411Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-16T07:13:57.411Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-16T07:13:57.411Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-16T07:13:57.411Z] === RUN TestValidateConfiguration [2022-03-16T07:13:57.411Z] === RUN TestValidateConfiguration/with_label [2022-03-16T07:13:57.411Z] === RUN TestValidateConfiguration/with_dns [2022-03-16T07:13:57.411Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-16T07:13:57.411Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-16T07:13:57.411Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-16T07:13:57.411Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-16T07:13:57.411Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-16T07:13:57.411Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-16T07:13:57.411Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-16T07:13:57.412Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-16T07:13:57.412Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-16T07:13:57.412Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-16T07:13:57.412Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-16T07:13:57.412Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-16T07:13:57.412Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-16T07:13:57.412Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-16T07:13:57.412Z] === RUN TestReloadSetConfigFileNotExist [2022-03-16T07:13:57.412Z] time="2022-03-16T07:13:56Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-16T07:13:57.412Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-03-16T07:13:57.412Z] === RUN TestReloadDefaultConfigNotExist [2022-03-16T07:13:57.412Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:13:57.412Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-16T07:13:57.412Z] === RUN TestReloadBadDefaultConfig [2022-03-16T07:13:57.412Z] time="2022-03-16T07:13:56Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-406587334" [2022-03-16T07:13:57.412Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-16T07:13:57.412Z] === RUN TestReloadWithConflictingLabels [2022-03-16T07:13:57.412Z] time="2022-03-16T07:13:56Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3088456909" [2022-03-16T07:13:57.412Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-16T07:13:57.412Z] === RUN TestReloadWithDuplicateLabels [2022-03-16T07:13:57.412Z] time="2022-03-16T07:13:56Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3579424375" [2022-03-16T07:13:57.412Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-16T07:13:57.412Z] === RUN TestMaskURLCredentials [2022-03-16T07:13:57.412Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-16T07:13:57.412Z] === RUN TestDaemonConfigurationMerge [2022-03-16T07:13:57.412Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-16T07:13:57.412Z] PASS [2022-03-16T07:13:57.412Z] coverage: 79.2% of statements [2022-03-16T07:13:57.412Z] ok github.com/docker/docker/daemon/config 0.700s coverage: 79.2% of statements [2022-03-16T07:13:57.412Z] === RUN TestEventsLog [2022-03-16T07:13:57.412Z] --- PASS: TestEventsLog (0.00s) [2022-03-16T07:13:57.412Z] === RUN TestEventsLogTimeout [2022-03-16T07:13:57.412Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-16T07:13:57.412Z] === RUN TestLogEvents [2022-03-16T07:13:57.412Z] --- PASS: TestLogEvents (0.05s) [2022-03-16T07:13:57.412Z] === RUN TestLoadBufferedEvents [2022-03-16T07:13:57.908Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-03-16T07:13:57.908Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-16T07:13:57.908Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-16T07:13:57.908Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-16T07:13:57.908Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-16T07:13:57.908Z] PASS [2022-03-16T07:13:57.908Z] coverage: 50.0% of statements [2022-03-16T07:13:57.908Z] ok github.com/docker/docker/daemon/events 0.322s coverage: 50.0% of statements [2022-03-16T07:13:57.908Z] === RUN TestWaitNodeAttachment [2022-03-16T07:13:58.405Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-16T07:13:58.405Z] === RUN TestIsolationConversion [2022-03-16T07:13:58.405Z] === RUN TestIsolationConversion/default [2022-03-16T07:13:58.405Z] === RUN TestIsolationConversion/process [2022-03-16T07:13:58.405Z] === RUN TestIsolationConversion/hyperv [2022-03-16T07:13:58.405Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-16T07:13:58.405Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-16T07:13:58.405Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-16T07:13:58.405Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-16T07:13:58.405Z] === RUN TestContainerLabels [2022-03-16T07:13:58.405Z] --- PASS: TestContainerLabels (0.00s) [2022-03-16T07:13:58.405Z] === RUN TestCredentialSpecConversion [2022-03-16T07:13:58.405Z] === RUN TestCredentialSpecConversion/none [2022-03-16T07:13:58.405Z] === RUN TestCredentialSpecConversion/config [2022-03-16T07:13:58.405Z] === RUN TestCredentialSpecConversion/file [2022-03-16T07:13:58.405Z] === RUN TestCredentialSpecConversion/registry [2022-03-16T07:13:58.405Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-16T07:13:58.405Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-16T07:13:58.405Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-16T07:13:58.405Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-16T07:13:58.405Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-16T07:13:58.405Z] === RUN TestControllerValidateMountBind [2022-03-16T07:13:58.405Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-16T07:13:58.405Z] === RUN TestControllerValidateMountVolume [2022-03-16T07:13:58.405Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-16T07:13:58.405Z] === RUN TestControllerValidateMountTarget [2022-03-16T07:13:58.405Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-16T07:13:58.405Z] === RUN TestControllerValidateMountTmpfs [2022-03-16T07:13:58.405Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-16T07:13:58.405Z] === RUN TestControllerValidateMountInvalidType [2022-03-16T07:13:58.405Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-16T07:13:58.405Z] === RUN TestControllerValidateMountNamedPipe [2022-03-16T07:13:58.405Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-16T07:13:58.405Z] PASS [2022-03-16T07:13:58.405Z] coverage: 11.0% of statements [2022-03-16T07:13:58.405Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.612s coverage: 11.0% of statements [2022-03-16T07:13:58.808Z] --- PASS: TestResizeWithInvalidSize (2.94s) [2022-03-16T07:13:58.808Z] === RUN TestResizeWhenContainerNotStarted [2022-03-16T07:13:59.210Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-16T07:13:59.439Z] === RUN TestIsEmptyDir [2022-03-16T07:13:59.439Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-16T07:13:59.439Z] PASS [2022-03-16T07:13:59.439Z] coverage: 2.3% of statements [2022-03-16T07:13:59.439Z] ok github.com/docker/docker/daemon/graphdriver 0.090s coverage: 2.3% of statements [2022-03-16T07:13:59.439Z] === RUN TestLinkNaming [2022-03-16T07:13:59.439Z] --- PASS: TestLinkNaming (0.00s) [2022-03-16T07:13:59.439Z] === RUN TestLinkNew [2022-03-16T07:13:59.439Z] --- PASS: TestLinkNew (0.00s) [2022-03-16T07:13:59.439Z] === RUN TestLinkEnv [2022-03-16T07:13:59.439Z] --- PASS: TestLinkEnv (0.00s) [2022-03-16T07:13:59.439Z] === RUN TestLinkMultipleEnv [2022-03-16T07:13:59.439Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-16T07:13:59.439Z] === RUN TestLinkPortRangeEnv [2022-03-16T07:13:59.439Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-16T07:13:59.439Z] PASS [2022-03-16T07:13:59.439Z] coverage: 93.0% of statements [2022-03-16T07:13:59.439Z] ok github.com/docker/docker/daemon/links 0.060s coverage: 93.0% of statements [2022-03-16T07:14:00.146Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-16T07:14:00.473Z] === RUN TestVerifyNetworkingConfig [2022-03-16T07:14:00.473Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-16T07:14:00.473Z] === RUN TestGetContainer [2022-03-16T07:14:00.473Z] --- PASS: TestGetContainer (0.00s) [2022-03-16T07:14:00.473Z] === RUN TestValidContainerNames [2022-03-16T07:14:00.473Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-16T07:14:00.473Z] === RUN TestContainerInitDNS [2022-03-16T07:14:00.473Z] daemon_test.go:145: root required [2022-03-16T07:14:00.473Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-16T07:14:00.473Z] === RUN TestMerge [2022-03-16T07:14:00.473Z] --- PASS: TestMerge (0.00s) [2022-03-16T07:14:00.473Z] === RUN TestValidateContainerIsolation [2022-03-16T07:14:00.473Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-16T07:14:00.473Z] === RUN TestFindNetworkErrorType [2022-03-16T07:14:00.473Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-16T07:14:00.473Z] === RUN TestEnsureServicesExist [2022-03-16T07:14:00.473Z] --- PASS: TestEnsureServicesExist (0.02s) [2022-03-16T07:14:00.473Z] === RUN TestEnsureServicesExistErrors [2022-03-16T07:14:00.473Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-16T07:14:00.473Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-16T07:14:00.473Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-16T07:14:00.473Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-16T07:14:00.473Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-16T07:14:00.473Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-16T07:14:00.473Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-16T07:14:00.473Z] === RUN TestContainerDelete [2022-03-16T07:14:00.473Z] --- PASS: TestContainerDelete (0.01s) [2022-03-16T07:14:00.473Z] === RUN TestContainerDoubleDelete [2022-03-16T07:14:00.473Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-16T07:14:00.473Z] === RUN TestLogContainerEventCopyLabels [2022-03-16T07:14:00.473Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-16T07:14:00.473Z] === RUN TestLogContainerEventWithAttributes [2022-03-16T07:14:00.474Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestNoneHealthcheck [2022-03-16T07:14:00.474Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestHealthStates [2022-03-16T07:14:00.474Z] time="2022-03-16T07:14:00Z" 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-16T07:14:00.474Z] time="2022-03-16T07:14:00Z" 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-16T07:14:00.474Z] time="2022-03-16T07:14:00Z" 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-16T07:14:00.474Z] time="2022-03-16T07:14:00Z" 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-16T07:14:00.474Z] time="2022-03-16T07:14:00Z" 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-16T07:14:00.474Z] time="2022-03-16T07:14:00Z" 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-16T07:14:00.474Z] time="2022-03-16T07:14:00Z" 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-16T07:14:00.474Z] time="2022-03-16T07:14:00Z" 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-16T07:14:00.474Z] time="2022-03-16T07:14:00Z" 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-16T07:14:00.474Z] time="2022-03-16T07:14:00Z" 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-16T07:14:00.474Z] --- PASS: TestHealthStates (0.20s) [2022-03-16T07:14:00.474Z] === RUN TestGetInspectData [2022-03-16T07:14:00.474Z] --- PASS: TestGetInspectData (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestFillLicense [2022-03-16T07:14:00.474Z] --- PASS: TestFillLicense (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestListInvalidFilter [2022-03-16T07:14:00.474Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestNameFilter [2022-03-16T07:14:00.474Z] --- PASS: TestNameFilter (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-16T07:14:00.474Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-16T07:14:00.474Z] === 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-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-16T07:14:00.474Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-16T07:14:00.474Z] --- 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-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-16T07:14:00.474Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestDaemonReloadLabels [2022-03-16T07:14:00.474Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-16T07:14:00.474Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestDaemonReloadMirrors [2022-03-16T07:14:00.474Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-16T07:14:00.474Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-16T07:14:00.474Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-16T07:14:00.474Z] reload_test.go:342: root required [2022-03-16T07:14:00.474Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-16T07:14:00.474Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-16T07:14:00.474Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-16T07:14:00.474Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-03-16T07:14:00.474Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-16T07:14:00.474Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-03-16T07:14:00.474Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-16T07:14:00.474Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-16T07:14:00.474Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-16T07:14:00.474Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-16T07:14:00.474Z] === RUN TestParseVolumesFrom [2022-03-16T07:14:00.474Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-16T07:14:00.474Z] PASS [2022-03-16T07:14:00.474Z] coverage: 8.6% of statements [2022-03-16T07:14:00.474Z] ok github.com/docker/docker/daemon 0.783s coverage: 8.6% of statements [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-16T07:14:00.967Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-16T07:14:01.079Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-16T07:14:01.761Z] === RUN TestConfigDaemonLibtrustID [2022-03-16T07:14:01.761Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-16T07:14:01.761Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-16T07:14:01.761Z] === RUN TestDaemonConfigValidation [2022-03-16T07:14:01.761Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-16T07:14:01.761Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-16T07:14:01.761Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-16T07:14:01.761Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-16T07:14:01.761Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-16T07:14:01.761Z] === RUN TestDaemonProxy [2022-03-16T07:14:01.761Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-16T07:14:01.761Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-16T07:14:01.761Z] PASS [2022-03-16T07:14:01.761Z] ok github.com/docker/docker/integration/daemon 0.143s [2022-03-16T07:14:01.761Z] [2022-03-16T07:14:01.761Z] === Skipped [2022-03-16T07:14:01.761Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-16T07:14:01.761Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-16T07:14:01.761Z] [2022-03-16T07:14:01.761Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-16T07:14:01.761Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-16T07:14:01.761Z] [2022-03-16T07:14:01.761Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-16T07:14:01.761Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-16T07:14:01.761Z] [2022-03-16T07:14:01.761Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-16T07:14:01.761Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-16T07:14:01.761Z] [2022-03-16T07:14:01.761Z] DONE 4 tests, 4 skipped in 20.707s [2022-03-16T07:14:01.761Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-16T07:14:01.812Z] --- PASS: TestResizeWhenContainerNotStarted (3.42s) [2022-03-16T07:14:01.812Z] === RUN TestDaemonRestartKillContainers [2022-03-16T07:14:01.812Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:01.812Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-16T07:14:01.812Z] === RUN TestStats [2022-03-16T07:14:01.812Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-16T07:14:01.812Z] --- SKIP: TestStats (0.00s) [2022-03-16T07:14:01.812Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-16T07:14:02.007Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-16T07:14:02.604Z] === RUN TestNewStreamConfig [2022-03-16T07:14:02.604Z] === RUN TestNewStreamConfig/defaults [2022-03-16T07:14:02.604Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-16T07:14:02.604Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-16T07:14:02.604Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-16T07:14:02.604Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-16T07:14:02.604Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-16T07:14:02.604Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-16T07:14:02.604Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-16T07:14:02.604Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-16T07:14:02.604Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-16T07:14:02.604Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-16T07:14:02.604Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-16T07:14:02.604Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-16T07:14:02.604Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-16T07:14:02.604Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-16T07:14:02.604Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-16T07:14:02.604Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-16T07:14:02.604Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-16T07:14:02.604Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-16T07:14:02.604Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-16T07:14:02.604Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-16T07:14:02.604Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-16T07:14:02.604Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-16T07:14:02.604Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-16T07:14:02.604Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-16T07:14:02.604Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-16T07:14:02.604Z] time="2022-03-16T07:14:02Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-16T07:14:02.604Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-03-16T07:14:02.604Z] === RUN TestCreateSuccess [2022-03-16T07:14:02.604Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-16T07:14:02.604Z] === RUN TestCreateStreamSkipped [2022-03-16T07:14:02.604Z] time="2022-03-16T07:14:02Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-16T07:14:02.604Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-16T07:14:02.604Z] === RUN TestCreateLogGroupSuccess [2022-03-16T07:14:02.604Z] time="2022-03-16T07:14:02Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-16T07:14:02.604Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-16T07:14:02.604Z] === RUN TestCreateError [2022-03-16T07:14:02.604Z] --- PASS: TestCreateError (0.00s) [2022-03-16T07:14:02.604Z] === RUN TestCreateAlreadyExists [2022-03-16T07:14:02.604Z] time="2022-03-16T07:14:02Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-16T07:14:02.604Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-16T07:14:02.604Z] === RUN TestLogClosed [2022-03-16T07:14:02.604Z] --- PASS: TestLogClosed (0.00s) [2022-03-16T07:14:02.604Z] === RUN TestLogBlocking [2022-03-16T07:14:02.604Z] --- PASS: TestLogBlocking (0.00s) [2022-03-16T07:14:02.604Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-16T07:14:02.604Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestLogNonBlockingBufferFull [2022-03-16T07:14:03.098Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestPublishBatchSuccess [2022-03-16T07:14:03.098Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestPublishBatchError [2022-03-16T07:14:03.098Z] time="2022-03-16T07:14:02Z" level=error msg=error [2022-03-16T07:14:03.098Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-16T07:14:03.098Z] time="2022-03-16T07:14:02Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-16T07:14:03.098Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-16T07:14:03.098Z] time="2022-03-16T07:14:02Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-16T07:14:03.098Z] time="2022-03-16T07:14:02Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-16T07:14:03.098Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestCollectBatchSimple [2022-03-16T07:14:03.098Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestCollectBatchTicker [2022-03-16T07:14:03.098Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestCollectBatchMultilinePattern [2022-03-16T07:14:03.098Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-16T07:14:03.098Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-16T07:14:03.098Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-16T07:14:03.098Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.04s) [2022-03-16T07:14:03.098Z] === RUN TestCollectBatchClose [2022-03-16T07:14:03.098Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestEffectiveLen [2022-03-16T07:14:03.098Z] === RUN TestEffectiveLen/0/Hello [2022-03-16T07:14:03.098Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-16T07:14:03.098Z] === RUN TestEffectiveLen/2/🙃 [2022-03-16T07:14:03.098Z] === RUN TestEffectiveLen/3/���� [2022-03-16T07:14:03.098Z] === RUN TestEffectiveLen/4/He��o [2022-03-16T07:14:03.098Z] === RUN TestEffectiveLen/5/ [2022-03-16T07:14:03.098Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestFindValidSplit [2022-03-16T07:14:03.098Z] === RUN TestFindValidSplit/0/ [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1076: [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:14:03.098Z] === RUN TestFindValidSplit/1/Hello [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1076: Hello [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:14:03.098Z] === RUN TestFindValidSplit/2/Hello [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1076: He [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1077: llo [2022-03-16T07:14:03.098Z] === RUN TestFindValidSplit/3/Hello [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1076: [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1077: Hello [2022-03-16T07:14:03.098Z] === RUN TestFindValidSplit/4/🙃 [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1076: [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-16T07:14:03.098Z] === RUN TestFindValidSplit/5/🙃 [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:14:03.098Z] === RUN TestFindValidSplit/6/a� [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1076: a [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1077: � [2022-03-16T07:14:03.098Z] === RUN TestFindValidSplit/7/a� [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1076: a� [2022-03-16T07:14:03.098Z] cloudwatchlogs_test.go:1077: [2022-03-16T07:14:03.098Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-16T07:14:03.098Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestProcessEventEmoji [2022-03-16T07:14:03.098Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-16T07:14:03.098Z] === RUN TestCollectBatchLineSplit [2022-03-16T07:14:03.098Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-03-16T07:14:03.099Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-16T07:14:03.099Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestCollectBatchMaxEvents [2022-03-16T07:14:03.099Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-03-16T07:14:03.099Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-16T07:14:03.099Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-03-16T07:14:03.099Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-16T07:14:03.099Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-16T07:14:03.099Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-16T07:14:03.099Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.07s) [2022-03-16T07:14:03.099Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-16T07:14:03.099Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-16T07:14:03.099Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-16T07:14:03.099Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-16T07:14:03.099Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-16T07:14:03.099Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-16T07:14:03.099Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-16T07:14:03.099Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-16T07:14:03.099Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-16T07:14:03.099Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsFormat [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-16T07:14:03.099Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-16T07:14:03.099Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestCreateTagSuccess [2022-03-16T07:14:03.099Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-16T07:14:03.099Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-16T07:14:03.099Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-16T07:14:03.099Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-16T07:14:03.099Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-16T07:14:03.099Z] PASS [2022-03-16T07:14:03.099Z] coverage: 80.2% of statements [2022-03-16T07:14:03.099Z] ok github.com/docker/docker/daemon/logger/awslogs 0.506s coverage: 80.2% of statements [2022-03-16T07:14:03.099Z] === RUN TestAdapterReadLogs [2022-03-16T07:14:03.099Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestCopier [2022-03-16T07:14:03.099Z] --- PASS: TestCopier (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestCopierLongLines [2022-03-16T07:14:03.099Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestCopierSlow [2022-03-16T07:14:03.099Z] --- PASS: TestCopierSlow (0.26s) [2022-03-16T07:14:03.099Z] === RUN TestCopierWithSized [2022-03-16T07:14:03.099Z] === RUN TestCopierWithSized/as_is [2022-03-16T07:14:03.099Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-16T07:14:03.099Z] --- PASS: TestCopierWithSized (0.02s) [2022-03-16T07:14:03.099Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-16T07:14:03.099Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestCopierWithPartial [2022-03-16T07:14:03.099Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestRingLogger [2022-03-16T07:14:03.099Z] --- PASS: TestRingLogger (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestRingCap [2022-03-16T07:14:03.099Z] --- PASS: TestRingCap (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestRingClose [2022-03-16T07:14:03.099Z] --- PASS: TestRingClose (0.00s) [2022-03-16T07:14:03.099Z] === RUN TestRingDrain [2022-03-16T07:14:03.099Z] --- PASS: TestRingDrain (0.00s) [2022-03-16T07:14:03.099Z] PASS [2022-03-16T07:14:03.099Z] coverage: 43.2% of statements [2022-03-16T07:14:03.099Z] ok github.com/docker/docker/daemon/logger 0.420s coverage: 43.2% of statements [2022-03-16T07:14:03.374Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-16T07:14:03.374Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-16T07:14:03.591Z] === RUN TestSearchRegistryForImagesErrors [2022-03-16T07:14:03.591Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-16T07:14:03.631Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-16T07:14:03.631Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-16T07:14:03.631Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-16T07:14:04.087Z] === RUN TestSearchRegistryForImages [2022-03-16T07:14:04.087Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-16T07:14:04.087Z] === RUN TestOnlyPlatformWithFallback [2022-03-16T07:14:04.087Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-16T07:14:04.087Z] === RUN TestImageDelete [2022-03-16T07:14:04.087Z] === RUN TestImageDelete/no_lease [2022-03-16T07:14:04.087Z] === RUN TestImageDelete/lease_exists [2022-03-16T07:14:04.087Z] --- PASS: TestImageDelete (0.06s) [2022-03-16T07:14:04.087Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-16T07:14:04.087Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-16T07:14:04.087Z] === RUN TestContentStoreForPull [2022-03-16T07:14:04.087Z] === RUN TestValidateLogOptReconnectInterval [2022-03-16T07:14:04.087Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-16T07:14:04.087Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-16T07:14:04.087Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-16T07:14:04.087Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-16T07:14:04.087Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-16T07:14:04.087Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-16T07:14:04.087Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-16T07:14:04.087Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-16T07:14:04.087Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-16T07:14:04.087Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-16T07:14:04.087Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-16T07:14:04.087Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-16T07:14:04.087Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-16T07:14:04.087Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-16T07:14:04.087Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-16T07:14:04.087Z] PASS [2022-03-16T07:14:04.087Z] coverage: 33.6% of statements [2022-03-16T07:14:04.087Z] ok github.com/docker/docker/daemon/logger/fluentd 0.110s coverage: 33.6% of statements [2022-03-16T07:14:04.087Z] --- PASS: TestContentStoreForPull (0.25s) [2022-03-16T07:14:04.087Z] PASS [2022-03-16T07:14:04.087Z] coverage: 6.8% of statements [2022-03-16T07:14:04.087Z] ok github.com/docker/docker/daemon/images 0.482s coverage: 6.8% of statements [2022-03-16T07:14:04.087Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-16T07:14:04.087Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-16T07:14:04.087Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-16T07:14:04.087Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-16T07:14:04.087Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-16T07:14:04.087Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-16T07:14:04.194Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-16T07:14:04.580Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-16T07:14:04.580Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-16T07:14:04.580Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-16T07:14:04.580Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-03-16T07:14:04.580Z] === RUN TestFastTimeMarshalJSON [2022-03-16T07:14:04.580Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-16T07:14:04.580Z] PASS [2022-03-16T07:14:04.580Z] coverage: 87.2% of statements [2022-03-16T07:14:04.580Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.286s coverage: 87.2% of statements [2022-03-16T07:14:04.757Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-16T07:14:05.561Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:05.561Z] INFO: Testing against a local daemon [2022-03-16T07:14:05.561Z] === RUN TestCommitInheritsEnv [2022-03-16T07:14:05.561Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:14:05.561Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-16T07:14:05.561Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-16T07:14:05.561Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:14:05.561Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-16T07:14:05.561Z] === RUN TestImportWithCustomPlatform [2022-03-16T07:14:05.561Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:14:05.561Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-16T07:14:05.561Z] === RUN TestImagesFilterMultiReference [2022-03-16T07:14:05.561Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-03-16T07:14:05.561Z] === RUN TestImagePullPlatformInvalid [2022-03-16T07:14:05.561Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-03-16T07:14:05.561Z] === RUN TestRemoveImageOrphaning [2022-03-16T07:14:05.621Z] === RUN TestJSONFileLogger [2022-03-16T07:14:05.621Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-16T07:14:05.621Z] === RUN TestJSONFileLoggerWithTags [2022-03-16T07:14:05.621Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-16T07:14:05.621Z] === RUN TestJSONFileLoggerWithOpts [2022-03-16T07:14:05.621Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-16T07:14:05.621Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-16T07:14:05.621Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-16T07:14:05.621Z] === RUN TestEncodeDecode [2022-03-16T07:14:05.621Z] === PAUSE TestEncodeDecode [2022-03-16T07:14:05.621Z] === RUN TestUnexpectedEOF [2022-03-16T07:14:05.621Z] time="2022-03-16T07:14:05Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-16T07:14:05.621Z] time="2022-03-16T07:14:05Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-16T07:14:05.621Z] --- PASS: TestUnexpectedEOF (0.20s) [2022-03-16T07:14:05.621Z] === CONT TestEncodeDecode [2022-03-16T07:14:05.621Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-16T07:14:05.621Z] PASS [2022-03-16T07:14:05.621Z] coverage: 69.9% of statements [2022-03-16T07:14:05.621Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.291s coverage: 69.9% of statements [2022-03-16T07:14:06.550Z] --- PASS: TestRemoveImageOrphaning (1.24s) [2022-03-16T07:14:06.550Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-16T07:14:06.550Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-16T07:14:06.550Z] === RUN TestTagInvalidReference [2022-03-16T07:14:06.550Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-16T07:14:06.550Z] === RUN TestTagValidPrefixedRepo [2022-03-16T07:14:06.550Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-16T07:14:06.550Z] === RUN TestTagExistedNameWithoutForce [2022-03-16T07:14:06.550Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-16T07:14:06.550Z] === RUN TestTagOfficialNames [2022-03-16T07:14:06.649Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-16T07:14:06.663Z] === RUN TestWriteLog [2022-03-16T07:14:06.663Z] === PAUSE TestWriteLog [2022-03-16T07:14:06.663Z] === RUN TestReadLog [2022-03-16T07:14:06.663Z] === PAUSE TestReadLog [2022-03-16T07:14:06.663Z] === RUN TestDecode [2022-03-16T07:14:06.663Z] --- PASS: TestDecode (0.05s) [2022-03-16T07:14:06.663Z] === CONT TestWriteLog [2022-03-16T07:14:06.663Z] --- PASS: TestWriteLog (0.00s) [2022-03-16T07:14:06.663Z] === CONT TestReadLog [2022-03-16T07:14:06.663Z] === RUN TestReadLog/tail_exact [2022-03-16T07:14:06.663Z] === RUN TestReadLog/tail_less_than_available [2022-03-16T07:14:06.663Z] === RUN TestReadLog/tail_more_than_available [2022-03-16T07:14:06.663Z] --- PASS: TestReadLog (0.26s) [2022-03-16T07:14:06.663Z] --- PASS: TestReadLog/tail_exact (0.22s) [2022-03-16T07:14:06.663Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-16T07:14:06.663Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-16T07:14:06.663Z] PASS [2022-03-16T07:14:06.663Z] coverage: 78.7% of statements [2022-03-16T07:14:06.663Z] ok github.com/docker/docker/daemon/logger/local 0.461s coverage: 78.7% of statements [2022-03-16T07:14:07.020Z] --- PASS: TestTagOfficialNames (0.10s) [2022-03-16T07:14:07.020Z] === RUN TestTagMatchesDigest [2022-03-16T07:14:07.020Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-16T07:14:07.020Z] PASS [2022-03-16T07:14:07.020Z] ok github.com/docker/docker/integration/image 1.827s [2022-03-16T07:14:07.020Z] [2022-03-16T07:14:07.020Z] === Skipped [2022-03-16T07:14:07.020Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-16T07:14:07.020Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:14:07.020Z] [2022-03-16T07:14:07.020Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-16T07:14:07.020Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:14:07.020Z] [2022-03-16T07:14:07.020Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-16T07:14:07.020Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:14:07.020Z] [2022-03-16T07:14:07.020Z] DONE 12 tests, 3 skipped in 5.874s [2022-03-16T07:14:07.020Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-16T07:14:07.158Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-16T07:14:07.158Z] === RUN TestOpenFileDelete [2022-03-16T07:14:07.158Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-16T07:14:07.158Z] === RUN TestOpenFileRename [2022-03-16T07:14:07.158Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-16T07:14:07.158Z] === RUN TestHandleDecoderErr [2022-03-16T07:14:07.158Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-16T07:14:07.158Z] === RUN TestParseLogTagDefaultTag [2022-03-16T07:14:07.158Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-16T07:14:07.158Z] === RUN TestParseLogTag [2022-03-16T07:14:07.158Z] --- PASS: TestParseLogTag (0.00s) [2022-03-16T07:14:07.158Z] === RUN TestParseLogTagEmptyTag [2022-03-16T07:14:07.158Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-16T07:14:07.158Z] === RUN TestTailFiles [2022-03-16T07:14:07.158Z] --- PASS: TestTailFiles (0.00s) [2022-03-16T07:14:07.158Z] === RUN TestFollowLogsConsumerGone [2022-03-16T07:14:07.158Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-16T07:14:07.158Z] === RUN TestFollowLogsProducerGone [2022-03-16T07:14:07.158Z] logfile_test.go:180: logDecode() closed after sending 2741 messages [2022-03-16T07:14:07.158Z] logfile_test.go:233: messages sent: 2741, received: 2741 [2022-03-16T07:14:07.158Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-16T07:14:07.158Z] === RUN TestCheckCapacityAndRotate [2022-03-16T07:14:07.158Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-16T07:14:07.158Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-16T07:14:07.158Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2022-03-16T07:14:07.158Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2022-03-16T07:14:07.158Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2022-03-16T07:14:07.158Z] PASS [2022-03-16T07:14:07.158Z] coverage: 55.1% of statements [2022-03-16T07:14:07.158Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.297s coverage: 55.1% of statements [2022-03-16T07:14:07.158Z] === RUN TestLog [2022-03-16T07:14:07.158Z] --- PASS: TestLog (0.04s) [2022-03-16T07:14:07.158Z] PASS [2022-03-16T07:14:07.158Z] coverage: 31.5% of statements [2022-03-16T07:14:07.158Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.105s coverage: 31.5% of statements [2022-03-16T07:14:08.017Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-16T07:14:08.196Z] === RUN TestNewParse [2022-03-16T07:14:08.196Z] --- PASS: TestNewParse (0.00s) [2022-03-16T07:14:08.196Z] PASS [2022-03-16T07:14:08.196Z] coverage: 8.3% of statements [2022-03-16T07:14:08.196Z] ok github.com/docker/docker/daemon/logger/templates 0.078s coverage: 8.3% of statements [2022-03-16T07:14:08.580Z] docker_api_swarm_service_test.go:343: [db418a0b64e7f] joining swarm manager [d36a0f90d1d03]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:14:08.688Z] === RUN TestValidateLogOpt [2022-03-16T07:14:08.688Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestNewMissedConfig [2022-03-16T07:14:08.688Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestNewMissedUrl [2022-03-16T07:14:08.688Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestNewMissedToken [2022-03-16T07:14:08.688Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestNewWithProxy [2022-03-16T07:14:08.688Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestDefault [2022-03-16T07:14:08.688Z] === RUN TestParseLogFormat [2022-03-16T07:14:08.688Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestValidateLogOptEmpty [2022-03-16T07:14:08.688Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestValidateSyslogAddress [2022-03-16T07:14:08.688Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestParseAddressDefaultPort [2022-03-16T07:14:08.688Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestValidateSyslogFacility [2022-03-16T07:14:08.688Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestValidateLogOptSyslogFormat [2022-03-16T07:14:08.688Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestValidateLogOpt [2022-03-16T07:14:08.688Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-16T07:14:08.688Z] PASS [2022-03-16T07:14:08.688Z] coverage: 46.8% of statements [2022-03-16T07:14:08.688Z] --- PASS: TestDefault (0.01s) [2022-03-16T07:14:08.688Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-16T07:14:08.688Z] ok github.com/docker/docker/daemon/logger/syslog 0.063s coverage: 46.8% of statements [2022-03-16T07:14:08.688Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-03-16T07:14:08.688Z] === RUN TestJsonFormat [2022-03-16T07:14:08.688Z] --- PASS: TestJsonFormat (0.02s) [2022-03-16T07:14:08.688Z] === RUN TestRawFormat [2022-03-16T07:14:08.688Z] --- PASS: TestRawFormat (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestRawFormatWithLabels [2022-03-16T07:14:08.688Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestRawFormatWithoutTag [2022-03-16T07:14:08.688Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-16T07:14:08.688Z] === RUN TestBatching [2022-03-16T07:14:08.837Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-16T07:14:09.180Z] --- PASS: TestBatching (0.35s) [2022-03-16T07:14:09.180Z] === RUN TestFrequency [2022-03-16T07:14:09.180Z] --- PASS: TestFrequency (0.32s) [2022-03-16T07:14:09.180Z] === RUN TestOneMessagePerRequest [2022-03-16T07:14:09.180Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-16T07:14:09.180Z] === RUN TestVerify [2022-03-16T07:14:09.399Z] docker_api_swarm_service_test.go:343: [d64283d589214] joining swarm manager [d36a0f90d1d03]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:14:09.672Z] --- PASS: TestVerify (0.00s) [2022-03-16T07:14:09.672Z] === RUN TestSkipVerify [2022-03-16T07:14:09.672Z] time="2022-03-16T07:14:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:14:09.672Z] time="2022-03-16T07:14:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:14:09.672Z] time="2022-03-16T07:14:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:14:09.986Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:09.987Z] INFO: Testing against a local daemon [2022-03-16T07:14:09.987Z] === RUN TestNetworkCreateDelete [2022-03-16T07:14:09.987Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:09.987Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestDockerNetworkDeletePreferID [2022-03-16T07:14:09.987Z] 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-16T07:14:09.987Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestDaemonDNSFallback [2022-03-16T07:14:09.987Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:09.987Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestInspectNetwork [2022-03-16T07:14:09.987Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:09.987Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestRunContainerWithBridgeNone [2022-03-16T07:14:09.987Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:09.987Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestNetworkInvalidJSON [2022-03-16T07:14:09.987Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-16T07:14:09.987Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-16T07:14:09.987Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:14:09.987Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:14:09.987Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:14:09.987Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:14:09.987Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-16T07:14:09.987Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:14:09.987Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:14:09.987Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-16T07:14:09.987Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-16T07:14:09.987Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-16T07:14:09.987Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-16T07:14:09.987Z] === RUN TestNetworkList [2022-03-16T07:14:09.987Z] === RUN TestNetworkList//networks [2022-03-16T07:14:09.987Z] === PAUSE TestNetworkList//networks [2022-03-16T07:14:09.987Z] === RUN TestNetworkList//networks/ [2022-03-16T07:14:09.987Z] === PAUSE TestNetworkList//networks/ [2022-03-16T07:14:09.987Z] === CONT TestNetworkList//networks [2022-03-16T07:14:09.987Z] === CONT TestNetworkList//networks/ [2022-03-16T07:14:09.987Z] --- PASS: TestNetworkList (0.04s) [2022-03-16T07:14:09.987Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-16T07:14:09.987Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestHostIPv4BridgeLabel [2022-03-16T07:14:09.987Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-16T07:14:09.987Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestDaemonDefaultNetworkPools [2022-03-16T07:14:09.987Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-16T07:14:09.987Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-16T07:14:09.987Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-16T07:14:09.987Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestServiceWithPredefinedNetwork [2022-03-16T07:14:09.987Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-16T07:14:09.987Z] service_test.go:243: FLAKY_TEST [2022-03-16T07:14:09.987Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestServiceWithDataPathPortInit [2022-03-16T07:14:09.987Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-16T07:14:09.987Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-16T07:14:09.987Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-16T07:14:09.987Z] PASS [2022-03-16T07:14:09.987Z] ok github.com/docker/docker/integration/network 0.201s [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === Skipped [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-16T07:14:09.987Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-16T07:14:09.987Z] 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-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-16T07:14:09.987Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-16T07:14:09.987Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-16T07:14:09.987Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-16T07:14:09.987Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-16T07:14:09.987Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-16T07:14:09.987Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-16T07:14:09.987Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-16T07:14:09.987Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-16T07:14:09.987Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-16T07:14:09.987Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T07:14:09.987Z] service_test.go:243: FLAKY_TEST [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-16T07:14:09.987Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-16T07:14:09.987Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-16T07:14:09.987Z] [2022-03-16T07:14:09.987Z] DONE 22 tests, 15 skipped in 2.707s [2022-03-16T07:14:09.987Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-16T07:14:10.164Z] --- PASS: TestSkipVerify (0.57s) [2022-03-16T07:14:10.164Z] === RUN TestBufferMaximum [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414849.625006\",\"host\":\"20e31f84aeb4\"}'" [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414849.625006\",\"host\":\"20e31f84aeb4\"}'" [2022-03-16T07:14:10.164Z] --- PASS: TestBufferMaximum (0.02s) [2022-03-16T07:14:10.164Z] === RUN TestServerAlwaysDown [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414849.643343\",\"host\":\"20e31f84aeb4\"}'" [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414849.643343\",\"host\":\"20e31f84aeb4\"}'" [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414849.643343\",\"host\":\"20e31f84aeb4\"}'" [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414849.644424\",\"host\":\"20e31f84aeb4\"}'" [2022-03-16T07:14:10.164Z] time="2022-03-16T07:14:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647414849.644424\",\"host\":\"20e31f84aeb4\"}'" [2022-03-16T07:14:10.164Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-16T07:14:10.164Z] === RUN TestCannotSendAfterClose [2022-03-16T07:14:10.164Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-16T07:14:10.164Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-16T07:14:10.577Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.83s) [2022-03-16T07:14:10.577Z] === RUN TestStopContainerWithTimeout [2022-03-16T07:14:10.577Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-16T07:14:10.577Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-16T07:14:10.577Z] === RUN TestUpdateRestartPolicy [2022-03-16T07:14:10.660Z] === RUN TestV1IDService [2022-03-16T07:14:10.660Z] --- PASS: TestV1IDService (0.02s) [2022-03-16T07:14:10.660Z] === RUN TestV2MetadataService [2022-03-16T07:14:10.975Z] testing: warning: no tests to run [2022-03-16T07:14:10.975Z] PASS [2022-03-16T07:14:10.975Z] ok github.com/docker/docker/integration/network/ipvlan 0.080s [2022-03-16T07:14:10.975Z] [2022-03-16T07:14:10.975Z] DONE 0 tests in 0.787s [2022-03-16T07:14:10.975Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-16T07:14:11.152Z] time="2022-03-16T07:14:10Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49209/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-16T07:14:11.152Z] time="2022-03-16T07:14:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"20e31f84aeb4\"}'" [2022-03-16T07:14:11.152Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-16T07:14:11.152Z] PASS [2022-03-16T07:14:11.152Z] coverage: 82.5% of statements [2022-03-16T07:14:11.152Z] ok github.com/docker/docker/daemon/logger/splunk 2.400s coverage: 82.5% of statements [2022-03-16T07:14:11.152Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-16T07:14:11.152Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-16T07:14:11.152Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-16T07:14:11.644Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-16T07:14:11.644Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-16T07:14:11.644Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-16T07:14:11.644Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-16T07:14:11.644Z] === RUN TestContinueOnError_NeverContinue [2022-03-16T07:14:11.644Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-16T07:14:11.644Z] === RUN TestManifestStore [2022-03-16T07:14:11.644Z] === RUN TestManifestStore/no_remote_or_local [2022-03-16T07:14:11.644Z] === RUN TestSuccessfulDownload [2022-03-16T07:14:11.644Z] download_test.go:267: Needs fixing on Windows [2022-03-16T07:14:11.644Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-16T07:14:11.644Z] === RUN TestCancelledDownload [2022-03-16T07:14:11.644Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-16T07:14:11.644Z] === RUN TestMaxDownloadAttempts [2022-03-16T07:14:11.644Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-16T07:14:11.644Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-16T07:14:11.644Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-16T07:14:11.644Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-16T07:14:11.644Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-16T07:14:11.644Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-16T07:14:11.644Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-16T07:14:11.644Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-16T07:14:11.644Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-16T07:14:11.644Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-16T07:14:11.644Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-16T07:14:11.644Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-16T07:14:11.644Z] time="2022-03-16T07:14:11Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2997659688\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-16T07:14:11.644Z] === RUN TestManifestStore/no_local_cache [2022-03-16T07:14:11.644Z] === RUN TestManifestStore/with_local_cache [2022-03-16T07:14:11.644Z] === RUN TestManifestStore/unknown_media_type [2022-03-16T07:14:11.644Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-16T07:14:11.644Z] time="2022-03-16T07:14:11Z" level=warning msg="reference for unknown type: " [2022-03-16T07:14:11.644Z] time="2022-03-16T07:14:11Z" level=warning msg="reference for unknown type: " [2022-03-16T07:14:11.644Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-16T07:14:11.644Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-16T07:14:11.644Z] time="2022-03-16T07:14:11Z" level=warning msg="reference for unknown type: " [2022-03-16T07:14:11.644Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-16T07:14:11.644Z] time="2022-03-16T07:14:11Z" level=warning msg="reference for unknown type: " [2022-03-16T07:14:11.968Z] testing: warning: no tests to run [2022-03-16T07:14:11.968Z] PASS [2022-03-16T07:14:11.968Z] ok github.com/docker/docker/integration/network/macvlan 0.074s [2022-03-16T07:14:11.968Z] [2022-03-16T07:14:11.968Z] DONE 0 tests in 0.782s [2022-03-16T07:14:11.968Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-16T07:14:12.137Z] time="2022-03-16T07:14:11Z" level=warning msg="reference for unknown type: " [2022-03-16T07:14:12.137Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-16T07:14:12.137Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-16T07:14:12.137Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-16T07:14:12.137Z] time="2022-03-16T07:14:11Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore (0.41s) [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore/no_remote_or_local (0.25s) [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore/unknown_media_type (0.09s) [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.06s) [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s) [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaType [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-16T07:14:12.137Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-16T07:14:12.137Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-16T07:14:12.137Z] === RUN TestFixManifestLayers [2022-03-16T07:14:12.137Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-16T07:14:12.138Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-16T07:14:12.138Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-16T07:14:12.138Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-16T07:14:12.138Z] === RUN TestFixManifestLayersBadParent [2022-03-16T07:14:12.138Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-16T07:14:12.138Z] === RUN TestValidateManifest [2022-03-16T07:14:12.138Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-16T07:14:12.138Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-16T07:14:12.138Z] === RUN TestFormatPlatform [2022-03-16T07:14:12.138Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-16T07:14:12.138Z] === RUN TestPullSchema2Config [2022-03-16T07:14:12.138Z] === RUN TestPullSchema2Config/success_first_time [2022-03-16T07:14:12.138Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:14:12.138Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:14:12.138Z] === RUN TestPullSchema2Config/500_status [2022-03-16T07:14:12.138Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:14:12.138Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:14:12.138Z] time="2022-03-16T07:14:11Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:14:12.138Z] time="2022-03-16T07:14:11Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:14:12.138Z] time="2022-03-16T07:14:11Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:14:12.138Z] time="2022-03-16T07:14:11Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-16T07:14:12.138Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-16T07:14:12.138Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.54s) [2022-03-16T07:14:12.138Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.54s) [2022-03-16T07:14:12.138Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.54s) [2022-03-16T07:14:12.138Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.54s) [2022-03-16T07:14:12.138Z] === RUN TestTransfer [2022-03-16T07:14:12.138Z] --- PASS: TestV2MetadataService (1.41s) [2022-03-16T07:14:12.138Z] PASS [2022-03-16T07:14:12.138Z] coverage: 48.2% of statements [2022-03-16T07:14:12.138Z] ok github.com/docker/docker/distribution/metadata 1.524s coverage: 48.2% of statements [2022-03-16T07:14:12.138Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:14:12.138Z] === RUN TestPullSchema2Config/EOF [2022-03-16T07:14:12.138Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:14:12.138Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:14:12.138Z] 2022/03/16 07:14:11 http: panic serving 127.0.0.1:49220: intentional panic [2022-03-16T07:14:12.138Z] goroutine 116 [running]: [2022-03-16T07:14:12.138Z] net/http.(*conn).serve.func1() [2022-03-16T07:14:12.138Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-16T07:14:12.138Z] panic({0x766940, 0x911f60}) [2022-03-16T07:14:12.138Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-16T07:14:12.138Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc00007e004, {0x924ae8, 0xc000222000}) [2022-03-16T07:14:12.138Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-16T07:14:12.138Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x924ae8, 0xc000222000}, 0xc000430100) [2022-03-16T07:14:12.138Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-16T07:14:12.138Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x924ae8, 0xc000222000}, 0x1f8e35) [2022-03-16T07:14:12.138Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-16T07:14:12.138Z] net/http.serverHandler.ServeHTTP({0xc0002640c0}, {0x924ae8, 0xc000222000}, 0xc000430100) [2022-03-16T07:14:12.138Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-16T07:14:12.138Z] net/http.(*conn).serve(0xc0002fe000, {0x929918, 0xc0003e23c0}) [2022-03-16T07:14:12.138Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-16T07:14:12.138Z] created by net/http.(*Server).Serve [2022-03-16T07:14:12.138Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-16T07:14:12.138Z] --- PASS: TestTransfer (0.12s) [2022-03-16T07:14:12.138Z] === RUN TestConcurrencyLimit [2022-03-16T07:14:12.437Z] testing: warning: no tests to run [2022-03-16T07:14:12.437Z] PASS [2022-03-16T07:14:12.437Z] ok github.com/docker/docker/integration/plugin 0.072s [2022-03-16T07:14:12.437Z] [2022-03-16T07:14:12.437Z] DONE 0 tests in 0.756s [2022-03-16T07:14:12.629Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:14:12.629Z] === RUN TestPullSchema2Config/unauthorized [2022-03-16T07:14:12.629Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-16T07:14:12.629Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-16T07:14:12.629Z] --- PASS: TestPullSchema2Config (0.54s) [2022-03-16T07:14:12.629Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-16T07:14:12.629Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-16T07:14:12.629Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-16T07:14:12.629Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-16T07:14:12.629Z] === RUN TestGetRepositoryMountCandidates [2022-03-16T07:14:12.629Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestLayerAlreadyExists [2022-03-16T07:14:12.629Z] 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-16T07:14:12.629Z] 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-16T07:14:12.629Z] 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-16T07:14:12.629Z] 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-16T07:14:12.629Z] 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-16T07:14:12.629Z] 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-16T07:14:12.629Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestWhenEmptyAuthConfig [2022-03-16T07:14:12.629Z] --- PASS: TestConcurrencyLimit (0.37s) [2022-03-16T07:14:12.629Z] === RUN TestInactiveJobs [2022-03-16T07:14:12.629Z] === RUN TestNotFound [2022-03-16T07:14:12.629Z] --- PASS: TestNotFound (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestConflict [2022-03-16T07:14:12.629Z] --- PASS: TestConflict (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestForbidden [2022-03-16T07:14:12.629Z] --- PASS: TestForbidden (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestInvalidParameter [2022-03-16T07:14:12.629Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestNotImplemented [2022-03-16T07:14:12.629Z] --- PASS: TestNotImplemented (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestNotModified [2022-03-16T07:14:12.629Z] --- PASS: TestNotModified (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestUnauthorized [2022-03-16T07:14:12.629Z] --- PASS: TestUnauthorized (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestUnknown [2022-03-16T07:14:12.629Z] --- PASS: TestUnknown (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestCancelled [2022-03-16T07:14:12.629Z] --- PASS: TestCancelled (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestDeadline [2022-03-16T07:14:12.629Z] --- PASS: TestDeadline (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestDataLoss [2022-03-16T07:14:12.629Z] --- PASS: TestDataLoss (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestUnavailable [2022-03-16T07:14:12.629Z] --- PASS: TestUnavailable (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestSystem [2022-03-16T07:14:12.629Z] --- PASS: TestSystem (0.00s) [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Not_Found [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Bad_Request [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Conflict [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Unauthorized [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Forbidden [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Not_Modified [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-16T07:14:12.629Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-16T07:14:12.629Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-16T07:14:12.629Z] PASS [2022-03-16T07:14:12.629Z] coverage: 53.1% of statements [2022-03-16T07:14:12.629Z] ok github.com/docker/docker/errdefs 0.058s coverage: 53.1% of statements [2022-03-16T07:14:12.907Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-16T07:14:13.121Z] --- PASS: TestInactiveJobs (0.36s) [2022-03-16T07:14:13.122Z] === RUN TestWatchRelease [2022-03-16T07:14:13.122Z] --- PASS: TestWatchRelease (0.04s) [2022-03-16T07:14:13.122Z] === RUN TestWatchFinishedTransfer [2022-03-16T07:14:13.122Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-16T07:14:13.122Z] === RUN TestDuplicateTransfer [2022-03-16T07:14:13.122Z] --- PASS: TestDuplicateTransfer (0.05s) [2022-03-16T07:14:13.122Z] === RUN TestSuccessfulUpload [2022-03-16T07:14:13.122Z] time="2022-03-16T07:14:13Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-16T07:14:13.378Z] testing: warning: no tests to run [2022-03-16T07:14:13.378Z] PASS [2022-03-16T07:14:13.378Z] ok github.com/docker/docker/integration/plugin/authz 0.082s [2022-03-16T07:14:13.378Z] [2022-03-16T07:14:13.378Z] DONE 0 tests in 0.779s [2022-03-16T07:14:13.378Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-16T07:14:13.571Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-16T07:14:13.614Z] --- PASS: TestSuccessfulUpload (0.39s) [2022-03-16T07:14:13.614Z] === RUN TestCancelledUpload [2022-03-16T07:14:13.614Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-16T07:14:13.614Z] PASS [2022-03-16T07:14:13.614Z] coverage: 76.8% of statements [2022-03-16T07:14:13.614Z] ok github.com/docker/docker/distribution/xfer 1.967s coverage: 76.8% of statements [2022-03-16T07:14:13.614Z] --- PASS: TestWhenEmptyAuthConfig (1.19s) [2022-03-16T07:14:13.614Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-16T07:14:13.614Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-16T07:14:13.614Z] === RUN TestTokenPassThru [2022-03-16T07:14:13.614Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-16T07:14:13.614Z] === RUN TestTokenPassThruDifferentHost [2022-03-16T07:14:13.614Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-16T07:14:13.614Z] PASS [2022-03-16T07:14:13.614Z] coverage: 26.7% of statements [2022-03-16T07:14:13.614Z] ok github.com/docker/docker/distribution 2.282s coverage: 26.7% of statements [2022-03-16T07:14:13.614Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-16T07:14:13.827Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-16T07:14:13.827Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-16T07:14:14.107Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-16T07:14:14.599Z] === RUN TestCompare [2022-03-16T07:14:14.599Z] --- PASS: TestCompare (0.00s) [2022-03-16T07:14:14.599Z] PASS [2022-03-16T07:14:14.599Z] coverage: 19.2% of statements [2022-03-16T07:14:14.599Z] ok github.com/docker/docker/image/cache 0.145s coverage: 19.2% of statements [2022-03-16T07:14:14.599Z] === RUN TestFSGetInvalidData [2022-03-16T07:14:14.599Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-16T07:14:14.599Z] === RUN TestFSInvalidSet [2022-03-16T07:14:14.599Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-16T07:14:14.599Z] === RUN TestFSInvalidRoot [2022-03-16T07:14:14.599Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-16T07:14:14.599Z] === RUN TestFSMetadataGetSet [2022-03-16T07:14:14.599Z] --- PASS: TestFSMetadataGetSet (0.07s) [2022-03-16T07:14:14.599Z] === RUN TestFSInvalidWalker [2022-03-16T07:14:14.599Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-16T07:14:14.599Z] === RUN TestFSGetSet [2022-03-16T07:14:14.599Z] --- PASS: TestFSGetSet (0.06s) [2022-03-16T07:14:14.599Z] === RUN TestFSGetUnsetKey [2022-03-16T07:14:14.599Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-16T07:14:14.599Z] === RUN TestFSGetEmptyData [2022-03-16T07:14:14.599Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-16T07:14:14.599Z] === RUN TestFSDelete [2022-03-16T07:14:14.599Z] --- PASS: TestFSDelete (0.02s) [2022-03-16T07:14:14.599Z] === RUN TestFSWalker [2022-03-16T07:14:14.757Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-16T07:14:15.092Z] --- PASS: TestFSWalker (0.02s) [2022-03-16T07:14:15.092Z] === RUN TestFSWalkerStopOnError [2022-03-16T07:14:15.092Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-16T07:14:15.092Z] === RUN TestNewFromJSON [2022-03-16T07:14:15.092Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-16T07:14:15.092Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-16T07:14:15.092Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-16T07:14:15.092Z] === RUN TestMarshalKeyOrder [2022-03-16T07:14:15.092Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-16T07:14:15.092Z] === RUN TestHistoryEqual [2022-03-16T07:14:15.092Z] --- PASS: TestHistoryEqual (0.18s) [2022-03-16T07:14:15.092Z] === RUN TestImage [2022-03-16T07:14:15.092Z] --- PASS: TestImage (0.00s) [2022-03-16T07:14:15.092Z] === RUN TestImageOSNotEmpty [2022-03-16T07:14:15.092Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-16T07:14:15.092Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-16T07:14:15.092Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-16T07:14:15.092Z] === RUN TestCreate [2022-03-16T07:14:15.092Z] --- PASS: TestCreate (0.01s) [2022-03-16T07:14:15.092Z] === RUN TestRestore [2022-03-16T07:14:15.092Z] time="2022-03-16T07:14:14Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-16T07:14:15.092Z] --- PASS: TestRestore (0.04s) [2022-03-16T07:14:15.092Z] === RUN TestAddDelete [2022-03-16T07:14:15.092Z] --- PASS: TestAddDelete (0.03s) [2022-03-16T07:14:15.092Z] === RUN TestSearchAfterDelete [2022-03-16T07:14:15.092Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-03-16T07:14:15.092Z] === RUN TestParentReset [2022-03-16T07:14:15.092Z] --- PASS: TestParentReset (0.04s) [2022-03-16T07:14:15.092Z] === RUN TestGetAndSetLastUpdated [2022-03-16T07:14:15.092Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-03-16T07:14:15.092Z] === RUN TestStoreLen [2022-03-16T07:14:15.092Z] --- PASS: TestStoreLen (0.10s) [2022-03-16T07:14:15.092Z] PASS [2022-03-16T07:14:15.092Z] coverage: 86.9% of statements [2022-03-16T07:14:15.092Z] ok github.com/docker/docker/image 0.815s coverage: 86.9% of statements [2022-03-16T07:14:15.319Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-16T07:14:15.584Z] === RUN TestMakeV1ConfigFromConfig [2022-03-16T07:14:15.584Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-16T07:14:15.584Z] PASS [2022-03-16T07:14:15.584Z] coverage: 25.0% of statements [2022-03-16T07:14:15.584Z] ok github.com/docker/docker/image/v1 0.137s coverage: 25.0% of statements [2022-03-16T07:14:15.584Z] === RUN TestValidateManifest [2022-03-16T07:14:15.584Z] === RUN TestValidateManifest/nil [2022-03-16T07:14:15.584Z] === RUN TestValidateManifest/non-nil [2022-03-16T07:14:15.584Z] --- PASS: TestValidateManifest (0.00s) [2022-03-16T07:14:15.584Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-16T07:14:15.584Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-16T07:14:15.584Z] PASS [2022-03-16T07:14:15.584Z] coverage: 0.7% of statements [2022-03-16T07:14:15.584Z] ok github.com/docker/docker/image/tarexport 0.099s coverage: 0.7% of statements [2022-03-16T07:14:15.584Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-16T07:14:16.248Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-16T07:14:17.177Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-16T07:14:17.221Z] === RUN TestSerialization [2022-03-16T07:14:17.221Z] --- PASS: TestSerialization (0.02s) [2022-03-16T07:14:17.221Z] PASS [2022-03-16T07:14:17.221Z] coverage: 100.0% of statements [2022-03-16T07:14:17.221Z] ok github.com/docker/docker/libcontainerd/queue 0.071s coverage: 100.0% of statements [2022-03-16T07:14:17.739Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-16T07:14:18.141Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:18.141Z] INFO: Testing against a local daemon [2022-03-16T07:14:18.141Z] === RUN TestPluginInvalidJSON [2022-03-16T07:14:18.141Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:14:18.141Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:14:18.141Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:14:18.141Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-03-16T07:14:18.141Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-16T07:14:18.141Z] === RUN TestPluginInstall [2022-03-16T07:14:18.141Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-16T07:14:18.141Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-16T07:14:18.141Z] === RUN TestPluginsWithRuntimes [2022-03-16T07:14:18.141Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-16T07:14:18.141Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-16T07:14:18.141Z] === RUN TestPluginBackCompatMediaTypes [2022-03-16T07:14:18.141Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-16T07:14:18.141Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-16T07:14:18.141Z] PASS [2022-03-16T07:14:18.141Z] ok github.com/docker/docker/integration/plugin/common 0.106s [2022-03-16T07:14:18.141Z] [2022-03-16T07:14:18.141Z] === Skipped [2022-03-16T07:14:18.141Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-16T07:14:18.141Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-16T07:14:18.141Z] [2022-03-16T07:14:18.141Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-16T07:14:18.141Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-16T07:14:18.141Z] [2022-03-16T07:14:18.141Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-16T07:14:18.141Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-16T07:14:18.141Z] [2022-03-16T07:14:18.141Z] DONE 5 tests, 3 skipped in 4.655s [2022-03-16T07:14:18.141Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-16T07:14:18.255Z] === RUN TestEmptyLayer [2022-03-16T07:14:18.255Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-16T07:14:18.255Z] === RUN TestCommitFailure [2022-03-16T07:14:18.255Z] --- PASS: TestCommitFailure (0.01s) [2022-03-16T07:14:18.255Z] === RUN TestStartTransactionFailure [2022-03-16T07:14:18.255Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-16T07:14:18.255Z] === RUN TestGetOrphan [2022-03-16T07:14:18.255Z] --- PASS: TestGetOrphan (0.01s) [2022-03-16T07:14:18.255Z] === RUN TestMountAndRegister [2022-03-16T07:14:18.255Z] layer_test.go:258: Layer size: 14 [2022-03-16T07:14:18.255Z] --- PASS: TestMountAndRegister (0.22s) [2022-03-16T07:14:18.255Z] === RUN TestLayerRelease [2022-03-16T07:14:18.255Z] layer_test.go:291: Failing on Windows [2022-03-16T07:14:18.255Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-16T07:14:18.255Z] === RUN TestStoreRestore [2022-03-16T07:14:18.255Z] layer_test.go:340: Failing on Windows [2022-03-16T07:14:18.255Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-16T07:14:18.255Z] === RUN TestTarStreamStability [2022-03-16T07:14:18.255Z] layer_test.go:455: Failing on Windows [2022-03-16T07:14:18.255Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-16T07:14:18.255Z] === RUN TestRegisterExistingLayer [2022-03-16T07:14:18.255Z] === RUN TestEnvironmentParsing [2022-03-16T07:14:18.255Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-16T07:14:18.255Z] PASS [2022-03-16T07:14:18.255Z] coverage: 1.2% of statements [2022-03-16T07:14:18.255Z] ok github.com/docker/docker/libcontainerd/local 0.144s coverage: 1.2% of statements [2022-03-16T07:14:18.748Z] --- PASS: TestRegisterExistingLayer (0.26s) [2022-03-16T07:14:18.748Z] === RUN TestTarStreamVerification [2022-03-16T07:14:18.748Z] layer_test.go:684: Failing on Windows [2022-03-16T07:14:18.748Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-16T07:14:18.748Z] === RUN TestLayerMigration [2022-03-16T07:14:18.748Z] migration_test.go:45: Failing on Windows [2022-03-16T07:14:18.748Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-16T07:14:18.748Z] === RUN TestLayerMigrationNoTarsplit [2022-03-16T07:14:18.748Z] migration_test.go:181: Failing on Windows [2022-03-16T07:14:18.748Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-16T07:14:18.748Z] === RUN TestMountInit [2022-03-16T07:14:18.748Z] mount_test.go:17: Failing on Windows [2022-03-16T07:14:18.748Z] --- SKIP: TestMountInit (0.00s) [2022-03-16T07:14:18.748Z] === RUN TestMountSize [2022-03-16T07:14:18.748Z] mount_test.go:76: Failing on Windows [2022-03-16T07:14:18.748Z] --- SKIP: TestMountSize (0.00s) [2022-03-16T07:14:18.748Z] === RUN TestMountChanges [2022-03-16T07:14:18.748Z] mount_test.go:125: Failing on Windows [2022-03-16T07:14:18.748Z] --- SKIP: TestMountChanges (0.00s) [2022-03-16T07:14:18.748Z] === RUN TestMountApply [2022-03-16T07:14:18.748Z] mount_test.go:212: Failing on Windows [2022-03-16T07:14:18.748Z] --- SKIP: TestMountApply (0.00s) [2022-03-16T07:14:18.748Z] PASS [2022-03-16T07:14:18.748Z] coverage: 30.2% of statements [2022-03-16T07:14:18.748Z] ok github.com/docker/docker/layer 0.601s coverage: 30.2% of statements [2022-03-16T07:14:18.748Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-16T07:14:18.748Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-16T07:14:19.240Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-16T07:14:19.240Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-16T07:14:19.240Z] === RUN TestSequenceGetAvailableBit [2022-03-16T07:14:19.240Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-16T07:14:19.240Z] === RUN TestSequenceEqual [2022-03-16T07:14:19.240Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-16T07:14:19.240Z] === RUN TestSequenceCopy [2022-03-16T07:14:19.240Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-16T07:14:19.240Z] === RUN TestGetFirstAvailable [2022-03-16T07:14:19.240Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-16T07:14:19.482Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-16T07:14:19.482Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-16T07:14:19.482Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-16T07:14:19.482Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-16T07:14:19.482Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-16T07:14:19.649Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-16T07:14:19.733Z] === RUN TestFindSequence [2022-03-16T07:14:19.733Z] --- PASS: TestFindSequence (0.00s) [2022-03-16T07:14:19.733Z] === RUN TestCheckIfAvailable [2022-03-16T07:14:19.733Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-16T07:14:19.733Z] === RUN TestMergeSequences [2022-03-16T07:14:19.733Z] --- PASS: TestMergeSequences (0.00s) [2022-03-16T07:14:19.733Z] === RUN TestPushReservation [2022-03-16T07:14:19.733Z] --- PASS: TestPushReservation (0.00s) [2022-03-16T07:14:19.733Z] === RUN TestSerializeDeserialize [2022-03-16T07:14:19.733Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-16T07:14:19.733Z] === RUN TestSet [2022-03-16T07:14:19.733Z] --- PASS: TestSet (0.00s) [2022-03-16T07:14:19.733Z] === RUN TestSetUnset [2022-03-16T07:14:19.733Z] --- PASS: TestSetUnset (0.00s) [2022-03-16T07:14:19.733Z] === RUN TestOffsetSetUnset [2022-03-16T07:14:19.733Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-16T07:14:19.733Z] === RUN TestSetInRange [2022-03-16T07:14:19.733Z] --- PASS: TestSetInRange (0.00s) [2022-03-16T07:14:19.733Z] === RUN TestSetAnyInRange [2022-03-16T07:14:19.733Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-16T07:14:19.733Z] === RUN TestMethods [2022-03-16T07:14:19.733Z] --- PASS: TestMethods (0.00s) [2022-03-16T07:14:19.733Z] === RUN TestRandomAllocateDeallocate [2022-03-16T07:14:19.808Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-16T07:14:20.093Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 hack/test/unit [2022-03-16T07:14:20.211Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-16T07:14:20.350Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-16T07:14:20.350Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-16T07:14:20.350Z] + TESTDIRS=./... [2022-03-16T07:14:20.350Z] + exclude_paths='/vendor/|/integration' [2022-03-16T07:14:20.350Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-16T07:14:20.350Z] ++ go list ./... [2022-03-16T07:14:20.467Z] === RUN TestDockerSuite/TestLogsSince [2022-03-16T07:14:21.107Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:21.107Z] INFO: Testing against a local daemon [2022-03-16T07:14:21.107Z] === RUN TestExternalGraphDriver [2022-03-16T07:14:21.107Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-16T07:14:21.107Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-16T07:14:21.107Z] === RUN TestGraphdriverPluginV2 [2022-03-16T07:14:21.107Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-16T07:14:21.107Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-16T07:14:21.107Z] PASS [2022-03-16T07:14:21.107Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.133s [2022-03-16T07:14:21.107Z] [2022-03-16T07:14:21.107Z] === Skipped [2022-03-16T07:14:21.107Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-16T07:14:21.107Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-16T07:14:21.107Z] [2022-03-16T07:14:21.107Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-16T07:14:21.107Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-16T07:14:21.107Z] [2022-03-16T07:14:21.107Z] DONE 2 tests, 2 skipped in 2.641s [2022-03-16T07:14:21.107Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-16T07:14:21.282Z] + pkg_list='github.com/docker/docker/api [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/backend/build [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/httputils [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/middleware [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/build [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/container [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/debug [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/distribution [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/grpc [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/image [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/network [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/plugin [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/session [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/swarm [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/system [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/server/router/volume [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/backend [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/blkiodev [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/container [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/events [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/filters [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/image [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/mount [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/network [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/registry [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/strslice [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/swarm [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/time [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/versions [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-16T07:14:21.282Z] github.com/docker/docker/api/types/volume [2022-03-16T07:14:21.282Z] github.com/docker/docker/builder [2022-03-16T07:14:21.282Z] github.com/docker/docker/builder/builder-next [2022-03-16T07:14:21.282Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-16T07:14:21.282Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-16T07:14:21.282Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-16T07:14:21.282Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-16T07:14:21.282Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-16T07:14:21.282Z] github.com/docker/docker/builder/builder-next/worker [2022-03-16T07:14:21.282Z] github.com/docker/docker/builder/dockerfile [2022-03-16T07:14:21.282Z] github.com/docker/docker/builder/remotecontext [2022-03-16T07:14:21.282Z] github.com/docker/docker/builder/remotecontext/git [2022-03-16T07:14:21.282Z] github.com/docker/docker/cli [2022-03-16T07:14:21.282Z] github.com/docker/docker/cli/config [2022-03-16T07:14:21.282Z] github.com/docker/docker/cli/debug [2022-03-16T07:14:21.282Z] github.com/docker/docker/client [2022-03-16T07:14:21.282Z] github.com/docker/docker/cmd/docker-proxy [2022-03-16T07:14:21.282Z] github.com/docker/docker/cmd/dockerd [2022-03-16T07:14:21.283Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-16T07:14:21.283Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-16T07:14:21.283Z] github.com/docker/docker/container [2022-03-16T07:14:21.283Z] github.com/docker/docker/container/stream [2022-03-16T07:14:21.283Z] github.com/docker/docker/contrib/apparmor [2022-03-16T07:14:21.283Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-16T07:14:21.283Z] github.com/docker/docker/contrib/httpserver [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster/convert [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster/executor [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster/provider [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/config [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/events [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/events/testutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/exec [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/images [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/initlayer [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/links [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/listeners [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/gelf [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/journald [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/local [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/logentries [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/splunk [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/syslog [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/templates [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/names [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/network [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/stats [2022-03-16T07:14:21.283Z] github.com/docker/docker/distribution [2022-03-16T07:14:21.283Z] github.com/docker/docker/distribution/metadata [2022-03-16T07:14:21.283Z] github.com/docker/docker/distribution/utils [2022-03-16T07:14:21.283Z] github.com/docker/docker/distribution/xfer [2022-03-16T07:14:21.283Z] github.com/docker/docker/dockerversion [2022-03-16T07:14:21.283Z] github.com/docker/docker/errdefs [2022-03-16T07:14:21.283Z] github.com/docker/docker/image [2022-03-16T07:14:21.283Z] github.com/docker/docker/image/cache [2022-03-16T07:14:21.283Z] github.com/docker/docker/image/tarexport [2022-03-16T07:14:21.283Z] github.com/docker/docker/image/v1 [2022-03-16T07:14:21.283Z] github.com/docker/docker/internal/test/suite [2022-03-16T07:14:21.283Z] github.com/docker/docker/layer [2022-03-16T07:14:21.283Z] github.com/docker/docker/libcontainerd [2022-03-16T07:14:21.283Z] github.com/docker/docker/libcontainerd/queue [2022-03-16T07:14:21.283Z] github.com/docker/docker/libcontainerd/remote [2022-03-16T07:14:21.283Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-16T07:14:21.283Z] github.com/docker/docker/libcontainerd/types [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/config [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/idm [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/ns [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/options [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/osl [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/types [2022-03-16T07:14:21.283Z] github.com/docker/docker/oci [2022-03-16T07:14:21.283Z] github.com/docker/docker/oci/caps [2022-03-16T07:14:21.283Z] github.com/docker/docker/opts [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/aaparser [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/archive [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/authorization [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/broadcaster [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/capabilities [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/chrootarchive [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/containerfs [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/devicemapper [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/directory [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/dmesg [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/filenotify [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/fileutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/fsutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/homedir [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/idtools [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/ioutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/jsonmessage [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/longpath [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/loopback [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/namesgenerator [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/parsers [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/pidfile [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/platform [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/plugingetter [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/plugins [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/plugins/transport [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/pools [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/progress [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/pubsub [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/reexec [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/signal [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/stack [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/stdcopy [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/streamformatter [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/stringid [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/sysinfo [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/system [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/tailfile [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/tarsum [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/truncindex [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/urlutil [2022-03-16T07:14:21.283Z] github.com/docker/docker/pkg/useragent [2022-03-16T07:14:21.283Z] github.com/docker/docker/plugin [2022-03-16T07:14:21.283Z] github.com/docker/docker/plugin/executor/containerd [2022-03-16T07:14:21.283Z] github.com/docker/docker/plugin/v2 [2022-03-16T07:14:21.283Z] github.com/docker/docker/profiles/apparmor [2022-03-16T07:14:21.283Z] github.com/docker/docker/profiles/seccomp [2022-03-16T07:14:21.283Z] github.com/docker/docker/quota [2022-03-16T07:14:21.283Z] github.com/docker/docker/reference [2022-03-16T07:14:21.283Z] github.com/docker/docker/registry [2022-03-16T07:14:21.283Z] github.com/docker/docker/registry/resumable [2022-03-16T07:14:21.283Z] github.com/docker/docker/restartmanager [2022-03-16T07:14:21.283Z] github.com/docker/docker/rootless [2022-03-16T07:14:21.283Z] github.com/docker/docker/rootless/specconv [2022-03-16T07:14:21.283Z] github.com/docker/docker/runconfig [2022-03-16T07:14:21.283Z] github.com/docker/docker/runconfig/opts [2022-03-16T07:14:21.283Z] github.com/docker/docker/testutil [2022-03-16T07:14:21.283Z] github.com/docker/docker/testutil/daemon [2022-03-16T07:14:21.283Z] github.com/docker/docker/testutil/environment [2022-03-16T07:14:21.283Z] github.com/docker/docker/testutil/fakecontext [2022-03-16T07:14:21.283Z] github.com/docker/docker/testutil/fakegit [2022-03-16T07:14:21.283Z] github.com/docker/docker/testutil/fakestorage [2022-03-16T07:14:21.283Z] github.com/docker/docker/testutil/fixtures/load [2022-03-16T07:14:21.283Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-16T07:14:21.283Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-16T07:14:21.283Z] github.com/docker/docker/testutil/registry [2022-03-16T07:14:21.283Z] github.com/docker/docker/testutil/request [2022-03-16T07:14:21.283Z] github.com/docker/docker/volume [2022-03-16T07:14:21.283Z] github.com/docker/docker/volume/drivers [2022-03-16T07:14:21.283Z] github.com/docker/docker/volume/local [2022-03-16T07:14:21.283Z] github.com/docker/docker/volume/mounts [2022-03-16T07:14:21.283Z] github.com/docker/docker/volume/service [2022-03-16T07:14:21.283Z] github.com/docker/docker/volume/service/opts [2022-03-16T07:14:21.283Z] github.com/docker/docker/volume/testutils' [2022-03-16T07:14:21.283Z] ++ grep --fixed-strings -v /libnetwork [2022-03-16T07:14:21.283Z] ++ echo 'github.com/docker/docker/api [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/backend/build [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/httputils [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/middleware [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/build [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/container [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/debug [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/distribution [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/grpc [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/image [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/network [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/plugin [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/session [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/swarm [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/system [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/server/router/volume [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/backend [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/blkiodev [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/container [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/events [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/filters [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/image [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/mount [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/network [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/registry [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/strslice [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/swarm [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/time [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/versions [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-16T07:14:21.283Z] github.com/docker/docker/api/types/volume [2022-03-16T07:14:21.283Z] github.com/docker/docker/builder [2022-03-16T07:14:21.283Z] github.com/docker/docker/builder/builder-next [2022-03-16T07:14:21.283Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-16T07:14:21.283Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-16T07:14:21.283Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-16T07:14:21.283Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-16T07:14:21.283Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-16T07:14:21.283Z] github.com/docker/docker/builder/builder-next/worker [2022-03-16T07:14:21.283Z] github.com/docker/docker/builder/dockerfile [2022-03-16T07:14:21.283Z] github.com/docker/docker/builder/remotecontext [2022-03-16T07:14:21.283Z] github.com/docker/docker/builder/remotecontext/git [2022-03-16T07:14:21.283Z] github.com/docker/docker/cli [2022-03-16T07:14:21.283Z] github.com/docker/docker/cli/config [2022-03-16T07:14:21.283Z] github.com/docker/docker/cli/debug [2022-03-16T07:14:21.283Z] github.com/docker/docker/client [2022-03-16T07:14:21.283Z] github.com/docker/docker/cmd/docker-proxy [2022-03-16T07:14:21.283Z] github.com/docker/docker/cmd/dockerd [2022-03-16T07:14:21.283Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-16T07:14:21.283Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-16T07:14:21.283Z] github.com/docker/docker/container [2022-03-16T07:14:21.283Z] github.com/docker/docker/container/stream [2022-03-16T07:14:21.283Z] github.com/docker/docker/contrib/apparmor [2022-03-16T07:14:21.283Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-16T07:14:21.283Z] github.com/docker/docker/contrib/httpserver [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster/convert [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster/executor [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/cluster/provider [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/config [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/events [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/events/testutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/exec [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/images [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/initlayer [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/links [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/listeners [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/gelf [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/journald [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/local [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/logentries [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/splunk [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/syslog [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/logger/templates [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/names [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/network [2022-03-16T07:14:21.283Z] github.com/docker/docker/daemon/stats [2022-03-16T07:14:21.283Z] github.com/docker/docker/distribution [2022-03-16T07:14:21.283Z] github.com/docker/docker/distribution/metadata [2022-03-16T07:14:21.283Z] github.com/docker/docker/distribution/utils [2022-03-16T07:14:21.283Z] github.com/docker/docker/distribution/xfer [2022-03-16T07:14:21.283Z] github.com/docker/docker/dockerversion [2022-03-16T07:14:21.283Z] github.com/docker/docker/errdefs [2022-03-16T07:14:21.283Z] github.com/docker/docker/image [2022-03-16T07:14:21.283Z] github.com/docker/docker/image/cache [2022-03-16T07:14:21.283Z] github.com/docker/docker/image/tarexport [2022-03-16T07:14:21.283Z] github.com/docker/docker/image/v1 [2022-03-16T07:14:21.283Z] github.com/docker/docker/internal/test/suite [2022-03-16T07:14:21.283Z] github.com/docker/docker/layer [2022-03-16T07:14:21.283Z] github.com/docker/docker/libcontainerd [2022-03-16T07:14:21.283Z] github.com/docker/docker/libcontainerd/queue [2022-03-16T07:14:21.283Z] github.com/docker/docker/libcontainerd/remote [2022-03-16T07:14:21.283Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-16T07:14:21.283Z] github.com/docker/docker/libcontainerd/types [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/config [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T07:14:21.283Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/idm [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/ns [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/options [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/osl [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/libnetwork/types [2022-03-16T07:14:21.284Z] github.com/docker/docker/oci [2022-03-16T07:14:21.284Z] github.com/docker/docker/oci/caps [2022-03-16T07:14:21.284Z] github.com/docker/docker/opts [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/aaparser [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/archive [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/authorization [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/broadcaster [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/capabilities [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/chrootarchive [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/containerfs [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/devicemapper [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/directory [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/dmesg [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/filenotify [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/fileutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/fsutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/homedir [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/idtools [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/ioutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/jsonmessage [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/longpath [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/loopback [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/namesgenerator [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/parsers [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/pidfile [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/platform [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugingetter [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugins [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugins/transport [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/pools [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/progress [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/pubsub [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/reexec [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/signal [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/stack [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/stdcopy [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/streamformatter [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/stringid [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/sysinfo [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/system [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/tailfile [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/tarsum [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/truncindex [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/urlutil [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/useragent [2022-03-16T07:14:21.284Z] github.com/docker/docker/plugin [2022-03-16T07:14:21.284Z] github.com/docker/docker/plugin/executor/containerd [2022-03-16T07:14:21.284Z] github.com/docker/docker/plugin/v2 [2022-03-16T07:14:21.284Z] github.com/docker/docker/profiles/apparmor [2022-03-16T07:14:21.284Z] github.com/docker/docker/profiles/seccomp [2022-03-16T07:14:21.284Z] github.com/docker/docker/quota [2022-03-16T07:14:21.284Z] github.com/docker/docker/reference [2022-03-16T07:14:21.284Z] github.com/docker/docker/registry [2022-03-16T07:14:21.284Z] github.com/docker/docker/registry/resumable [2022-03-16T07:14:21.284Z] github.com/docker/docker/restartmanager [2022-03-16T07:14:21.284Z] github.com/docker/docker/rootless [2022-03-16T07:14:21.284Z] github.com/docker/docker/rootless/specconv [2022-03-16T07:14:21.284Z] github.com/docker/docker/runconfig [2022-03-16T07:14:21.284Z] github.com/docker/docker/runconfig/opts [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/daemon [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/environment [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fakecontext [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fakegit [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fakestorage [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fixtures/load [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/registry [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/request [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/drivers [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/local [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/mounts [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/service [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/service/opts [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/testutils' [2022-03-16T07:14:21.284Z] + base_pkg_list='github.com/docker/docker/api [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/backend/build [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/httputils [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/middleware [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/build [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/container [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/debug [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/distribution [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/grpc [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/image [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/network [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/plugin [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/session [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/swarm [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/system [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/volume [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/backend [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/blkiodev [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/container [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/events [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/filters [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/image [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/mount [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/network [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/registry [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/strslice [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/swarm [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/time [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/versions [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/volume [2022-03-16T07:14:21.284Z] github.com/docker/docker/builder [2022-03-16T07:14:21.284Z] github.com/docker/docker/builder/builder-next [2022-03-16T07:14:21.284Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-16T07:14:21.284Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-16T07:14:21.284Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-16T07:14:21.284Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-16T07:14:21.284Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-16T07:14:21.284Z] github.com/docker/docker/builder/builder-next/worker [2022-03-16T07:14:21.284Z] github.com/docker/docker/builder/dockerfile [2022-03-16T07:14:21.284Z] github.com/docker/docker/builder/remotecontext [2022-03-16T07:14:21.284Z] github.com/docker/docker/builder/remotecontext/git [2022-03-16T07:14:21.284Z] github.com/docker/docker/cli [2022-03-16T07:14:21.284Z] github.com/docker/docker/cli/config [2022-03-16T07:14:21.284Z] github.com/docker/docker/cli/debug [2022-03-16T07:14:21.284Z] github.com/docker/docker/client [2022-03-16T07:14:21.284Z] github.com/docker/docker/cmd/docker-proxy [2022-03-16T07:14:21.284Z] github.com/docker/docker/cmd/dockerd [2022-03-16T07:14:21.284Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-16T07:14:21.284Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-16T07:14:21.284Z] github.com/docker/docker/container [2022-03-16T07:14:21.284Z] github.com/docker/docker/container/stream [2022-03-16T07:14:21.284Z] github.com/docker/docker/contrib/apparmor [2022-03-16T07:14:21.284Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-16T07:14:21.284Z] github.com/docker/docker/contrib/httpserver [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/cluster [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/cluster/convert [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/cluster/executor [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/cluster/provider [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/config [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/events [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/events/testutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/exec [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/images [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/initlayer [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/links [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/listeners [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/gelf [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/journald [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/local [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/logentries [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/splunk [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/syslog [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/logger/templates [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/names [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/network [2022-03-16T07:14:21.284Z] github.com/docker/docker/daemon/stats [2022-03-16T07:14:21.284Z] github.com/docker/docker/distribution [2022-03-16T07:14:21.284Z] github.com/docker/docker/distribution/metadata [2022-03-16T07:14:21.284Z] github.com/docker/docker/distribution/utils [2022-03-16T07:14:21.284Z] github.com/docker/docker/distribution/xfer [2022-03-16T07:14:21.284Z] github.com/docker/docker/dockerversion [2022-03-16T07:14:21.284Z] github.com/docker/docker/errdefs [2022-03-16T07:14:21.284Z] github.com/docker/docker/image [2022-03-16T07:14:21.284Z] github.com/docker/docker/image/cache [2022-03-16T07:14:21.284Z] github.com/docker/docker/image/tarexport [2022-03-16T07:14:21.284Z] github.com/docker/docker/image/v1 [2022-03-16T07:14:21.284Z] github.com/docker/docker/internal/test/suite [2022-03-16T07:14:21.284Z] github.com/docker/docker/layer [2022-03-16T07:14:21.284Z] github.com/docker/docker/libcontainerd [2022-03-16T07:14:21.284Z] github.com/docker/docker/libcontainerd/queue [2022-03-16T07:14:21.284Z] github.com/docker/docker/libcontainerd/remote [2022-03-16T07:14:21.284Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-16T07:14:21.284Z] github.com/docker/docker/libcontainerd/types [2022-03-16T07:14:21.284Z] github.com/docker/docker/oci [2022-03-16T07:14:21.284Z] github.com/docker/docker/oci/caps [2022-03-16T07:14:21.284Z] github.com/docker/docker/opts [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/aaparser [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/archive [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/authorization [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/broadcaster [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/capabilities [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/chrootarchive [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/containerfs [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/devicemapper [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/directory [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/dmesg [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/filenotify [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/fileutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/fsutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/homedir [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/idtools [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/ioutils [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/jsonmessage [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/longpath [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/loopback [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/namesgenerator [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/parsers [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/pidfile [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/platform [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugingetter [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugins [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/plugins/transport [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/pools [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/progress [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/pubsub [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/reexec [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/signal [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/stack [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/stdcopy [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/streamformatter [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/stringid [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/sysinfo [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/system [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/tailfile [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/tarsum [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/truncindex [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/urlutil [2022-03-16T07:14:21.284Z] github.com/docker/docker/pkg/useragent [2022-03-16T07:14:21.284Z] github.com/docker/docker/plugin [2022-03-16T07:14:21.284Z] github.com/docker/docker/plugin/executor/containerd [2022-03-16T07:14:21.284Z] github.com/docker/docker/plugin/v2 [2022-03-16T07:14:21.284Z] github.com/docker/docker/profiles/apparmor [2022-03-16T07:14:21.284Z] github.com/docker/docker/profiles/seccomp [2022-03-16T07:14:21.284Z] github.com/docker/docker/quota [2022-03-16T07:14:21.284Z] github.com/docker/docker/reference [2022-03-16T07:14:21.284Z] github.com/docker/docker/registry [2022-03-16T07:14:21.284Z] github.com/docker/docker/registry/resumable [2022-03-16T07:14:21.284Z] github.com/docker/docker/restartmanager [2022-03-16T07:14:21.284Z] github.com/docker/docker/rootless [2022-03-16T07:14:21.284Z] github.com/docker/docker/rootless/specconv [2022-03-16T07:14:21.284Z] github.com/docker/docker/runconfig [2022-03-16T07:14:21.284Z] github.com/docker/docker/runconfig/opts [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/daemon [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/environment [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fakecontext [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fakegit [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fakestorage [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fixtures/load [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/registry [2022-03-16T07:14:21.284Z] github.com/docker/docker/testutil/request [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/drivers [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/local [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/mounts [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/service [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/service/opts [2022-03-16T07:14:21.284Z] github.com/docker/docker/volume/testutils' [2022-03-16T07:14:21.284Z] ++ grep --fixed-strings /libnetwork [2022-03-16T07:14:21.284Z] ++ echo 'github.com/docker/docker/api [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/backend/build [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/httputils [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/middleware [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/build [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/container [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/debug [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/distribution [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/grpc [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/image [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/network [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/plugin [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/session [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/swarm [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/system [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/server/router/volume [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/backend [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/blkiodev [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/container [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/events [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/filters [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/image [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/mount [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/network [2022-03-16T07:14:21.284Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-16T07:14:21.285Z] github.com/docker/docker/api/types/registry [2022-03-16T07:14:21.285Z] github.com/docker/docker/api/types/strslice [2022-03-16T07:14:21.285Z] github.com/docker/docker/api/types/swarm [2022-03-16T07:14:21.285Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-16T07:14:21.285Z] github.com/docker/docker/api/types/time [2022-03-16T07:14:21.285Z] github.com/docker/docker/api/types/versions [2022-03-16T07:14:21.285Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-16T07:14:21.285Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-16T07:14:21.285Z] github.com/docker/docker/api/types/volume [2022-03-16T07:14:21.285Z] github.com/docker/docker/builder [2022-03-16T07:14:21.285Z] github.com/docker/docker/builder/builder-next [2022-03-16T07:14:21.285Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-16T07:14:21.285Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-16T07:14:21.285Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-16T07:14:21.285Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-16T07:14:21.285Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-16T07:14:21.285Z] github.com/docker/docker/builder/builder-next/worker [2022-03-16T07:14:21.285Z] github.com/docker/docker/builder/dockerfile [2022-03-16T07:14:21.285Z] github.com/docker/docker/builder/remotecontext [2022-03-16T07:14:21.285Z] github.com/docker/docker/builder/remotecontext/git [2022-03-16T07:14:21.285Z] github.com/docker/docker/cli [2022-03-16T07:14:21.285Z] github.com/docker/docker/cli/config [2022-03-16T07:14:21.285Z] github.com/docker/docker/cli/debug [2022-03-16T07:14:21.285Z] github.com/docker/docker/client [2022-03-16T07:14:21.285Z] github.com/docker/docker/cmd/docker-proxy [2022-03-16T07:14:21.285Z] github.com/docker/docker/cmd/dockerd [2022-03-16T07:14:21.285Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-16T07:14:21.285Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-16T07:14:21.285Z] github.com/docker/docker/container [2022-03-16T07:14:21.285Z] github.com/docker/docker/container/stream [2022-03-16T07:14:21.285Z] github.com/docker/docker/contrib/apparmor [2022-03-16T07:14:21.285Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-16T07:14:21.285Z] github.com/docker/docker/contrib/httpserver [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/cluster [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/cluster/convert [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/cluster/executor [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/cluster/provider [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/config [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/events [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/events/testutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/exec [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/images [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/initlayer [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/links [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/listeners [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/gelf [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/journald [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/local [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/logentries [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/splunk [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/syslog [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/logger/templates [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/names [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/network [2022-03-16T07:14:21.285Z] github.com/docker/docker/daemon/stats [2022-03-16T07:14:21.285Z] github.com/docker/docker/distribution [2022-03-16T07:14:21.285Z] github.com/docker/docker/distribution/metadata [2022-03-16T07:14:21.285Z] github.com/docker/docker/distribution/utils [2022-03-16T07:14:21.285Z] github.com/docker/docker/distribution/xfer [2022-03-16T07:14:21.285Z] github.com/docker/docker/dockerversion [2022-03-16T07:14:21.285Z] github.com/docker/docker/errdefs [2022-03-16T07:14:21.285Z] github.com/docker/docker/image [2022-03-16T07:14:21.285Z] github.com/docker/docker/image/cache [2022-03-16T07:14:21.285Z] github.com/docker/docker/image/tarexport [2022-03-16T07:14:21.285Z] github.com/docker/docker/image/v1 [2022-03-16T07:14:21.285Z] github.com/docker/docker/internal/test/suite [2022-03-16T07:14:21.285Z] github.com/docker/docker/layer [2022-03-16T07:14:21.285Z] github.com/docker/docker/libcontainerd [2022-03-16T07:14:21.285Z] github.com/docker/docker/libcontainerd/queue [2022-03-16T07:14:21.285Z] github.com/docker/docker/libcontainerd/remote [2022-03-16T07:14:21.285Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-16T07:14:21.285Z] github.com/docker/docker/libcontainerd/types [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/config [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/idm [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ns [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/options [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/osl [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/types [2022-03-16T07:14:21.285Z] github.com/docker/docker/oci [2022-03-16T07:14:21.285Z] github.com/docker/docker/oci/caps [2022-03-16T07:14:21.285Z] github.com/docker/docker/opts [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/aaparser [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/archive [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/authorization [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/broadcaster [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/capabilities [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/chrootarchive [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/containerfs [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/devicemapper [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/directory [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/dmesg [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/filenotify [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/fileutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/fsutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/homedir [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/idtools [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/ioutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/jsonmessage [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/longpath [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/loopback [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/namesgenerator [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/parsers [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/pidfile [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/platform [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/plugingetter [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/plugins [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/plugins/transport [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/pools [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/progress [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/pubsub [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/reexec [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/signal [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/stack [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/stdcopy [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/streamformatter [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/stringid [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/sysinfo [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/system [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/tailfile [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/tarsum [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/truncindex [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/urlutil [2022-03-16T07:14:21.285Z] github.com/docker/docker/pkg/useragent [2022-03-16T07:14:21.285Z] github.com/docker/docker/plugin [2022-03-16T07:14:21.285Z] github.com/docker/docker/plugin/executor/containerd [2022-03-16T07:14:21.285Z] github.com/docker/docker/plugin/v2 [2022-03-16T07:14:21.285Z] github.com/docker/docker/profiles/apparmor [2022-03-16T07:14:21.285Z] github.com/docker/docker/profiles/seccomp [2022-03-16T07:14:21.285Z] github.com/docker/docker/quota [2022-03-16T07:14:21.285Z] github.com/docker/docker/reference [2022-03-16T07:14:21.285Z] github.com/docker/docker/registry [2022-03-16T07:14:21.285Z] github.com/docker/docker/registry/resumable [2022-03-16T07:14:21.285Z] github.com/docker/docker/restartmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/rootless [2022-03-16T07:14:21.285Z] github.com/docker/docker/rootless/specconv [2022-03-16T07:14:21.285Z] github.com/docker/docker/runconfig [2022-03-16T07:14:21.285Z] github.com/docker/docker/runconfig/opts [2022-03-16T07:14:21.285Z] github.com/docker/docker/testutil [2022-03-16T07:14:21.285Z] github.com/docker/docker/testutil/daemon [2022-03-16T07:14:21.285Z] github.com/docker/docker/testutil/environment [2022-03-16T07:14:21.285Z] github.com/docker/docker/testutil/fakecontext [2022-03-16T07:14:21.285Z] github.com/docker/docker/testutil/fakegit [2022-03-16T07:14:21.285Z] github.com/docker/docker/testutil/fakestorage [2022-03-16T07:14:21.285Z] github.com/docker/docker/testutil/fixtures/load [2022-03-16T07:14:21.285Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-16T07:14:21.285Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-16T07:14:21.285Z] github.com/docker/docker/testutil/registry [2022-03-16T07:14:21.285Z] github.com/docker/docker/testutil/request [2022-03-16T07:14:21.285Z] github.com/docker/docker/volume [2022-03-16T07:14:21.285Z] github.com/docker/docker/volume/drivers [2022-03-16T07:14:21.285Z] github.com/docker/docker/volume/local [2022-03-16T07:14:21.285Z] github.com/docker/docker/volume/mounts [2022-03-16T07:14:21.285Z] github.com/docker/docker/volume/service [2022-03-16T07:14:21.285Z] github.com/docker/docker/volume/service/opts [2022-03-16T07:14:21.285Z] github.com/docker/docker/volume/testutils' [2022-03-16T07:14:21.285Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/config [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/idm [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/ns [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/options [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/osl [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/types' [2022-03-16T07:14:21.285Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-16T07:14:21.285Z] + echo 'github.com/docker/docker/libnetwork [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/config [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T07:14:21.285Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/idm [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/ns [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/options [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/osl [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/types' [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T07:14:21.286Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T07:14:21.286Z] + type docker-proxy [2022-03-16T07:14:21.286Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-16T07:14:21.286Z] + hack/make.sh binary-proxy install-proxy [2022-03-16T07:14:21.286Z] [2022-03-16T07:14:21.542Z] Removing bundles/ [2022-03-16T07:14:21.542Z] [2022-03-16T07:14:21.542Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-16T07:14:21.542Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-16T07:14:21.542Z] GOOS="" GOARCH="" GOARM="" [2022-03-16T07:14:22.045Z] === RUN TestInvalidConfig [2022-03-16T07:14:22.045Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-16T07:14:22.045Z] === RUN TestConfig [2022-03-16T07:14:22.045Z] --- PASS: TestConfig (0.00s) [2022-03-16T07:14:22.045Z] === RUN TestOptionsLabels [2022-03-16T07:14:22.045Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-16T07:14:22.045Z] === RUN TestValidName [2022-03-16T07:14:22.045Z] --- PASS: TestValidName (0.00s) [2022-03-16T07:14:22.045Z] PASS [2022-03-16T07:14:22.045Z] coverage: 19.7% of statements [2022-03-16T07:14:22.045Z] ok github.com/docker/docker/libnetwork/config 0.141s coverage: 19.7% of statements [2022-03-16T07:14:22.538Z] === RUN TestKey [2022-03-16T07:14:22.538Z] --- PASS: TestKey (0.00s) [2022-03-16T07:14:22.538Z] === RUN TestParseKey [2022-03-16T07:14:22.538Z] --- PASS: TestParseKey (0.00s) [2022-03-16T07:14:22.538Z] === RUN TestInvalidDataStore [2022-03-16T07:14:22.538Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-16T07:14:22.538Z] === RUN TestKVObjectFlatKey [2022-03-16T07:14:22.538Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-16T07:14:22.538Z] === RUN TestAtomicKVObjectFlatKey [2022-03-16T07:14:22.538Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-16T07:14:22.538Z] PASS [2022-03-16T07:14:22.538Z] coverage: 21.9% of statements [2022-03-16T07:14:22.538Z] ok github.com/docker/docker/libnetwork/datastore 0.060s coverage: 21.9% of statements [2022-03-16T07:14:22.538Z] === RUN TestErrorInterfaces [2022-03-16T07:14:22.538Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-16T07:14:22.538Z] === RUN TestNetworkMarshalling [2022-03-16T07:14:22.538Z] --- PASS: TestNetworkMarshalling (0.23s) [2022-03-16T07:14:22.538Z] === RUN TestEndpointMarshalling [2022-03-16T07:14:22.538Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-16T07:14:22.538Z] === RUN TestAuxAddresses [2022-03-16T07:14:22.538Z] time="2022-03-16T07:14:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-16T07:14:22.538Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-16T07:14:22.538Z] === RUN TestSRVServiceQuery [2022-03-16T07:14:22.538Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:14:22.538Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-16T07:14:22.538Z] === RUN TestServiceVIPReuse [2022-03-16T07:14:22.538Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:14:22.538Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-16T07:14:22.538Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-16T07:14:22.538Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:14:22.538Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-16T07:14:22.538Z] === RUN TestDNSIPQuery [2022-03-16T07:14:22.538Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:14:22.538Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-16T07:14:22.538Z] === RUN TestDNSProxyServFail [2022-03-16T07:14:22.986Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-16T07:14:23.030Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:14:23.030Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-16T07:14:23.030Z] === RUN TestSandboxAddEmpty [2022-03-16T07:14:23.030Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:14:23.030Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-16T07:14:23.030Z] === RUN TestSandboxAddMultiPrio [2022-03-16T07:14:23.030Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:14:23.030Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-16T07:14:23.030Z] === RUN TestSandboxAddSamePrio [2022-03-16T07:14:23.030Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:14:23.030Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-16T07:14:23.030Z] === RUN TestCleanupServiceDiscovery [2022-03-16T07:14:23.030Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:14:23.030Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-16T07:14:23.030Z] === RUN TestDNSOptions [2022-03-16T07:14:23.030Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:14:23.030Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-16T07:14:23.030Z] === RUN TestMultipleControllersWithSameStore [2022-03-16T07:14:23.030Z] time="2022-03-16T07:14:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-16T07:14:23.030Z] time="2022-03-16T07:14:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-16T07:14:23.030Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-16T07:14:23.030Z] PASS [2022-03-16T07:14:23.030Z] coverage: 8.5% of statements [2022-03-16T07:14:23.030Z] ok github.com/docker/docker/libnetwork 0.432s coverage: 8.5% of statements [2022-03-16T07:14:23.337Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:23.337Z] INFO: Testing against a local daemon [2022-03-16T07:14:23.337Z] === RUN TestReadPluginNoRead [2022-03-16T07:14:23.337Z] read_test.go:21: no unix domain sockets on Windows [2022-03-16T07:14:23.337Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-16T07:14:23.337Z] PASS [2022-03-16T07:14:23.337Z] ok github.com/docker/docker/integration/plugin/logging 0.111s [2022-03-16T07:14:23.522Z] === RUN TestIPDataMarshalling [2022-03-16T07:14:23.522Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-16T07:14:23.522Z] === RUN TestValidateAndIsV6 [2022-03-16T07:14:23.522Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-16T07:14:23.522Z] PASS [2022-03-16T07:14:23.522Z] coverage: 68.9% of statements [2022-03-16T07:14:23.522Z] ok github.com/docker/docker/libnetwork/driverapi 0.056s coverage: 68.9% of statements [2022-03-16T07:14:23.808Z] [2022-03-16T07:14:23.808Z] === Skipped [2022-03-16T07:14:23.808Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-16T07:14:23.808Z] read_test.go:21: no unix domain sockets on Windows [2022-03-16T07:14:23.808Z] [2022-03-16T07:14:23.808Z] DONE 1 tests, 1 skipped in 2.537s [2022-03-16T07:14:23.808Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-16T07:14:24.016Z] === RUN TestDriver [2022-03-16T07:14:24.016Z] --- PASS: TestDriver (0.00s) [2022-03-16T07:14:24.016Z] PASS [2022-03-16T07:14:24.016Z] coverage: 34.8% of statements [2022-03-16T07:14:24.016Z] ok github.com/docker/docker/libnetwork/drivers/host 0.049s coverage: 34.8% of statements [2022-03-16T07:14:24.513Z] === RUN TestDriver [2022-03-16T07:14:24.513Z] --- PASS: TestDriver (0.00s) [2022-03-16T07:14:24.513Z] PASS [2022-03-16T07:14:24.513Z] coverage: 34.8% of statements [2022-03-16T07:14:24.513Z] ok github.com/docker/docker/libnetwork/drivers/null 0.050s coverage: 34.8% of statements [2022-03-16T07:14:24.513Z] === RUN TestNetworkAllocateFree [2022-03-16T07:14:24.513Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-16T07:14:24.513Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-16T07:14:24.513Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-16T07:14:24.513Z] PASS [2022-03-16T07:14:24.513Z] coverage: 63.6% of statements [2022-03-16T07:14:24.513Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.063s coverage: 63.6% of statements [2022-03-16T07:14:24.797Z] testing: warning: no tests to run [2022-03-16T07:14:24.797Z] PASS [2022-03-16T07:14:24.797Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.075s [2022-03-16T07:14:24.877Z] docker_api_swarm_service_test.go:490: [d18a400a78043] joining swarm manager [df533cc44bb07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:14:25.266Z] [2022-03-16T07:14:25.266Z] DONE 0 tests in 1.241s [2022-03-16T07:14:25.266Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-16T07:14:25.549Z] === RUN TestGetEmptyCapabilities [2022-03-16T07:14:25.549Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-03-16T07:14:25.549Z] === RUN TestGetExtraCapabilities [2022-03-16T07:14:25.549Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-16T07:14:25.549Z] === RUN TestGetInvalidCapabilities [2022-03-16T07:14:25.549Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-16T07:14:25.549Z] === RUN TestRemoteDriver [2022-03-16T07:14:25.549Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-16T07:14:25.549Z] === RUN TestDriverError [2022-03-16T07:14:25.549Z] --- PASS: TestDriverError (0.00s) [2022-03-16T07:14:25.549Z] === RUN TestMissingValues [2022-03-16T07:14:25.549Z] --- PASS: TestMissingValues (0.01s) [2022-03-16T07:14:25.549Z] === RUN TestRollback [2022-03-16T07:14:25.549Z] --- PASS: TestRollback (0.01s) [2022-03-16T07:14:25.549Z] PASS [2022-03-16T07:14:25.549Z] coverage: 57.4% of statements [2022-03-16T07:14:25.549Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.117s coverage: 57.4% of statements [2022-03-16T07:14:25.806Z] docker_api_swarm_service_test.go:490: [d88d02fa0ea3d] joining swarm manager [df533cc44bb07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:14:26.041Z] === RUN TestNAT [2022-03-16T07:14:26.041Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-16T07:14:26.041Z] --- SKIP: TestNAT (0.00s) [2022-03-16T07:14:26.041Z] === RUN TestTransparent [2022-03-16T07:14:26.041Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-16T07:14:26.041Z] --- SKIP: TestTransparent (0.00s) [2022-03-16T07:14:26.041Z] PASS [2022-03-16T07:14:26.041Z] coverage: 0.0% of statements [2022-03-16T07:14:26.041Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.061s coverage: 0.0% of statements [2022-03-16T07:14:26.535Z] === RUN TestBuildDefault [2022-03-16T07:14:26.535Z] --- PASS: TestBuildDefault (0.01s) [2022-03-16T07:14:26.535Z] === RUN TestBuildHostnameDomainname [2022-03-16T07:14:26.535Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestBuildHostname [2022-03-16T07:14:26.535Z] --- PASS: TestBuildHostname (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestBuildHostnameFQDN [2022-03-16T07:14:26.535Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestBuildNoIP [2022-03-16T07:14:26.535Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestUpdate [2022-03-16T07:14:26.535Z] --- PASS: TestUpdate (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-16T07:14:26.535Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-16T07:14:26.535Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestAddEmpty [2022-03-16T07:14:26.535Z] --- PASS: TestAddEmpty (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestAdd [2022-03-16T07:14:26.535Z] --- PASS: TestAdd (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestDeleteEmpty [2022-03-16T07:14:26.535Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestDeleteNewline [2022-03-16T07:14:26.535Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestDelete [2022-03-16T07:14:26.535Z] --- PASS: TestDelete (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestConcurrentWrites [2022-03-16T07:14:26.535Z] === RUN TestNew [2022-03-16T07:14:26.535Z] --- PASS: TestNew (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestAddDriver [2022-03-16T07:14:26.535Z] --- PASS: TestAddDriver (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestAddDuplicateDriver [2022-03-16T07:14:26.535Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-16T07:14:26.535Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestDriver [2022-03-16T07:14:26.535Z] --- PASS: TestDriver (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestIPAM [2022-03-16T07:14:26.535Z] --- PASS: TestIPAM (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestWalkIPAMs [2022-03-16T07:14:26.535Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-16T07:14:26.535Z] === RUN TestWalkDrivers [2022-03-16T07:14:26.535Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-16T07:14:26.535Z] PASS [2022-03-16T07:14:26.535Z] coverage: 82.4% of statements [2022-03-16T07:14:26.535Z] ok github.com/docker/docker/libnetwork/drvregistry 0.102s coverage: 82.4% of statements [2022-03-16T07:14:27.031Z] --- PASS: TestConcurrentWrites (0.40s) [2022-03-16T07:14:27.031Z] PASS [2022-03-16T07:14:27.031Z] coverage: 81.2% of statements [2022-03-16T07:14:27.031Z] ok github.com/docker/docker/libnetwork/etchosts 0.478s coverage: 81.2% of statements [2022-03-16T07:14:27.031Z] --- PASS: TestRandomAllocateDeallocate (7.84s) [2022-03-16T07:14:27.031Z] === RUN TestAllocateRandomDeallocate [2022-03-16T07:14:27.179Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-16T07:14:27.509Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:27.509Z] INFO: Testing against a local daemon [2022-03-16T07:14:27.509Z] === RUN TestPluginWithDevMounts [2022-03-16T07:14:27.509Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:27.509Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-16T07:14:27.509Z] PASS [2022-03-16T07:14:27.509Z] ok github.com/docker/docker/integration/plugin/volumes 0.095s [2022-03-16T07:14:27.509Z] [2022-03-16T07:14:27.509Z] === Skipped [2022-03-16T07:14:27.509Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-16T07:14:27.509Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:27.509Z] [2022-03-16T07:14:27.509Z] DONE 1 tests, 1 skipped in 2.471s [2022-03-16T07:14:27.526Z] === RUN TestNew [2022-03-16T07:14:27.526Z] --- PASS: TestNew (0.00s) [2022-03-16T07:14:27.526Z] === RUN TestAllocate [2022-03-16T07:14:27.526Z] --- PASS: TestAllocate (0.00s) [2022-03-16T07:14:27.526Z] === RUN TestUninitialized [2022-03-16T07:14:27.526Z] --- PASS: TestUninitialized (0.00s) [2022-03-16T07:14:27.526Z] === RUN TestAllocateInRange [2022-03-16T07:14:27.526Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-16T07:14:27.526Z] === RUN TestAllocateSerial [2022-03-16T07:14:27.526Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-16T07:14:27.526Z] PASS [2022-03-16T07:14:27.526Z] coverage: 87.5% of statements [2022-03-16T07:14:27.526Z] ok github.com/docker/docker/libnetwork/idm 0.053s coverage: 87.5% of statements [2022-03-16T07:14:27.526Z] === RUN TestCaller [2022-03-16T07:14:27.526Z] --- PASS: TestCaller (0.00s) [2022-03-16T07:14:27.526Z] PASS [2022-03-16T07:14:27.526Z] coverage: 100.0% of statements [2022-03-16T07:14:27.526Z] ok github.com/docker/docker/libnetwork/internal/caller 0.056s coverage: 100.0% of statements [2022-03-16T07:14:27.979Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-16T07:14:28.098Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-16T07:14:28.098Z] [2022-03-16T07:14:28.098Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-16T07:14:28.098Z] Installing docker-proxy to /usr/local/bin/ [2022-03-16T07:14:28.098Z] [2022-03-16T07:14:28.098Z] + mkdir -p bundles [2022-03-16T07:14:28.099Z] + '[' -n 'github.com/docker/docker/api [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/backend/build [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/httputils [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/middleware [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/build [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/container [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/debug [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/distribution [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/grpc [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/image [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/network [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/plugin [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/session [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/swarm [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/system [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/server/router/volume [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/backend [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/blkiodev [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/container [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/events [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/filters [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/image [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/mount [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/network [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/registry [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/strslice [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/swarm [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/time [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/versions [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-16T07:14:28.099Z] github.com/docker/docker/api/types/volume [2022-03-16T07:14:28.099Z] github.com/docker/docker/builder [2022-03-16T07:14:28.099Z] github.com/docker/docker/builder/builder-next [2022-03-16T07:14:28.099Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-16T07:14:28.099Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-16T07:14:28.099Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-16T07:14:28.099Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-16T07:14:28.099Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-16T07:14:28.099Z] github.com/docker/docker/builder/builder-next/worker [2022-03-16T07:14:28.099Z] github.com/docker/docker/builder/dockerfile [2022-03-16T07:14:28.099Z] github.com/docker/docker/builder/remotecontext [2022-03-16T07:14:28.099Z] github.com/docker/docker/builder/remotecontext/git [2022-03-16T07:14:28.099Z] github.com/docker/docker/cli [2022-03-16T07:14:28.099Z] github.com/docker/docker/cli/config [2022-03-16T07:14:28.099Z] github.com/docker/docker/cli/debug [2022-03-16T07:14:28.099Z] github.com/docker/docker/client [2022-03-16T07:14:28.099Z] github.com/docker/docker/cmd/docker-proxy [2022-03-16T07:14:28.099Z] github.com/docker/docker/cmd/dockerd [2022-03-16T07:14:28.099Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-16T07:14:28.099Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-16T07:14:28.099Z] github.com/docker/docker/container [2022-03-16T07:14:28.099Z] github.com/docker/docker/container/stream [2022-03-16T07:14:28.099Z] github.com/docker/docker/contrib/apparmor [2022-03-16T07:14:28.099Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-16T07:14:28.099Z] github.com/docker/docker/contrib/httpserver [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/cluster [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/cluster/convert [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/cluster/executor [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/cluster/provider [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/config [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/events [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/events/testutils [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/exec [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/images [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/initlayer [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/links [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/listeners [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/gelf [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/journald [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/local [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/logentries [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/splunk [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/syslog [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/logger/templates [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/names [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/network [2022-03-16T07:14:28.099Z] github.com/docker/docker/daemon/stats [2022-03-16T07:14:28.099Z] github.com/docker/docker/distribution [2022-03-16T07:14:28.099Z] github.com/docker/docker/distribution/metadata [2022-03-16T07:14:28.099Z] github.com/docker/docker/distribution/utils [2022-03-16T07:14:28.099Z] github.com/docker/docker/distribution/xfer [2022-03-16T07:14:28.099Z] github.com/docker/docker/dockerversion [2022-03-16T07:14:28.099Z] github.com/docker/docker/errdefs [2022-03-16T07:14:28.099Z] github.com/docker/docker/image [2022-03-16T07:14:28.099Z] github.com/docker/docker/image/cache [2022-03-16T07:14:28.099Z] github.com/docker/docker/image/tarexport [2022-03-16T07:14:28.099Z] github.com/docker/docker/image/v1 [2022-03-16T07:14:28.099Z] github.com/docker/docker/internal/test/suite [2022-03-16T07:14:28.099Z] github.com/docker/docker/layer [2022-03-16T07:14:28.099Z] github.com/docker/docker/libcontainerd [2022-03-16T07:14:28.099Z] github.com/docker/docker/libcontainerd/queue [2022-03-16T07:14:28.099Z] github.com/docker/docker/libcontainerd/remote [2022-03-16T07:14:28.099Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-16T07:14:28.099Z] github.com/docker/docker/libcontainerd/types [2022-03-16T07:14:28.099Z] github.com/docker/docker/oci [2022-03-16T07:14:28.099Z] github.com/docker/docker/oci/caps [2022-03-16T07:14:28.099Z] github.com/docker/docker/opts [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/aaparser [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/archive [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/authorization [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/broadcaster [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/capabilities [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/chrootarchive [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/containerfs [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/devicemapper [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/directory [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/dmesg [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/filenotify [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/fileutils [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/fsutils [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/homedir [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/idtools [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/ioutils [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/jsonmessage [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/longpath [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/loopback [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/namesgenerator [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/parsers [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/pidfile [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/platform [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/plugingetter [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/plugins [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/plugins/transport [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/pools [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/progress [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/pubsub [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/reexec [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/signal [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/stack [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/stdcopy [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/streamformatter [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/stringid [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/sysinfo [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/system [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/tailfile [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/tarsum [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/truncindex [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/urlutil [2022-03-16T07:14:28.099Z] github.com/docker/docker/pkg/useragent [2022-03-16T07:14:28.099Z] github.com/docker/docker/plugin [2022-03-16T07:14:28.099Z] github.com/docker/docker/plugin/executor/containerd [2022-03-16T07:14:28.099Z] github.com/docker/docker/plugin/v2 [2022-03-16T07:14:28.099Z] github.com/docker/docker/profiles/apparmor [2022-03-16T07:14:28.099Z] github.com/docker/docker/profiles/seccomp [2022-03-16T07:14:28.099Z] github.com/docker/docker/quota [2022-03-16T07:14:28.099Z] github.com/docker/docker/reference [2022-03-16T07:14:28.099Z] github.com/docker/docker/registry [2022-03-16T07:14:28.099Z] github.com/docker/docker/registry/resumable [2022-03-16T07:14:28.099Z] github.com/docker/docker/restartmanager [2022-03-16T07:14:28.099Z] github.com/docker/docker/rootless [2022-03-16T07:14:28.099Z] github.com/docker/docker/rootless/specconv [2022-03-16T07:14:28.099Z] github.com/docker/docker/runconfig [2022-03-16T07:14:28.099Z] github.com/docker/docker/runconfig/opts [2022-03-16T07:14:28.099Z] github.com/docker/docker/testutil [2022-03-16T07:14:28.099Z] github.com/docker/docker/testutil/daemon [2022-03-16T07:14:28.099Z] github.com/docker/docker/testutil/environment [2022-03-16T07:14:28.099Z] github.com/docker/docker/testutil/fakecontext [2022-03-16T07:14:28.099Z] github.com/docker/docker/testutil/fakegit [2022-03-16T07:14:28.099Z] github.com/docker/docker/testutil/fakestorage [2022-03-16T07:14:28.099Z] github.com/docker/docker/testutil/fixtures/load [2022-03-16T07:14:28.099Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-16T07:14:28.099Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-16T07:14:28.099Z] github.com/docker/docker/testutil/registry [2022-03-16T07:14:28.099Z] github.com/docker/docker/testutil/request [2022-03-16T07:14:28.099Z] github.com/docker/docker/volume [2022-03-16T07:14:28.099Z] github.com/docker/docker/volume/drivers [2022-03-16T07:14:28.099Z] github.com/docker/docker/volume/local [2022-03-16T07:14:28.099Z] github.com/docker/docker/volume/mounts [2022-03-16T07:14:28.099Z] github.com/docker/docker/volume/service [2022-03-16T07:14:28.099Z] github.com/docker/docker/volume/service/opts [2022-03-16T07:14:28.099Z] github.com/docker/docker/volume/testutils' ']' [2022-03-16T07:14:28.099Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/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-16T07:14:28.560Z] === RUN TestSetSerialInsertDelete [2022-03-16T07:14:28.560Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-16T07:14:28.560Z] === RUN TestSetParallelInsertDelete [2022-03-16T07:14:29.029Z] ? github.com/docker/docker/api [no test files] [2022-03-16T07:14:29.052Z] --- PASS: TestAllocateRandomDeallocate (1.83s) [2022-03-16T07:14:29.052Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-16T07:14:29.545Z] === RUN TestInt2IP2IntConversion [2022-03-16T07:14:30.037Z] --- PASS: TestInt2IP2IntConversion (0.54s) [2022-03-16T07:14:30.037Z] === RUN TestGetAddressVersion [2022-03-16T07:14:30.037Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-16T07:14:30.037Z] === RUN TestKeyString [2022-03-16T07:14:30.037Z] --- PASS: TestKeyString (0.00s) [2022-03-16T07:14:30.037Z] === RUN TestPoolDataMarshal [2022-03-16T07:14:30.037Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-16T07:14:30.037Z] === RUN TestSubnetsMarshal [2022-03-16T07:14:30.037Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-03-16T07:14:30.037Z] === RUN TestAddSubnets [2022-03-16T07:14:30.037Z] --- PASS: TestAddSubnets (0.08s) [2022-03-16T07:14:30.037Z] === RUN TestDoublePoolRelease [2022-03-16T07:14:30.037Z] === RUN TestPoolRequest [2022-03-16T07:14:30.037Z] --- PASS: TestPoolRequest (0.00s) [2022-03-16T07:14:30.037Z] === RUN TestOtherRequests [2022-03-16T07:14:30.037Z] --- PASS: TestOtherRequests (0.00s) [2022-03-16T07:14:30.037Z] PASS [2022-03-16T07:14:30.037Z] coverage: 57.1% of statements [2022-03-16T07:14:30.037Z] ok github.com/docker/docker/libnetwork/ipams/null 0.048s coverage: 57.1% of statements [2022-03-16T07:14:30.037Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-03-16T07:14:30.037Z] === RUN TestAddReleasePoolID [2022-03-16T07:14:30.207Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:30.207Z] INFO: Testing against a local daemon [2022-03-16T07:14:30.207Z] === RUN TestSecretInspect [2022-03-16T07:14:30.207Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:30.207Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-16T07:14:30.207Z] === RUN TestSecretList [2022-03-16T07:14:30.207Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:30.207Z] --- SKIP: TestSecretList (0.00s) [2022-03-16T07:14:30.207Z] === RUN TestSecretsCreateAndDelete [2022-03-16T07:14:30.207Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:30.207Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-16T07:14:30.207Z] === RUN TestSecretsUpdate [2022-03-16T07:14:30.207Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:30.207Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-16T07:14:30.207Z] === RUN TestTemplatedSecret [2022-03-16T07:14:30.207Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:30.207Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-16T07:14:30.207Z] === RUN TestSecretCreateResolve [2022-03-16T07:14:30.207Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:30.207Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-16T07:14:30.207Z] PASS [2022-03-16T07:14:30.207Z] ok github.com/docker/docker/integration/secret 0.105s [2022-03-16T07:14:30.207Z] [2022-03-16T07:14:30.207Z] === Skipped [2022-03-16T07:14:30.207Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-16T07:14:30.207Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:30.207Z] [2022-03-16T07:14:30.207Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-16T07:14:30.207Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:30.207Z] [2022-03-16T07:14:30.207Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-16T07:14:30.207Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:30.207Z] [2022-03-16T07:14:30.207Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-16T07:14:30.207Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:30.207Z] [2022-03-16T07:14:30.207Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-16T07:14:30.207Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:30.207Z] [2022-03-16T07:14:30.207Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-16T07:14:30.207Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:30.207Z] [2022-03-16T07:14:30.207Z] DONE 6 tests, 6 skipped in 2.259s [2022-03-16T07:14:30.207Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-16T07:14:30.533Z] --- PASS: TestAddReleasePoolID (0.11s) [2022-03-16T07:14:30.533Z] === RUN TestPredefinedPool [2022-03-16T07:14:30.533Z] --- PASS: TestPredefinedPool (0.04s) [2022-03-16T07:14:30.533Z] === RUN TestRemoveSubnet [2022-03-16T07:14:30.533Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.61s) [2022-03-16T07:14:30.533Z] === RUN TestRetrieveFromStore [2022-03-16T07:14:30.533Z] --- PASS: TestRemoveSubnet (0.34s) [2022-03-16T07:14:30.533Z] === RUN TestGetSameAddress [2022-03-16T07:14:31.025Z] --- PASS: TestGetSameAddress (0.04s) [2022-03-16T07:14:31.025Z] === RUN TestPoolAllocationReuse [2022-03-16T07:14:31.516Z] --- PASS: TestRetrieveFromStore (0.83s) [2022-03-16T07:14:31.516Z] === RUN TestIsCorrupted [2022-03-16T07:14:31.516Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-16T07:14:31.516Z] === RUN TestSetRollover [2022-03-16T07:14:31.516Z] === RUN TestGetCapabilities [2022-03-16T07:14:31.516Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-16T07:14:31.516Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-16T07:14:31.516Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-16T07:14:31.516Z] === RUN TestGetDefaultAddressSpaces [2022-03-16T07:14:31.516Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-16T07:14:31.516Z] === RUN TestRemoteDriver [2022-03-16T07:14:31.516Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-16T07:14:31.516Z] PASS [2022-03-16T07:14:31.516Z] coverage: 47.4% of statements [2022-03-16T07:14:31.516Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.084s coverage: 47.4% of statements [2022-03-16T07:14:32.549Z] === RUN TestWindowsIPAM [2022-03-16T07:14:32.550Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-16T07:14:32.550Z] PASS [2022-03-16T07:14:32.550Z] coverage: 71.4% of statements [2022-03-16T07:14:32.550Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.060s coverage: 71.4% of statements [2022-03-16T07:14:33.275Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:33.275Z] INFO: Testing against a local daemon [2022-03-16T07:14:33.275Z] === RUN TestServiceCreateInit [2022-03-16T07:14:33.275Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-16T07:14:33.275Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-16T07:14:33.275Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- PASS: TestServiceCreateInit (0.04s) [2022-03-16T07:14:33.275Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T07:14:33.275Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestCreateServiceMultipleTimes [2022-03-16T07:14:33.275Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestCreateServiceConflict [2022-03-16T07:14:33.275Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestCreateServiceMaxReplicas [2022-03-16T07:14:33.275Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-16T07:14:33.275Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-16T07:14:33.275Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestCreateServiceSecretFileMode [2022-03-16T07:14:33.275Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestCreateServiceConfigFileMode [2022-03-16T07:14:33.275Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestCreateServiceSysctls [2022-03-16T07:14:33.275Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-03-16T07:14:33.275Z] === RUN TestCreateServiceCapabilities [2022-03-16T07:14:33.275Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-16T07:14:33.275Z] === RUN TestInspect [2022-03-16T07:14:33.275Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestInspect (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestCreateJob [2022-03-16T07:14:33.275Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestCreateJob (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestReplicatedJob [2022-03-16T07:14:33.275Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestUpdateReplicatedJob [2022-03-16T07:14:33.275Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestServiceListWithStatuses [2022-03-16T07:14:33.275Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestDockerNetworkConnectAlias [2022-03-16T07:14:33.275Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestDockerNetworkReConnect [2022-03-16T07:14:33.275Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestServicePlugin [2022-03-16T07:14:33.275Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestServiceUpdateLabel [2022-03-16T07:14:33.275Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:33.275Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestServiceUpdateSecrets [2022-03-16T07:14:33.275Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:33.275Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestServiceUpdateConfigs [2022-03-16T07:14:33.275Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:33.275Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestServiceUpdateNetwork [2022-03-16T07:14:33.275Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:33.275Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-16T07:14:33.275Z] === RUN TestServiceUpdatePidsLimit [2022-03-16T07:14:33.275Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:33.275Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-16T07:14:33.275Z] PASS [2022-03-16T07:14:33.275Z] ok github.com/docker/docker/integration/service 0.286s [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === Skipped [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T07:14:33.275Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T07:14:33.275Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-16T07:14:33.275Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-16T07:14:33.275Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-16T07:14:33.275Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-16T07:14:33.275Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-16T07:14:33.275Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-16T07:14:33.275Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-03-16T07:14:33.275Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-16T07:14:33.275Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-16T07:14:33.275Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-16T07:14:33.275Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-16T07:14:33.275Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-16T07:14:33.275Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-16T07:14:33.275Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-16T07:14:33.275Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-16T07:14:33.275Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-16T07:14:33.275Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-16T07:14:33.275Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-16T07:14:33.275Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-16T07:14:33.275Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-16T07:14:33.275Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-16T07:14:33.275Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:33.275Z] [2022-03-16T07:14:33.275Z] DONE 24 tests, 23 skipped in 2.997s [2022-03-16T07:14:33.275Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-16T07:14:33.586Z] --- PASS: TestPoolAllocationReuse (2.50s) [2022-03-16T07:14:33.586Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-16T07:14:33.586Z] --- PASS: TestGetAddressSubPoolEqualPool (0.06s) [2022-03-16T07:14:33.586Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-16T07:14:33.586Z] === RUN TestDefaultNetwork [2022-03-16T07:14:33.713Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-16T07:14:33.713Z] === RUN TestDockerSuite/TestLogsTail [2022-03-16T07:14:33.713Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-16T07:14:33.971Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-16T07:14:34.079Z] --- PASS: TestSetRollover (2.33s) [2022-03-16T07:14:34.079Z] === RUN TestSetRolloverSerial [2022-03-16T07:14:34.079Z] --- PASS: TestDefaultNetwork (0.30s) [2022-03-16T07:14:34.079Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-16T07:14:34.079Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.32s) [2022-03-16T07:14:34.079Z] === RUN TestInitAddressPools [2022-03-16T07:14:34.079Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-16T07:14:34.079Z] PASS [2022-03-16T07:14:34.079Z] coverage: 74.0% of statements [2022-03-16T07:14:34.079Z] ok github.com/docker/docker/libnetwork/ipamutils 0.709s coverage: 74.0% of statements [2022-03-16T07:14:34.533Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-16T07:14:34.790Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-16T07:14:35.114Z] === RUN TestKeyValue [2022-03-16T07:14:35.114Z] --- PASS: TestKeyValue (0.00s) [2022-03-16T07:14:35.114Z] PASS [2022-03-16T07:14:35.114Z] coverage: 60.0% of statements [2022-03-16T07:14:35.114Z] ok github.com/docker/docker/libnetwork/netlabel 0.051s coverage: 60.0% of statements [2022-03-16T07:14:35.353Z] === RUN TestDockerSuite/TestNetHostname [2022-03-16T07:14:35.571Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:35.571Z] INFO: Testing against a local daemon [2022-03-16T07:14:35.571Z] === RUN TestSessionCreate [2022-03-16T07:14:35.571Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:35.571Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-16T07:14:35.571Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-16T07:14:35.571Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:35.571Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-16T07:14:35.571Z] PASS [2022-03-16T07:14:35.571Z] ok github.com/docker/docker/integration/session 0.084s [2022-03-16T07:14:35.571Z] [2022-03-16T07:14:35.571Z] === Skipped [2022-03-16T07:14:35.571Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-16T07:14:35.571Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:35.571Z] [2022-03-16T07:14:35.571Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-16T07:14:35.571Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:35.571Z] [2022-03-16T07:14:35.571Z] DONE 2 tests, 2 skipped in 2.254s [2022-03-16T07:14:35.571Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-16T07:14:36.018Z] --- PASS: TestUpdateRestartPolicy (25.22s) [2022-03-16T07:14:36.019Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-16T07:14:36.722Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-16T07:14:36.722Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-16T07:14:36.753Z] --- PASS: TestSetRolloverSerial (2.63s) [2022-03-16T07:14:36.753Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-16T07:14:36.753Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-16T07:14:36.753Z] PASS [2022-03-16T07:14:36.753Z] coverage: 84.4% of statements [2022-03-16T07:14:36.753Z] ok github.com/docker/docker/libnetwork/bitseq 17.182s coverage: 84.4% of statements [2022-03-16T07:14:36.753Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.62s) [2022-03-16T07:14:36.753Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-16T07:14:37.789Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:37.789Z] INFO: Testing against a local daemon [2022-03-16T07:14:37.789Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-16T07:14:37.789Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:37.789Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T07:14:37.789Z] === RUN TestDiskUsage [2022-03-16T07:14:37.789Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-16T07:14:37.789Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-16T07:14:37.789Z] === RUN TestEventsExecDie [2022-03-16T07:14:37.789Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-16T07:14:37.789Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-16T07:14:37.789Z] === RUN TestEventsBackwardsCompatible [2022-03-16T07:14:37.789Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-16T07:14:37.789Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-16T07:14:37.789Z] === RUN TestEventsVolumeCreate [2022-03-16T07:14:37.789Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-16T07:14:37.789Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-16T07:14:37.789Z] === RUN TestInfoAPI [2022-03-16T07:14:37.789Z] --- PASS: TestInfoAPI (0.04s) [2022-03-16T07:14:37.789Z] === RUN TestInfoAPIWarnings [2022-03-16T07:14:37.789Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:14:37.789Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-16T07:14:37.789Z] === RUN TestInfoDebug [2022-03-16T07:14:37.789Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:14:37.789Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-16T07:14:37.789Z] === RUN TestInfoInsecureRegistries [2022-03-16T07:14:37.789Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:14:37.789Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-16T07:14:37.789Z] === RUN TestInfoRegistryMirrors [2022-03-16T07:14:37.789Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:14:37.789Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-16T07:14:37.789Z] === RUN TestLoginFailsWithBadCredentials [2022-03-16T07:14:38.089Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-16T07:14:38.392Z] === RUN TestNetworkDBSimple [2022-03-16T07:14:38.392Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-16T07:14:38.392Z] PASS [2022-03-16T07:14:38.392Z] coverage: 100.0% of statements [2022-03-16T07:14:38.392Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.054s coverage: 100.0% of statements [2022-03-16T07:14:38.781Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2022-03-16T07:14:38.781Z] === RUN TestPingCacheHeaders [2022-03-16T07:14:38.781Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-16T07:14:38.781Z] === RUN TestPingGet [2022-03-16T07:14:38.781Z] --- PASS: TestPingGet (0.03s) [2022-03-16T07:14:38.781Z] === RUN TestPingHead [2022-03-16T07:14:38.781Z] --- PASS: TestPingHead (0.04s) [2022-03-16T07:14:38.781Z] === RUN TestVersion [2022-03-16T07:14:38.781Z] --- PASS: TestVersion (0.04s) [2022-03-16T07:14:38.781Z] PASS [2022-03-16T07:14:38.781Z] ok github.com/docker/docker/integration/system 1.209s [2022-03-16T07:14:38.884Z] === RUN TestGenerate [2022-03-16T07:14:38.884Z] --- PASS: TestGenerate (0.00s) [2022-03-16T07:14:38.884Z] === RUN TestGeneratePtr [2022-03-16T07:14:38.884Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-16T07:14:38.884Z] === RUN TestGenerateMissingField [2022-03-16T07:14:38.884Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-16T07:14:38.884Z] === RUN TestFieldCannotBeSet [2022-03-16T07:14:38.884Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-16T07:14:38.884Z] === RUN TestTypeMismatchError [2022-03-16T07:14:38.884Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-16T07:14:38.884Z] PASS [2022-03-16T07:14:38.884Z] coverage: 100.0% of statements [2022-03-16T07:14:38.884Z] ok github.com/docker/docker/libnetwork/options 0.047s coverage: 100.0% of statements [2022-03-16T07:14:39.020Z] --- PASS: TestUpdateRestartWithAutoRemove (3.30s) [2022-03-16T07:14:39.020Z] === RUN TestWaitNonBlocked [2022-03-16T07:14:39.020Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:14:39.020Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:14:39.020Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:14:39.020Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:14:39.020Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:14:39.020Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:14:39.255Z] [2022-03-16T07:14:39.255Z] === Skipped [2022-03-16T07:14:39.255Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T07:14:39.255Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:39.255Z] [2022-03-16T07:14:39.255Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-16T07:14:39.255Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-16T07:14:39.255Z] [2022-03-16T07:14:39.255Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-16T07:14:39.255Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-16T07:14:39.255Z] [2022-03-16T07:14:39.255Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-16T07:14:39.255Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-16T07:14:39.255Z] [2022-03-16T07:14:39.255Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-16T07:14:39.255Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-16T07:14:39.255Z] [2022-03-16T07:14:39.255Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-16T07:14:39.255Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:14:39.255Z] [2022-03-16T07:14:39.255Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-16T07:14:39.255Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:14:39.255Z] [2022-03-16T07:14:39.255Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-16T07:14:39.255Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:14:39.255Z] [2022-03-16T07:14:39.255Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-16T07:14:39.255Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:14:39.255Z] [2022-03-16T07:14:39.255Z] DONE 15 tests, 9 skipped in 3.507s [2022-03-16T07:14:39.255Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-16T07:14:39.377Z] 2022/03/16 07:14:38 Closing DB instances... [2022-03-16T07:14:39.869Z] testing: warning: no tests to run [2022-03-16T07:14:39.869Z] PASS [2022-03-16T07:14:39.869Z] coverage: 0.0% of statements [2022-03-16T07:14:39.869Z] ok github.com/docker/docker/libnetwork/osl 0.045s coverage: 0.0% of statements [no tests to run] [2022-03-16T07:14:40.363Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.20s) [2022-03-16T07:14:40.363Z] === RUN TestGetAddress [2022-03-16T07:14:40.855Z] --- PASS: TestNetworkDBSimple (2.64s) [2022-03-16T07:14:40.855Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-16T07:14:40.855Z] === RUN TestRequestNewPort [2022-03-16T07:14:40.855Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-16T07:14:40.855Z] === RUN TestRequestSpecificPort [2022-03-16T07:14:40.855Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-16T07:14:40.855Z] === RUN TestReleasePort [2022-03-16T07:14:40.855Z] --- PASS: TestReleasePort (0.00s) [2022-03-16T07:14:40.855Z] === RUN TestReuseReleasedPort [2022-03-16T07:14:40.855Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-16T07:14:40.855Z] === RUN TestReleaseUnreadledPort [2022-03-16T07:14:40.855Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-16T07:14:40.855Z] === RUN TestUnknowProtocol [2022-03-16T07:14:40.855Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-16T07:14:40.855Z] === RUN TestAllocateAllPorts [2022-03-16T07:14:40.855Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-16T07:14:40.855Z] === RUN TestPortAllocation [2022-03-16T07:14:40.855Z] --- PASS: TestPortAllocation (0.00s) [2022-03-16T07:14:40.855Z] === RUN TestPortAllocationWithCustomRange [2022-03-16T07:14:40.855Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-16T07:14:40.855Z] === RUN TestNoDuplicateBPR [2022-03-16T07:14:40.855Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-16T07:14:40.855Z] === RUN TestChangePortRange [2022-03-16T07:14:40.855Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-16T07:14:40.855Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-16T07:14:40.855Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-16T07:14:40.855Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-16T07:14:40.855Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-16T07:14:40.855Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-16T07:14:40.855Z] --- PASS: TestChangePortRange (0.00s) [2022-03-16T07:14:41.347Z] PASS [2022-03-16T07:14:41.347Z] coverage: 88.6% of statements [2022-03-16T07:14:41.347Z] ok github.com/docker/docker/libnetwork/portallocator 0.063s coverage: 88.6% of statements [2022-03-16T07:14:41.487Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:41.487Z] INFO: Testing against a local daemon [2022-03-16T07:14:41.487Z] === RUN TestVolumesCreateAndList [2022-03-16T07:14:41.487Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-03-16T07:14:41.487Z] === RUN TestVolumesRemove [2022-03-16T07:14:41.487Z] --- PASS: TestVolumesRemove (0.18s) [2022-03-16T07:14:41.487Z] === RUN TestVolumesInspect [2022-03-16T07:14:41.487Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-16T07:14:41.487Z] === RUN TestVolumesInvalidJSON [2022-03-16T07:14:41.487Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-16T07:14:41.487Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-16T07:14:41.487Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-16T07:14:41.487Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-16T07:14:41.487Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-16T07:14:41.487Z] PASS [2022-03-16T07:14:41.487Z] ok github.com/docker/docker/integration/volume 0.386s [2022-03-16T07:14:41.487Z] [2022-03-16T07:14:41.487Z] DONE 5 tests in 2.348s [2022-03-16T07:14:41.957Z] INFO: make.ps1 ended at 03/16/2022 07:14:41 [2022-03-16T07:14:41.957Z] INFO: Integration CLI tests being run from the host: [2022-03-16T07:14:41.957Z] 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-16T07:14:42.281Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-16T07:14:42.440Z] testing: warning: no tests to run [2022-03-16T07:14:42.440Z] PASS [2022-03-16T07:14:42.440Z] coverage: 0.0% of statements [2022-03-16T07:14:42.440Z] ok github.com/docker/docker/libnetwork/portmapper 0.055s coverage: 0.0% of statements [no tests to run] [2022-03-16T07:14:42.440Z] 2022/03/16 07:14:41 Closing DB instances... [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-16T07:14:42.932Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-16T07:14:42.932Z] === RUN TestHashData [2022-03-16T07:14:42.932Z] --- PASS: TestHashData (0.00s) [2022-03-16T07:14:42.932Z] PASS [2022-03-16T07:14:42.932Z] coverage: 2.8% of statements [2022-03-16T07:14:42.932Z] ok github.com/docker/docker/libnetwork/resolvconf 0.078s coverage: 2.8% of statements [2022-03-16T07:14:43.041Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-16T07:14:43.041Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.75s) [2022-03-16T07:14:43.041Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.97s) [2022-03-16T07:14:43.041Z] === RUN TestWaitBlocked [2022-03-16T07:14:43.041Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:43.041Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-16T07:14:43.041Z] PASS [2022-03-16T07:14:43.041Z] ok github.com/docker/docker/integration/container 123.431s [2022-03-16T07:14:43.041Z] [2022-03-16T07:14:43.041Z] === Skipped [2022-03-16T07:14:43.041Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-16T07:14:43.041Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T07:14:43.041Z] [2022-03-16T07:14:43.041Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-16T07:14:43.041Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:43.041Z] [2022-03-16T07:14:43.041Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-16T07:14:43.041Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-16T07:14:43.041Z] [2022-03-16T07:14:43.041Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-16T07:14:43.041Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:43.041Z] [2022-03-16T07:14:43.041Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-16T07:14:43.041Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:43.041Z] [2022-03-16T07:14:43.041Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-16T07:14:43.041Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:43.041Z] [2022-03-16T07:14:43.041Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-16T07:14:43.041Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-16T07:14:43.041Z] [2022-03-16T07:14:43.041Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-16T07:14:43.042Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-16T07:14:43.042Z] [2022-03-16T07:14:43.042Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-16T07:14:43.042Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:43.042Z] [2022-03-16T07:14:43.042Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-16T07:14:43.042Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:43.042Z] [2022-03-16T07:14:43.042Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-16T07:14:43.042Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-16T07:14:43.042Z] [2022-03-16T07:14:43.042Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-16T07:14:43.042Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-16T07:14:43.042Z] [2022-03-16T07:14:43.042Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-16T07:14:43.042Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:43.042Z] [2022-03-16T07:14:43.042Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-16T07:14:43.042Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:43.042Z] [2022-03-16T07:14:43.042Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-16T07:14:43.042Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:43.042Z] [2022-03-16T07:14:43.042Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-16T07:14:43.042Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-16T07:14:43.423Z] === RUN TestErrorConstructors [2022-03-16T07:14:43.423Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-16T07:14:43.423Z] === RUN TestCompareIPMask [2022-03-16T07:14:43.423Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-16T07:14:43.423Z] === RUN TestUtilGetHostPartIP [2022-03-16T07:14:43.423Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-16T07:14:43.423Z] === RUN TestUtilGetBroadcastIP [2022-03-16T07:14:43.423Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-16T07:14:43.423Z] === RUN TestParseCIDR [2022-03-16T07:14:43.423Z] --- PASS: TestParseCIDR (0.00s) [2022-03-16T07:14:43.423Z] PASS [2022-03-16T07:14:43.423Z] coverage: 37.3% of statements [2022-03-16T07:14:43.423Z] ok github.com/docker/docker/libnetwork/types 0.056s coverage: 37.3% of statements [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-16T07:14:43.524Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-16T07:14:43.524Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-16T07:14:43.524Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-16T07:14:43.524Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-16T07:14:43.524Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-16T07:14:43.524Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-16T07:14:43.524Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-16T07:14:43.524Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-16T07:14:43.524Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-16T07:14:43.524Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-16T07:14:43.524Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-16T07:14:43.524Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-16T07:14:43.524Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-16T07:14:43.524Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-16T07:14:43.524Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-16T07:14:43.524Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-16T07:14:43.524Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-16T07:14:43.524Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-16T07:14:43.524Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:14:43.524Z] [2022-03-16T07:14:43.524Z] DONE 87 tests, 34 skipped in 126.188s [2022-03-16T07:14:43.524Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-16T07:14:43.656Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-16T07:14:43.915Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.84s) [2022-03-16T07:14:43.915Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-16T07:14:44.219Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-16T07:14:44.407Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-16T07:14:44.407Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-16T07:14:44.407Z] PASS [2022-03-16T07:14:44.407Z] coverage: 50.0% of statements [2022-03-16T07:14:44.407Z] ok github.com/docker/docker/oci 0.090s coverage: 50.0% of statements [2022-03-16T07:14:44.475Z] === RUN TestDockerSuite/TestPluginActive [2022-03-16T07:14:44.900Z] 2022/03/16 07:14:44 Closing DB instances... [2022-03-16T07:14:45.404Z] docker_api_swarm_service_test.go:128: [df5d4a1dff6e9] joining swarm manager [d7976d0495936]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:14:45.463Z] === RUN TestAddressPoolOpt [2022-03-16T07:14:45.463Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/a [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/something [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/_=a [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/env1=value1 [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/_env1=value1 [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/PATH [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/=a [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/PATH= [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/PATH=something [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/asd!qwe [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/1asd [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/123 [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/some_space [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/__some_space_before [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/some_space_after__ [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/= [2022-03-16T07:14:45.463Z] === RUN TestValidateEnv/PaTh [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestParseHost [2022-03-16T07:14:45.463Z] --- PASS: TestParseHost (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestParseDockerDaemonHost [2022-03-16T07:14:45.463Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestParseTCP [2022-03-16T07:14:45.463Z] --- PASS: TestParseTCP (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-16T07:14:45.463Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestValidateExtraHosts [2022-03-16T07:14:45.463Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestIpOptString [2022-03-16T07:14:45.463Z] --- PASS: TestIpOptString (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-16T07:14:45.463Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestNewIpOptValidDefaultVal [2022-03-16T07:14:45.463Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestIpOptSetInvalidVal [2022-03-16T07:14:45.463Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestValidateIPAddress [2022-03-16T07:14:45.463Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestMapOpts [2022-03-16T07:14:45.463Z] --- PASS: TestMapOpts (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestListOptsWithoutValidator [2022-03-16T07:14:45.463Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestListOptsWithValidator [2022-03-16T07:14:45.463Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestValidateDNSSearch [2022-03-16T07:14:45.463Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_general_format [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_one_more [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-16T07:14:45.463Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-16T07:14:45.463Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestNamedListOpts [2022-03-16T07:14:45.463Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestNamedMapOpts [2022-03-16T07:14:45.463Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestParseLink [2022-03-16T07:14:45.463Z] --- PASS: TestParseLink (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestQuotedStringSetWithQuotes [2022-03-16T07:14:45.463Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-16T07:14:45.463Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-16T07:14:45.463Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-16T07:14:45.463Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-16T07:14:45.463Z] === RUN TestUlimitOpt [2022-03-16T07:14:45.463Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-16T07:14:45.463Z] PASS [2022-03-16T07:14:45.463Z] coverage: 67.4% of statements [2022-03-16T07:14:45.463Z] ok github.com/docker/docker/opts 0.096s coverage: 67.4% of statements [2022-03-16T07:14:45.463Z] === RUN TestParseVersion [2022-03-16T07:14:45.463Z] --- PASS: TestParseVersion (0.00s) [2022-03-16T07:14:45.463Z] PASS [2022-03-16T07:14:45.463Z] coverage: 52.9% of statements [2022-03-16T07:14:45.463Z] ok github.com/docker/docker/pkg/aaparser 0.050s coverage: 52.9% of statements [2022-03-16T07:14:46.334Z] docker_api_swarm_service_test.go:129: [dae5fd81ad6da] joining swarm manager [d7976d0495936]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:14:46.591Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-16T07:14:47.086Z] ok github.com/docker/docker/api/server 0.008s coverage: 9.0% of statements [2022-03-16T07:14:47.099Z] --- PASS: TestNetworkDBJoinLeaveNetworks (3.09s) [2022-03-16T07:14:47.099Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-16T07:14:47.099Z] === RUN TestPeerCertificateMarshalJSON [2022-03-16T07:14:47.591Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-16T07:14:47.591Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-16T07:14:47.591Z] --- PASS: TestPeerCertificateMarshalJSON (0.40s) [2022-03-16T07:14:47.591Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-16T07:14:47.591Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-16T07:14:47.591Z] === RUN TestMiddleware [2022-03-16T07:14:47.591Z] --- PASS: TestMiddleware (0.00s) [2022-03-16T07:14:47.591Z] === RUN TestNewResponseModifier [2022-03-16T07:14:47.591Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-16T07:14:47.591Z] PASS [2022-03-16T07:14:47.591Z] coverage: 26.8% of statements [2022-03-16T07:14:47.591Z] ok github.com/docker/docker/pkg/authorization 0.466s coverage: 26.8% of statements [2022-03-16T07:14:48.082Z] === RUN TestIsArchivePathDir [2022-03-16T07:14:48.082Z] --- PASS: TestIsArchivePathDir (0.09s) [2022-03-16T07:14:48.082Z] === RUN TestIsArchivePathInvalidFile [2022-03-16T07:14:48.491Z] docker_api_swarm_service_test.go:137: [da32e520c57cc] joining swarm manager [d7976d0495936]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-16T07:14:48.574Z] --- PASS: TestIsArchivePathInvalidFile (0.20s) [2022-03-16T07:14:48.574Z] === RUN TestIsArchivePathTar [2022-03-16T07:14:48.574Z] --- PASS: TestIsArchivePathTar (0.23s) [2022-03-16T07:14:48.574Z] === RUN TestDecompressStreamGzip [2022-03-16T07:14:49.061Z] docker_api_swarm_service_test.go:138: [d45deae7ef01e] joining swarm manager [d7976d0495936]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-16T07:14:49.065Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-03-16T07:14:49.065Z] === RUN TestDecompressStreamBzip2 [2022-03-16T07:14:49.065Z] === RUN TestUnbuffered [2022-03-16T07:14:49.065Z] --- PASS: TestUnbuffered (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestRaceUnbuffered [2022-03-16T07:14:49.065Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-16T07:14:49.065Z] PASS [2022-03-16T07:14:49.065Z] coverage: 100.0% of statements [2022-03-16T07:14:49.065Z] ok github.com/docker/docker/pkg/broadcaster 0.050s coverage: 100.0% of statements [2022-03-16T07:14:49.065Z] --- PASS: TestDecompressStreamBzip2 (0.15s) [2022-03-16T07:14:49.065Z] === RUN TestDecompressStreamXz [2022-03-16T07:14:49.065Z] archive_test.go:133: Xz not present in msys2 [2022-03-16T07:14:49.065Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestDecompressStreamZstd [2022-03-16T07:14:49.065Z] archive_test.go:140: zstd not installed [2022-03-16T07:14:49.065Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-16T07:14:49.065Z] === RUN TestCompressStreamXzUnsupported [2022-03-16T07:14:49.065Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-16T07:14:49.065Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestCompressStreamInvalid [2022-03-16T07:14:49.065Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestExtensionInvalid [2022-03-16T07:14:49.065Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestExtensionUncompressed [2022-03-16T07:14:49.065Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestExtensionBzip2 [2022-03-16T07:14:49.065Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestExtensionGzip [2022-03-16T07:14:49.065Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestExtensionXz [2022-03-16T07:14:49.065Z] --- PASS: TestExtensionXz (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestExtensionZstd [2022-03-16T07:14:49.065Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestCmdStreamLargeStderr [2022-03-16T07:14:49.065Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2022-03-16T07:14:49.065Z] === RUN TestCmdStreamBad [2022-03-16T07:14:49.065Z] archive_test.go:252: Failing on Windows CI machines [2022-03-16T07:14:49.065Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestCmdStreamGood [2022-03-16T07:14:49.065Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-16T07:14:49.065Z] === RUN TestUntarPathWithInvalidDest [2022-03-16T07:14:49.065Z] --- PASS: TestUntarPathWithInvalidDest (0.09s) [2022-03-16T07:14:49.065Z] === RUN TestUntarPathWithInvalidSrc [2022-03-16T07:14:49.065Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-16T07:14:49.065Z] === RUN TestUntarPath [2022-03-16T07:14:49.557Z] --- PASS: TestUntarPath (0.09s) [2022-03-16T07:14:49.558Z] === RUN TestUntarPathWithDestinationFile [2022-03-16T07:14:49.558Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-16T07:14:49.558Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-16T07:14:49.558Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-03-16T07:14:49.558Z] === RUN TestCopyWithTarInvalidSrc [2022-03-16T07:14:49.558Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-16T07:14:49.558Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-16T07:14:49.558Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-16T07:14:49.558Z] === RUN TestCopyWithTarSrcFile [2022-03-16T07:14:49.558Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-16T07:14:49.558Z] === RUN TestCopyWithTarSrcFolder [2022-03-16T07:14:49.558Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-16T07:14:49.558Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-16T07:14:49.558Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-16T07:14:49.558Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-16T07:14:49.558Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-16T07:14:49.558Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-16T07:14:49.558Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-16T07:14:49.558Z] === RUN TestCopyFileWithTarSrcFile [2022-03-16T07:14:49.558Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-16T07:14:49.558Z] === RUN TestTarFiles [2022-03-16T07:14:49.558Z] === RUN TestMatch [2022-03-16T07:14:49.558Z] === RUN TestMatch/[[]] [2022-03-16T07:14:49.558Z] === RUN TestMatch/[[foo]] [2022-03-16T07:14:49.558Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-16T07:14:49.558Z] === RUN TestMatch/[[foo_bar]] [2022-03-16T07:14:49.558Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-16T07:14:49.558Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-16T07:14:49.558Z] === RUN TestMatch/[] [2022-03-16T07:14:49.558Z] === RUN TestMatch/[]#01 [2022-03-16T07:14:49.558Z] === RUN TestMatch/[[qux]] [2022-03-16T07:14:49.558Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-16T07:14:49.558Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-16T07:14:49.558Z] === RUN TestMatch/[[foo_baz]] [2022-03-16T07:14:49.558Z] --- PASS: TestMatch (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[] (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-16T07:14:49.558Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-16T07:14:49.558Z] PASS [2022-03-16T07:14:49.558Z] coverage: 87.5% of statements [2022-03-16T07:14:49.558Z] ok github.com/docker/docker/pkg/capabilities 0.046s coverage: 87.5% of statements [2022-03-16T07:14:49.558Z] 2022/03/16 07:14:49 Closing DB instances... [2022-03-16T07:14:51.213Z] === RUN TestChrootTarUntar [2022-03-16T07:14:51.213Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:14:51.213Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-16T07:14:51.213Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-16T07:14:51.213Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:14:51.213Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-16T07:14:51.213Z] === RUN TestChrootUntarEmptyArchive [2022-03-16T07:14:51.213Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-16T07:14:51.213Z] === RUN TestChrootTarUntarWithSymlink [2022-03-16T07:14:51.213Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:14:51.213Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-16T07:14:51.213Z] === RUN TestChrootCopyWithTar [2022-03-16T07:14:51.213Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:14:51.213Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-16T07:14:51.213Z] === RUN TestChrootCopyFileWithTar [2022-03-16T07:14:51.213Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:14:51.213Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-16T07:14:51.213Z] === RUN TestChrootUntarPath [2022-03-16T07:14:51.213Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:14:51.213Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-16T07:14:51.213Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-16T07:14:51.213Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:14:51.213Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-16T07:14:51.213Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-16T07:14:51.213Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:14:51.213Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.02s) [2022-03-16T07:14:51.213Z] === RUN TestChrootApplyDotDotFile [2022-03-16T07:14:51.213Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:14:51.213Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-16T07:14:51.213Z] PASS [2022-03-16T07:14:51.213Z] coverage: 15.1% of statements [2022-03-16T07:14:51.213Z] ok github.com/docker/docker/pkg/chrootarchive 0.185s coverage: 15.1% of statements [2022-03-16T07:14:51.705Z] --- PASS: TestNetworkDBCRUDTableEntry (4.79s) [2022-03-16T07:14:51.705Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-16T07:14:52.426Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:14:52.426Z] INFO: Testing against a local daemon [2022-03-16T07:14:52.426Z] === RUN TestDockerSuite [2022-03-16T07:14:52.426Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-16T07:14:52.426Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-16T07:14:52.426Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T07:14:52.426Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-16T07:14:52.426Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-16T07:14:52.426Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-16T07:14:52.426Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-16T07:14:52.426Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-16T07:14:52.426Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-16T07:14:52.426Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-16T07:14:52.740Z] === RUN TestEnsureRemoveAllNotExist [2022-03-16T07:14:52.740Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-16T07:14:52.740Z] === RUN TestEnsureRemoveAllWithDir [2022-03-16T07:14:52.740Z] --- PASS: TestEnsureRemoveAllWithDir (0.01s) [2022-03-16T07:14:52.740Z] === RUN TestEnsureRemoveAllWithFile [2022-03-16T07:14:52.740Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-16T07:14:52.740Z] PASS [2022-03-16T07:14:52.740Z] coverage: 0.0% of statements [2022-03-16T07:14:52.740Z] ok github.com/docker/docker/pkg/containerfs 0.071s coverage: 0.0% of statements [2022-03-16T07:14:52.899Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-16T07:14:53.367Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-16T07:14:53.775Z] 2022/03/16 07:14:53 Closing DB instances... [2022-03-16T07:14:53.775Z] === RUN TestSizeEmpty [2022-03-16T07:14:53.775Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-16T07:14:53.775Z] === RUN TestSizeEmptyFile [2022-03-16T07:14:53.775Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-16T07:14:53.775Z] === RUN TestSizeNonemptyFile [2022-03-16T07:14:53.775Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-16T07:14:53.775Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-16T07:14:53.775Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-16T07:14:53.775Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-16T07:14:53.775Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-16T07:14:53.775Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-16T07:14:53.775Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-16T07:14:53.775Z] === RUN TestMoveToSubdir [2022-03-16T07:14:53.775Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-16T07:14:53.775Z] === RUN TestSizeNonExistingDirectory [2022-03-16T07:14:53.775Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-16T07:14:53.775Z] PASS [2022-03-16T07:14:53.775Z] coverage: 80.0% of statements [2022-03-16T07:14:53.775Z] ok github.com/docker/docker/pkg/directory 0.084s coverage: 80.0% of statements [2022-03-16T07:14:53.837Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-16T07:14:54.305Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-16T07:14:54.309Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-16T07:14:54.309Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-16T07:14:54.309Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-16T07:14:54.871Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-16T07:14:55.410Z] --- PASS: TestNetworkDBCRUDTableEntries (3.59s) [2022-03-16T07:14:55.410Z] === RUN TestNetworkDBNodeLeave [2022-03-16T07:14:55.410Z] === RUN TestPollerAddRemove [2022-03-16T07:14:55.410Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-16T07:14:55.410Z] === RUN TestPollerEvent [2022-03-16T07:14:55.410Z] poller_test.go:40: No chmod on Windows [2022-03-16T07:14:55.410Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-16T07:14:55.410Z] === RUN TestPollerClose [2022-03-16T07:14:55.410Z] --- PASS: TestPollerClose (0.00s) [2022-03-16T07:14:55.410Z] PASS [2022-03-16T07:14:55.410Z] coverage: 36.2% of statements [2022-03-16T07:14:55.410Z] ok github.com/docker/docker/pkg/filenotify 0.066s coverage: 36.2% of statements [2022-03-16T07:14:57.050Z] === RUN TestCopyFileWithInvalidSrc [2022-03-16T07:14:57.050Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestCopyFileWithInvalidDest [2022-03-16T07:14:57.050Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-16T07:14:57.050Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.01s) [2022-03-16T07:14:57.050Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-16T07:14:57.050Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-03-16T07:14:57.050Z] === RUN TestCopyFile [2022-03-16T07:14:57.050Z] --- PASS: TestCopyFile (0.01s) [2022-03-16T07:14:57.050Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-16T07:14:57.050Z] fileutils_test.go:133: Needs porting to Windows [2022-03-16T07:14:57.050Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-16T07:14:57.050Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-16T07:14:57.050Z] fileutils_test.go:179: Needs porting to Windows [2022-03-16T07:14:57.050Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestWildcardMatches [2022-03-16T07:14:57.050Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestPatternMatches [2022-03-16T07:14:57.050Z] --- PASS: TestPatternMatches (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-16T07:14:57.050Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestPatternMatchesFolderExclusions [2022-03-16T07:14:57.050Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-16T07:14:57.050Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-16T07:14:57.050Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-16T07:14:57.050Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-16T07:14:57.050Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestSingleExclamationError [2022-03-16T07:14:57.050Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestMatchesWithNoPatterns [2022-03-16T07:14:57.050Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestMatchesWithMalformedPatterns [2022-03-16T07:14:57.050Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestMatches [2022-03-16T07:14:57.050Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-16T07:14:57.050Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-16T07:14:57.050Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-16T07:14:57.050Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-16T07:14:57.050Z] --- PASS: TestMatches (0.01s) [2022-03-16T07:14:57.050Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-16T07:14:57.050Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-16T07:14:57.050Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-16T07:14:57.050Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestCleanPatterns [2022-03-16T07:14:57.050Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-16T07:14:57.050Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestCleanPatternsExceptionFlag [2022-03-16T07:14:57.050Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-16T07:14:57.050Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-16T07:14:57.050Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestCleanPatternsErrorSingleException [2022-03-16T07:14:57.050Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestCreateIfNotExistsDir [2022-03-16T07:14:57.050Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-03-16T07:14:57.050Z] === RUN TestCreateIfNotExistsFile [2022-03-16T07:14:57.050Z] --- PASS: TestCreateIfNotExistsFile (0.03s) [2022-03-16T07:14:57.050Z] === RUN TestMatch [2022-03-16T07:14:57.050Z] --- PASS: TestMatch (0.00s) [2022-03-16T07:14:57.050Z] === RUN TestCompile [2022-03-16T07:14:57.050Z] === RUN TestCompile/slash [2022-03-16T07:14:57.050Z] === RUN TestCompile/backslash [2022-03-16T07:14:57.050Z] --- PASS: TestCompile (0.00s) [2022-03-16T07:14:57.050Z] --- PASS: TestCompile/slash (0.00s) [2022-03-16T07:14:57.050Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-16T07:14:57.050Z] PASS [2022-03-16T07:14:57.050Z] coverage: 84.7% of statements [2022-03-16T07:14:57.050Z] ok github.com/docker/docker/pkg/fileutils 0.158s coverage: 84.7% of statements [2022-03-16T07:14:57.542Z] --- PASS: TestTarFiles (8.02s) [2022-03-16T07:14:57.542Z] === RUN TestDetectCompressionZstd [2022-03-16T07:14:57.542Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-16T07:14:57.542Z] === RUN TestTarUntar [2022-03-16T07:14:57.542Z] --- PASS: TestTarUntar (0.04s) [2022-03-16T07:14:57.542Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-16T07:14:57.542Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-16T07:14:57.542Z] === RUN TestTarWithOptions [2022-03-16T07:14:57.542Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-16T07:14:57.542Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-16T07:14:57.542Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-16T07:14:57.542Z] === RUN TestUntarUstarGnuConflict [2022-03-16T07:14:57.542Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2022-03-16T07:14:57.542Z] === RUN TestUntarInvalidFilenames [2022-03-16T07:14:57.542Z] === RUN TestGet [2022-03-16T07:14:57.542Z] --- PASS: TestGet (0.00s) [2022-03-16T07:14:57.542Z] === RUN TestGetShortcutString [2022-03-16T07:14:57.542Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-16T07:14:57.542Z] PASS [2022-03-16T07:14:57.542Z] coverage: 42.9% of statements [2022-03-16T07:14:58.037Z] ok github.com/docker/docker/pkg/homedir 0.064s coverage: 42.9% of statements [2022-03-16T07:14:58.037Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames948264011\\dest" [2022-03-16T07:14:58.037Z] --- PASS: TestUntarInvalidFilenames (0.24s) [2022-03-16T07:14:58.037Z] === RUN TestUntarHardlinkToSymlink [2022-03-16T07:14:58.037Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-16T07:14:58.037Z] === RUN TestUntarInvalidHardlink [2022-03-16T07:14:58.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink752786780\\victim\\hello" -> "../victim/hello" [2022-03-16T07:14:58.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink886819873\\victim\\hello" -> "/../victim/hello" [2022-03-16T07:14:58.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1566479657\\victim" -> "../victim" [2022-03-16T07:14:58.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3276192755\\victim" -> "../victim" [2022-03-16T07:14:58.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2170996038\\victim" -> "../victim" [2022-03-16T07:14:58.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2460937481\\victim" -> "../victim" [2022-03-16T07:14:58.037Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-16T07:14:58.037Z] === RUN TestUntarInvalidSymlink [2022-03-16T07:14:58.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink292204973\\dest\\dotdot" -> "../victim/hello" [2022-03-16T07:14:58.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink970831960\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-16T07:14:58.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2014686614\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:14:58.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1045182768\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:14:58.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4268477774\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:14:58.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2794154814\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:14:58.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3083908693\\dest\\dir\\loophole" -> "../../victim" [2022-03-16T07:14:58.037Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-16T07:14:58.037Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-16T07:14:58.037Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-16T07:14:58.037Z] === RUN TestXGlobalNoParent [2022-03-16T07:14:58.037Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-16T07:14:58.037Z] === RUN TestReplaceFileTarWrapper [2022-03-16T07:14:58.037Z] --- PASS: TestNetworkDBNodeLeave (2.89s) [2022-03-16T07:14:58.037Z] === RUN TestNetworkDBWatch [2022-03-16T07:14:58.142Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-16T07:14:58.529Z] --- PASS: TestReplaceFileTarWrapper (0.28s) [2022-03-16T07:14:58.529Z] === RUN TestPrefixHeaderReadable [2022-03-16T07:14:58.529Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-16T07:14:58.529Z] === RUN TestDisablePigz [2022-03-16T07:14:58.529Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-16T07:14:58.529Z] --- PASS: TestDisablePigz (0.32s) [2022-03-16T07:14:58.529Z] === RUN TestPigz [2022-03-16T07:14:59.021Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-16T07:14:59.021Z] --- PASS: TestPigz (0.20s) [2022-03-16T07:14:59.021Z] === RUN TestNosysFileInfo [2022-03-16T07:14:59.021Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-16T07:14:59.021Z] === RUN TestCopyFileWithInvalidDest [2022-03-16T07:14:59.021Z] archive_windows_test.go:16: Currently fails [2022-03-16T07:14:59.021Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-16T07:14:59.021Z] === RUN TestCanonicalTarNameForPath [2022-03-16T07:14:59.021Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-16T07:14:59.021Z] === RUN TestCanonicalTarName [2022-03-16T07:14:59.021Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-16T07:14:59.021Z] === RUN TestChmodTarEntry [2022-03-16T07:14:59.021Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-16T07:14:59.021Z] === RUN TestHardLinkOrder [2022-03-16T07:14:59.021Z] --- PASS: TestHardLinkOrder (0.11s) [2022-03-16T07:14:59.021Z] === RUN TestChangeString [2022-03-16T07:14:59.021Z] --- PASS: TestChangeString (0.00s) [2022-03-16T07:14:59.021Z] === RUN TestChangesWithNoChanges [2022-03-16T07:14:59.021Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-03-16T07:14:59.021Z] === RUN TestChangesWithChanges [2022-03-16T07:14:59.021Z] === RUN TestCreateIDMapOrder [2022-03-16T07:14:59.021Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-16T07:14:59.021Z] PASS [2022-03-16T07:14:59.021Z] coverage: 7.2% of statements [2022-03-16T07:14:59.021Z] ok github.com/docker/docker/pkg/idtools 0.049s coverage: 7.2% of statements [2022-03-16T07:14:59.021Z] --- PASS: TestChangesWithChanges (0.05s) [2022-03-16T07:14:59.021Z] === RUN TestChangesWithChangesGH13590 [2022-03-16T07:14:59.021Z] changes_test.go:195: needs more investigation [2022-03-16T07:14:59.021Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-16T07:14:59.021Z] === RUN TestChangesDirsEmpty [2022-03-16T07:14:59.021Z] --- PASS: TestChangesDirsEmpty (0.18s) [2022-03-16T07:14:59.021Z] === RUN TestChangesDirsMutated [2022-03-16T07:14:59.509Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-16T07:14:59.512Z] --- PASS: TestChangesDirsMutated (0.20s) [2022-03-16T07:14:59.512Z] === RUN TestApplyLayer [2022-03-16T07:14:59.512Z] changes_test.go:432: needs further investigation [2022-03-16T07:14:59.512Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-16T07:14:59.512Z] === RUN TestChangesSizeWithHardlinks [2022-03-16T07:14:59.512Z] changes_test.go:468: needs further investigation [2022-03-16T07:14:59.512Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-16T07:14:59.512Z] === RUN TestChangesSizeWithNoChanges [2022-03-16T07:14:59.512Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-16T07:14:59.512Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-16T07:14:59.512Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-16T07:14:59.512Z] === RUN TestChangesSize [2022-03-16T07:14:59.512Z] --- PASS: TestChangesSize (0.00s) [2022-03-16T07:14:59.512Z] === RUN TestApplyLayerInvalidFilenames [2022-03-16T07:14:59.512Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2660959399\\dest" [2022-03-16T07:14:59.512Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-16T07:14:59.512Z] === RUN TestApplyLayerInvalidHardlink [2022-03-16T07:14:59.513Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2690783761\\victim\\hello" -> "../victim/hello" [2022-03-16T07:14:59.513Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1647632718\\victim\\hello" -> "/../victim/hello" [2022-03-16T07:14:59.513Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink825062533\\victim" -> "../victim" [2022-03-16T07:14:59.513Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2035334484\\victim" -> "../victim" [2022-03-16T07:14:59.513Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3260052902\\victim" -> "../victim" [2022-03-16T07:14:59.513Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1364358994\\victim" -> "../victim" [2022-03-16T07:14:59.513Z] --- PASS: TestApplyLayerInvalidHardlink (0.07s) [2022-03-16T07:14:59.513Z] === RUN TestApplyLayerInvalidSymlink [2022-03-16T07:14:59.513Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink145169122\\dest\\dotdot" -> "../victim/hello" [2022-03-16T07:14:59.513Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink861615651\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-16T07:14:59.513Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3011763495\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:14:59.513Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3586120862\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:14:59.513Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3236104783\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:14:59.513Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1700310155\\dest\\loophole-victim" -> "../victim" [2022-03-16T07:14:59.513Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-16T07:14:59.513Z] === RUN TestApplyLayerWhiteouts [2022-03-16T07:14:59.513Z] --- PASS: TestApplyLayerWhiteouts (0.14s) [2022-03-16T07:14:59.513Z] === RUN TestGenerateEmptyFile [2022-03-16T07:14:59.513Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-16T07:14:59.513Z] === RUN TestGenerateWithContent [2022-03-16T07:14:59.513Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-16T07:14:59.513Z] PASS [2022-03-16T07:14:59.513Z] coverage: 63.0% of statements [2022-03-16T07:15:00.004Z] ok github.com/docker/docker/pkg/archive 11.648s coverage: 63.0% of statements [2022-03-16T07:15:00.004Z] 2022/03/16 07:14:59 Closing DB instances... [2022-03-16T07:15:01.038Z] === RUN TestFixedBufferCap [2022-03-16T07:15:01.038Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-16T07:15:01.038Z] === RUN TestFixedBufferLen [2022-03-16T07:15:01.038Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-16T07:15:01.038Z] === RUN TestFixedBufferString [2022-03-16T07:15:01.038Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-16T07:15:01.038Z] === RUN TestFixedBufferWrite [2022-03-16T07:15:01.038Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-16T07:15:01.038Z] === RUN TestFixedBufferRead [2022-03-16T07:15:01.038Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-16T07:15:01.038Z] === RUN TestBytesPipeRead [2022-03-16T07:15:01.038Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-16T07:15:01.038Z] === RUN TestBytesPipeWrite [2022-03-16T07:15:01.038Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-16T07:15:01.038Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-16T07:15:01.038Z] --- PASS: TestNetworkDBWatch (3.08s) [2022-03-16T07:15:01.038Z] === RUN TestNetworkDBBulkSync [2022-03-16T07:15:01.531Z] --- PASS: TestBytesPipeWriteRandomChunks (0.54s) [2022-03-16T07:15:01.531Z] === RUN TestAtomicWriteToFile [2022-03-16T07:15:01.531Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-16T07:15:01.531Z] === RUN TestAtomicWriteSetCommit [2022-03-16T07:15:01.531Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-16T07:15:01.531Z] === RUN TestAtomicWriteSetCancel [2022-03-16T07:15:01.531Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-16T07:15:01.531Z] === RUN TestReadCloserWrapperClose [2022-03-16T07:15:01.531Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-16T07:15:01.531Z] === RUN TestReaderErrWrapperReadOnError [2022-03-16T07:15:01.531Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-16T07:15:01.531Z] === RUN TestReaderErrWrapperRead [2022-03-16T07:15:01.531Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-16T07:15:01.531Z] === RUN TestCancelReadCloser [2022-03-16T07:15:01.531Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-16T07:15:01.531Z] === RUN TestWriteCloserWrapperClose [2022-03-16T07:15:01.531Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-16T07:15:01.531Z] === RUN TestNopWriteCloser [2022-03-16T07:15:01.531Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-16T07:15:01.531Z] === RUN TestNopWriter [2022-03-16T07:15:01.531Z] --- PASS: TestNopWriter (0.00s) [2022-03-16T07:15:01.531Z] === RUN TestWriteCounter [2022-03-16T07:15:01.531Z] --- PASS: TestWriteCounter (0.00s) [2022-03-16T07:15:01.531Z] PASS [2022-03-16T07:15:01.531Z] coverage: 69.2% of statements [2022-03-16T07:15:01.531Z] ok github.com/docker/docker/pkg/ioutils 0.748s coverage: 69.2% of statements [2022-03-16T07:15:02.027Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-16T07:15:02.566Z] 2022/03/16 07:15:02 Closing DB instances... [2022-03-16T07:15:02.566Z] === RUN TestError [2022-03-16T07:15:02.566Z] --- PASS: TestError (0.00s) [2022-03-16T07:15:02.566Z] === RUN TestProgressString [2022-03-16T07:15:02.566Z] === RUN TestProgressString/no_progress [2022-03-16T07:15:02.566Z] === RUN TestProgressString/progress_1 [2022-03-16T07:15:02.566Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-16T07:15:02.566Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-16T07:15:02.566Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-16T07:15:02.566Z] === RUN TestProgressString/with_units [2022-03-16T07:15:02.566Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-16T07:15:02.566Z] === RUN TestProgressString/hide_counts [2022-03-16T07:15:02.566Z] --- PASS: TestProgressString (0.00s) [2022-03-16T07:15:02.566Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-16T07:15:02.566Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-16T07:15:02.566Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-16T07:15:02.566Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-16T07:15:02.566Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-16T07:15:02.566Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-16T07:15:02.566Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-16T07:15:02.566Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-16T07:15:02.566Z] === RUN TestJSONMessageDisplay [2022-03-16T07:15:03.057Z] --- PASS: TestJSONMessageDisplay (0.21s) [2022-03-16T07:15:03.057Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-16T07:15:03.057Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-16T07:15:03.057Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-16T07:15:03.057Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-16T07:15:03.057Z] === RUN TestDisplayJSONMessagesStream [2022-03-16T07:15:03.057Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-16T07:15:03.057Z] PASS [2022-03-16T07:15:03.057Z] coverage: 91.7% of statements [2022-03-16T07:15:03.057Z] ok github.com/docker/docker/pkg/jsonmessage 0.287s coverage: 91.7% of statements [2022-03-16T07:15:03.550Z] === RUN TestStandardLongPath [2022-03-16T07:15:03.550Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-16T07:15:03.550Z] === RUN TestUNCLongPath [2022-03-16T07:15:03.550Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-16T07:15:03.550Z] PASS [2022-03-16T07:15:03.550Z] coverage: 100.0% of statements [2022-03-16T07:15:03.550Z] ok github.com/docker/docker/pkg/longpath 0.045s coverage: 100.0% of statements [2022-03-16T07:15:04.041Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-03-16T07:15:04.041Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-16T07:15:04.534Z] === RUN TestNameFormat [2022-03-16T07:15:04.534Z] --- PASS: TestNameFormat (0.00s) [2022-03-16T07:15:04.534Z] === RUN TestNameRetries [2022-03-16T07:15:04.534Z] --- PASS: TestNameRetries (0.00s) [2022-03-16T07:15:04.534Z] PASS [2022-03-16T07:15:04.534Z] coverage: 85.7% of statements [2022-03-16T07:15:04.534Z] ok github.com/docker/docker/pkg/namesgenerator 0.050s coverage: 85.7% of statements [2022-03-16T07:15:05.029Z] === RUN TestParseKeyValueOpt [2022-03-16T07:15:05.029Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-16T07:15:05.029Z] === RUN TestParseUintList [2022-03-16T07:15:05.029Z] --- PASS: TestParseUintList (0.00s) [2022-03-16T07:15:05.029Z] === RUN TestParseUintListMaximumLimits [2022-03-16T07:15:05.029Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-16T07:15:05.029Z] PASS [2022-03-16T07:15:05.029Z] coverage: 97.0% of statements [2022-03-16T07:15:05.029Z] ok github.com/docker/docker/pkg/parsers 0.069s coverage: 97.0% of statements [2022-03-16T07:15:06.063Z] === RUN TestNewAndRemove [2022-03-16T07:15:06.063Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-16T07:15:06.063Z] === RUN TestRemoveInvalidPath [2022-03-16T07:15:06.063Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-16T07:15:06.063Z] PASS [2022-03-16T07:15:06.063Z] coverage: 82.6% of statements [2022-03-16T07:15:06.063Z] ok github.com/docker/docker/pkg/pidfile 0.057s coverage: 82.6% of statements [2022-03-16T07:15:07.098Z] 2022/03/16 07:15:06 Closing DB instances... [2022-03-16T07:15:07.277Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-16T07:15:08.132Z] time="2022-03-16T07:15:07Z" level=error msg="node: 0c59bed4c1a8 is unknown to memberlist" [2022-03-16T07:15:08.132Z] time="2022-03-16T07:15:07Z" level=error msg="node: 0c59bed4c1a8 is unknown to memberlist" [2022-03-16T07:15:08.132Z] time="2022-03-16T07:15:07Z" level=error msg="node: 0c59bed4c1a8 is unknown to memberlist" [2022-03-16T07:15:08.132Z] time="2022-03-16T07:15:07Z" level=error msg="node: 0c59bed4c1a8 is unknown to memberlist" [2022-03-16T07:15:08.624Z] === RUN TestFailedConnection [2022-03-16T07:15:08.624Z] --- PASS: TestGetAddress (28.43s) [2022-03-16T07:15:08.624Z] === RUN TestRequestSyntaxCheck [2022-03-16T07:15:08.624Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-16T07:15:08.624Z] === RUN TestRequest [2022-03-16T07:15:08.644Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-16T07:15:09.043Z] === RUN TestConfigDaemonLibtrustID [2022-03-16T07:15:09.043Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-16T07:15:09.043Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-16T07:15:09.043Z] === RUN TestDaemonConfigValidation [2022-03-16T07:15:09.043Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-16T07:15:09.043Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-16T07:15:09.043Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-16T07:15:09.043Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-16T07:15:09.043Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-16T07:15:09.043Z] === RUN TestDaemonProxy [2022-03-16T07:15:09.043Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-16T07:15:09.043Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-16T07:15:09.043Z] PASS [2022-03-16T07:15:09.043Z] ok github.com/docker/docker/integration/daemon 0.125s [2022-03-16T07:15:09.043Z] [2022-03-16T07:15:09.043Z] === Skipped [2022-03-16T07:15:09.044Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-16T07:15:09.044Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-16T07:15:09.044Z] [2022-03-16T07:15:09.044Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-16T07:15:09.044Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-16T07:15:09.044Z] [2022-03-16T07:15:09.044Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-16T07:15:09.044Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-16T07:15:09.044Z] [2022-03-16T07:15:09.044Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-16T07:15:09.044Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-16T07:15:09.044Z] [2022-03-16T07:15:09.044Z] DONE 4 tests, 4 skipped in 22.362s [2022-03-16T07:15:09.044Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-16T07:15:09.576Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-16T07:15:09.660Z] --- PASS: TestFailedConnection (1.05s) [2022-03-16T07:15:09.660Z] === RUN TestFailOnce [2022-03-16T07:15:09.660Z] 2022/03/16 07:15:09 http: panic serving 127.0.0.1:49302: Plugin not ready [2022-03-16T07:15:09.660Z] goroutine 38 [running]: [2022-03-16T07:15:09.660Z] net/http.(*conn).serve.func1() [2022-03-16T07:15:09.660Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-16T07:15:09.660Z] panic({0x12eca00, 0x14009d0}) [2022-03-16T07:15:09.660Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-16T07:15:09.660Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x1b5f3517a45ef0f4}, 0xc0000a3a98) [2022-03-16T07:15:09.660Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-16T07:15:09.660Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x140d900, 0xc00012a000}, 0x1221d26) [2022-03-16T07:15:09.660Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-16T07:15:09.660Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x140d900, 0xc00012a000}, 0xc0000bc200) [2022-03-16T07:15:09.660Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-16T07:15:09.660Z] net/http.serverHandler.ServeHTTP({0x140bff0}, {0x140d900, 0xc00012a000}, 0xc0000bc200) [2022-03-16T07:15:09.660Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-16T07:15:09.660Z] net/http.(*conn).serve(0xc0000ca000, {0x140f900, 0xc000090420}) [2022-03-16T07:15:09.660Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-16T07:15:09.660Z] created by net/http.(*Server).Serve [2022-03-16T07:15:09.660Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-16T07:15:09.660Z] time="2022-03-16T07:15:09Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.FailOnce: Post \"http://127.0.0.1:49301/Test.FailOnce\": EOF, retrying in 1s" [2022-03-16T07:15:10.074Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:10.074Z] INFO: Testing against a local daemon [2022-03-16T07:15:10.074Z] === RUN TestCommitInheritsEnv [2022-03-16T07:15:10.074Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:15:10.074Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-16T07:15:10.074Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-16T07:15:10.074Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:15:10.074Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-16T07:15:10.074Z] === RUN TestImportWithCustomPlatform [2022-03-16T07:15:10.074Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:15:10.074Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-16T07:15:10.074Z] === RUN TestImagesFilterMultiReference [2022-03-16T07:15:10.074Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-03-16T07:15:10.074Z] === RUN TestImagePullPlatformInvalid [2022-03-16T07:15:10.074Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-16T07:15:10.074Z] === RUN TestRemoveImageOrphaning [2022-03-16T07:15:10.138Z] === RUN TestDockerSuite/TestPortList [2022-03-16T07:15:10.152Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.96s) [2022-03-16T07:15:10.152Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-16T07:15:10.646Z] --- PASS: TestFailOnce (1.21s) [2022-03-16T07:15:10.646Z] === RUN TestEchoInputOutput [2022-03-16T07:15:10.646Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-16T07:15:10.646Z] === RUN TestBackoff [2022-03-16T07:15:10.646Z] --- PASS: TestBackoff (0.00s) [2022-03-16T07:15:10.646Z] === RUN TestAbortRetry [2022-03-16T07:15:10.646Z] --- PASS: TestAbortRetry (0.00s) [2022-03-16T07:15:10.646Z] === RUN TestClientScheme [2022-03-16T07:15:10.646Z] --- PASS: TestClientScheme (0.00s) [2022-03-16T07:15:10.646Z] === RUN TestNewClientWithTimeout [2022-03-16T07:15:11.138Z] 2022/03/16 07:15:10 Closing DB instances... [2022-03-16T07:15:11.138Z] time="2022-03-16T07:15:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49308/Test.Echo: Post \"http://127.0.0.1:49308/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-16T07:15:11.705Z] --- PASS: TestRemoveImageOrphaning (1.12s) [2022-03-16T07:15:11.705Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-16T07:15:11.705Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-16T07:15:11.705Z] === RUN TestTagInvalidReference [2022-03-16T07:15:11.705Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-16T07:15:11.705Z] === RUN TestTagValidPrefixedRepo [2022-03-16T07:15:11.705Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-03-16T07:15:11.705Z] === RUN TestTagExistedNameWithoutForce [2022-03-16T07:15:11.705Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-16T07:15:11.705Z] === RUN TestTagOfficialNames [2022-03-16T07:15:11.705Z] --- PASS: TestTagOfficialNames (0.09s) [2022-03-16T07:15:11.705Z] === RUN TestTagMatchesDigest [2022-03-16T07:15:11.705Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-16T07:15:11.705Z] PASS [2022-03-16T07:15:11.705Z] ok github.com/docker/docker/integration/image 1.709s [2022-03-16T07:15:11.705Z] [2022-03-16T07:15:11.705Z] === Skipped [2022-03-16T07:15:11.705Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-16T07:15:11.705Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:15:11.705Z] [2022-03-16T07:15:11.705Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-16T07:15:11.705Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:15:11.705Z] [2022-03-16T07:15:11.705Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-16T07:15:11.705Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:15:11.705Z] [2022-03-16T07:15:11.705Z] DONE 12 tests, 3 skipped in 5.936s [2022-03-16T07:15:11.705Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-16T07:15:12.031Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-16T07:15:12.779Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-16T07:15:12.779Z] === RUN TestNetworkDBGarbageCollection [2022-03-16T07:15:12.779Z] time="2022-03-16T07:15:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49308/Test.Echo: Post \"http://127.0.0.1:49308/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-16T07:15:14.551Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-16T07:15:14.768Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:14.768Z] INFO: Testing against a local daemon [2022-03-16T07:15:14.768Z] === RUN TestNetworkCreateDelete [2022-03-16T07:15:14.768Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:14.768Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestDockerNetworkDeletePreferID [2022-03-16T07:15:14.768Z] 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-16T07:15:14.768Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestDaemonDNSFallback [2022-03-16T07:15:14.768Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:14.768Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestInspectNetwork [2022-03-16T07:15:14.768Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-16T07:15:14.768Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestRunContainerWithBridgeNone [2022-03-16T07:15:14.768Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:14.768Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestNetworkInvalidJSON [2022-03-16T07:15:14.768Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-16T07:15:14.768Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-16T07:15:14.768Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:15:14.768Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:15:14.768Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:15:14.768Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:15:14.768Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-16T07:15:14.768Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:15:14.768Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:15:14.768Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-16T07:15:14.768Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-16T07:15:14.768Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-16T07:15:14.768Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-16T07:15:14.768Z] === RUN TestNetworkList [2022-03-16T07:15:14.768Z] === RUN TestNetworkList//networks [2022-03-16T07:15:14.768Z] === PAUSE TestNetworkList//networks [2022-03-16T07:15:14.768Z] === RUN TestNetworkList//networks/ [2022-03-16T07:15:14.768Z] === PAUSE TestNetworkList//networks/ [2022-03-16T07:15:14.768Z] === CONT TestNetworkList//networks [2022-03-16T07:15:14.768Z] === CONT TestNetworkList//networks/ [2022-03-16T07:15:14.768Z] --- PASS: TestNetworkList (0.04s) [2022-03-16T07:15:14.768Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-16T07:15:14.768Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestHostIPv4BridgeLabel [2022-03-16T07:15:14.768Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-16T07:15:14.768Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestDaemonDefaultNetworkPools [2022-03-16T07:15:14.768Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-16T07:15:14.768Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-16T07:15:14.768Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-16T07:15:14.768Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestServiceWithPredefinedNetwork [2022-03-16T07:15:14.768Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-16T07:15:14.768Z] service_test.go:243: FLAKY_TEST [2022-03-16T07:15:14.768Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestServiceWithDataPathPortInit [2022-03-16T07:15:14.768Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-16T07:15:14.768Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-16T07:15:14.768Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-16T07:15:14.768Z] PASS [2022-03-16T07:15:14.768Z] ok github.com/docker/docker/integration/network 0.188s [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === Skipped [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-16T07:15:14.768Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-16T07:15:14.768Z] 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-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-16T07:15:14.768Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-16T07:15:14.768Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-16T07:15:14.768Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-16T07:15:14.768Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-16T07:15:14.768Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-16T07:15:14.768Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-16T07:15:14.768Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-16T07:15:14.768Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-16T07:15:14.768Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-16T07:15:14.768Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T07:15:14.768Z] service_test.go:243: FLAKY_TEST [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-16T07:15:14.768Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-16T07:15:14.768Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-16T07:15:14.768Z] [2022-03-16T07:15:14.768Z] DONE 22 tests, 15 skipped in 2.676s [2022-03-16T07:15:14.768Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-16T07:15:15.098Z] time="2022-03-16T07:15:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49308/Test.Echo: Post \"http://127.0.0.1:49308/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-16T07:15:15.259Z] testing: warning: no tests to run [2022-03-16T07:15:15.259Z] PASS [2022-03-16T07:15:15.259Z] ok github.com/docker/docker/integration/network/ipvlan 0.075s [2022-03-16T07:15:15.259Z] [2022-03-16T07:15:15.259Z] DONE 0 tests in 0.728s [2022-03-16T07:15:15.749Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-16T07:15:16.239Z] testing: warning: no tests to run [2022-03-16T07:15:16.239Z] PASS [2022-03-16T07:15:16.239Z] ok github.com/docker/docker/integration/network/macvlan 0.083s [2022-03-16T07:15:16.239Z] [2022-03-16T07:15:16.239Z] DONE 0 tests in 0.722s [2022-03-16T07:15:16.239Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-16T07:15:17.074Z] docker_api_swarm_service_test.go:304: [dd12e2a8d5303] joining swarm manager [d6d6a71c2e3c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:15:17.271Z] testing: warning: no tests to run [2022-03-16T07:15:17.271Z] PASS [2022-03-16T07:15:17.271Z] ok github.com/docker/docker/integration/plugin 0.076s [2022-03-16T07:15:17.271Z] [2022-03-16T07:15:17.271Z] DONE 0 tests in 0.718s [2022-03-16T07:15:17.271Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-16T07:15:17.331Z] docker_api_swarm_service_test.go:304: [dc61a05e5b237] joining swarm manager [d6d6a71c2e3c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:15:17.331Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-16T07:15:18.306Z] testing: warning: no tests to run [2022-03-16T07:15:18.306Z] PASS [2022-03-16T07:15:18.306Z] ok github.com/docker/docker/integration/plugin/authz 0.076s [2022-03-16T07:15:18.306Z] [2022-03-16T07:15:18.306Z] DONE 0 tests in 0.721s [2022-03-16T07:15:18.306Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-16T07:15:18.699Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-16T07:15:20.030Z] time="2022-03-16T07:15:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49308/Test.Echo: Post \"http://127.0.0.1:49308/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-16T07:15:21.679Z] --- PASS: TestRequest (13.12s) [2022-03-16T07:15:21.679Z] === RUN TestOverlappingRequests [2022-03-16T07:15:22.716Z] --- PASS: TestOverlappingRequests (0.73s) [2022-03-16T07:15:22.716Z] === RUN TestRelease [2022-03-16T07:15:23.239Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:23.239Z] INFO: Testing against a local daemon [2022-03-16T07:15:23.239Z] === RUN TestPluginInvalidJSON [2022-03-16T07:15:23.239Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:15:23.239Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:15:23.239Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:15:23.239Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-16T07:15:23.239Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-16T07:15:23.239Z] === RUN TestPluginInstall [2022-03-16T07:15:23.239Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-16T07:15:23.239Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-16T07:15:23.239Z] === RUN TestPluginsWithRuntimes [2022-03-16T07:15:23.239Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-16T07:15:23.239Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-16T07:15:23.239Z] === RUN TestPluginBackCompatMediaTypes [2022-03-16T07:15:23.239Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-16T07:15:23.239Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-16T07:15:23.239Z] PASS [2022-03-16T07:15:23.239Z] ok github.com/docker/docker/integration/plugin/common 0.115s [2022-03-16T07:15:23.239Z] [2022-03-16T07:15:23.239Z] === Skipped [2022-03-16T07:15:23.239Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-16T07:15:23.239Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-16T07:15:23.239Z] [2022-03-16T07:15:23.239Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-16T07:15:23.239Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-16T07:15:23.239Z] [2022-03-16T07:15:23.239Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-16T07:15:23.239Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-16T07:15:23.239Z] [2022-03-16T07:15:23.239Z] DONE 5 tests, 3 skipped in 4.888s [2022-03-16T07:15:23.239Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-16T07:15:25.028Z] === RUN TestParseEmptyInterface [2022-03-16T07:15:25.028Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-16T07:15:25.028Z] === RUN TestParseNonInterfaceType [2022-03-16T07:15:25.028Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-16T07:15:25.028Z] === RUN TestParseWithOneFunction [2022-03-16T07:15:25.028Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-16T07:15:25.028Z] === RUN TestParseWithMultipleFuncs [2022-03-16T07:15:25.028Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-16T07:15:25.028Z] === RUN TestParseWithUnnamedReturn [2022-03-16T07:15:25.028Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-16T07:15:25.028Z] === RUN TestEmbeddedInterface [2022-03-16T07:15:25.028Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-16T07:15:25.028Z] === RUN TestParsedImports [2022-03-16T07:15:25.028Z] --- PASS: TestParsedImports (0.00s) [2022-03-16T07:15:25.028Z] === RUN TestAliasedImports [2022-03-16T07:15:25.028Z] --- PASS: TestAliasedImports (0.00s) [2022-03-16T07:15:25.028Z] PASS [2022-03-16T07:15:25.028Z] coverage: 56.8% of statements [2022-03-16T07:15:25.028Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.089s coverage: 56.8% of statements [2022-03-16T07:15:25.028Z] --- PASS: TestRelease (2.62s) [2022-03-16T07:15:25.028Z] === RUN TestAllocateRandomDeallocate [2022-03-16T07:15:25.239Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-16T07:15:25.239Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-16T07:15:25.239Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-16T07:15:25.545Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:25.545Z] INFO: Testing against a local daemon [2022-03-16T07:15:25.545Z] === RUN TestExternalGraphDriver [2022-03-16T07:15:25.545Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-16T07:15:25.545Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-16T07:15:25.545Z] === RUN TestGraphdriverPluginV2 [2022-03-16T07:15:25.545Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-16T07:15:25.545Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-16T07:15:25.545Z] PASS [2022-03-16T07:15:25.545Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.120s [2022-03-16T07:15:25.803Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-16T07:15:25.803Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-16T07:15:26.036Z] [2022-03-16T07:15:26.036Z] === Skipped [2022-03-16T07:15:26.036Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-16T07:15:26.036Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-16T07:15:26.036Z] [2022-03-16T07:15:26.036Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-16T07:15:26.036Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-16T07:15:26.036Z] [2022-03-16T07:15:26.036Z] DONE 2 tests, 2 skipped in 2.766s [2022-03-16T07:15:26.036Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-16T07:15:26.064Z] === RUN TestHTTPTransport [2022-03-16T07:15:26.064Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-16T07:15:26.064Z] PASS [2022-03-16T07:15:26.064Z] coverage: 85.7% of statements [2022-03-16T07:15:26.064Z] ok github.com/docker/docker/pkg/plugins/transport 0.046s coverage: 85.7% of statements [2022-03-16T07:15:26.732Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-16T07:15:26.732Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-16T07:15:26.989Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-16T07:15:27.097Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-16T07:15:27.097Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-16T07:15:27.097Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-16T07:15:27.097Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-16T07:15:27.097Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-16T07:15:27.097Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-16T07:15:27.097Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-16T07:15:27.098Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-16T07:15:27.098Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-16T07:15:27.098Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-16T07:15:27.098Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-16T07:15:27.098Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-16T07:15:27.098Z] === RUN TestBufferPoolPutAndGet [2022-03-16T07:15:27.098Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-16T07:15:27.098Z] PASS [2022-03-16T07:15:27.098Z] coverage: 88.2% of statements [2022-03-16T07:15:27.098Z] ok github.com/docker/docker/pkg/pools 0.046s coverage: 88.2% of statements [2022-03-16T07:15:27.245Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-16T07:15:27.589Z] === RUN TestOutputOnPrematureClose [2022-03-16T07:15:27.589Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-16T07:15:27.589Z] === RUN TestCompleteSilently [2022-03-16T07:15:27.589Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-16T07:15:27.589Z] PASS [2022-03-16T07:15:27.589Z] coverage: 75.9% of statements [2022-03-16T07:15:27.589Z] ok github.com/docker/docker/pkg/progress 0.041s coverage: 75.9% of statements [2022-03-16T07:15:28.081Z] === RUN TestSendToOneSub [2022-03-16T07:15:28.081Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-16T07:15:28.081Z] === RUN TestSendToMultipleSubs [2022-03-16T07:15:28.081Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-16T07:15:28.081Z] === RUN TestEvictOneSub [2022-03-16T07:15:28.081Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-16T07:15:28.081Z] === RUN TestClosePublisher [2022-03-16T07:15:28.081Z] --- PASS: TestClosePublisher (0.00s) [2022-03-16T07:15:28.081Z] === RUN TestPubSubRace [2022-03-16T07:15:28.173Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-16T07:15:28.173Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-16T07:15:28.341Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:28.341Z] INFO: Testing against a local daemon [2022-03-16T07:15:28.341Z] === RUN TestReadPluginNoRead [2022-03-16T07:15:28.341Z] read_test.go:21: no unix domain sockets on Windows [2022-03-16T07:15:28.341Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-16T07:15:28.341Z] PASS [2022-03-16T07:15:28.341Z] ok github.com/docker/docker/integration/plugin/logging 0.093s [2022-03-16T07:15:28.341Z] [2022-03-16T07:15:28.341Z] === Skipped [2022-03-16T07:15:28.341Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-16T07:15:28.341Z] read_test.go:21: no unix domain sockets on Windows [2022-03-16T07:15:28.341Z] [2022-03-16T07:15:28.341Z] DONE 1 tests, 1 skipped in 2.416s [2022-03-16T07:15:28.341Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-16T07:15:28.573Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-16T07:15:28.573Z] === RUN TestClientStream [2022-03-16T07:15:28.573Z] --- PASS: TestClientStream (0.00s) [2022-03-16T07:15:28.573Z] === RUN TestClientSendFile [2022-03-16T07:15:28.573Z] --- PASS: TestClientSendFile (0.00s) [2022-03-16T07:15:28.573Z] === RUN TestClientWithRequestTimeout [2022-03-16T07:15:28.573Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-16T07:15:28.573Z] === RUN TestFileSpecPlugin [2022-03-16T07:15:28.573Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-16T07:15:28.573Z] === RUN TestFileJSONSpecPlugin [2022-03-16T07:15:28.573Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-16T07:15:28.573Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-16T07:15:28.573Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-16T07:15:28.573Z] === RUN TestPluginAddHandler [2022-03-16T07:15:28.573Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-16T07:15:28.573Z] === RUN TestPluginWaitBadPlugin [2022-03-16T07:15:28.573Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-16T07:15:28.573Z] === RUN TestGet [2022-03-16T07:15:28.573Z] time="2022-03-16T07:15:28Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-16T07:15:29.064Z] --- PASS: TestPubSubRace (1.08s) [2022-03-16T07:15:29.064Z] PASS [2022-03-16T07:15:29.064Z] coverage: 75.0% of statements [2022-03-16T07:15:29.064Z] ok github.com/docker/docker/pkg/pubsub 1.124s coverage: 75.0% of statements [2022-03-16T07:15:29.556Z] time="2022-03-16T07:15:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-16T07:15:29.983Z] testing: warning: no tests to run [2022-03-16T07:15:29.983Z] PASS [2022-03-16T07:15:29.983Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.080s [2022-03-16T07:15:29.983Z] [2022-03-16T07:15:29.983Z] DONE 0 tests in 1.162s [2022-03-16T07:15:29.983Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-16T07:15:30.048Z] === RUN TestRegister [2022-03-16T07:15:30.048Z] --- PASS: TestRegister (0.00s) [2022-03-16T07:15:30.048Z] === RUN TestCommand [2022-03-16T07:15:30.048Z] --- PASS: TestCommand (0.04s) [2022-03-16T07:15:30.048Z] === RUN TestNaiveSelf [2022-03-16T07:15:30.048Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-16T07:15:30.048Z] PASS [2022-03-16T07:15:30.048Z] coverage: 82.4% of statements [2022-03-16T07:15:30.048Z] ok github.com/docker/docker/pkg/reexec 0.117s coverage: 82.4% of statements [2022-03-16T07:15:30.081Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-16T07:15:31.011Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-16T07:15:31.087Z] === RUN TestDump [2022-03-16T07:15:31.087Z] goroutine 19 [running]: [2022-03-16T07:15:31.087Z] github.com/docker/docker/pkg/stack.dump(0xd2b9d7) [2022-03-16T07:15:31.087Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-16T07:15:31.087Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-16T07:15:31.087Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-16T07:15:31.087Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-16T07:15:31.087Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-16T07:15:31.087Z] testing.tRunner(0xc0000851e0, 0xe9a190) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:15:31.087Z] created by testing.(*T).Run [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-16T07:15:31.087Z] [2022-03-16T07:15:31.087Z] goroutine 1 [chan receive]: [2022-03-16T07:15:31.087Z] testing.(*T).Run(0xc000085040, {0xe8b7b1, 0xd0a733}, 0xe9a190) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-16T07:15:31.087Z] testing.runTests.func1(0xc0000b6810) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-16T07:15:31.087Z] testing.tRunner(0xc000085040, 0xc0000c1ce0) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:15:31.087Z] testing.runTests(0xc0000d0080, {0xffec20, 0x3, 0x3}, {0xd2ac2d, 0xe8d4ab, 0x10036e0}) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-16T07:15:31.087Z] testing.(*M).Run(0xc0000d0080) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-16T07:15:31.087Z] main.main() [2022-03-16T07:15:31.087Z] _testmain.go:95 +0x1f5 [2022-03-16T07:15:31.087Z] --- PASS: TestDump (0.00s) [2022-03-16T07:15:31.087Z] === RUN TestDumpToFile [2022-03-16T07:15:31.087Z] --- PASS: TestDumpToFile (0.19s) [2022-03-16T07:15:31.087Z] === RUN TestDumpToFileWithEmptyInput [2022-03-16T07:15:31.087Z] goroutine 21 [running]: [2022-03-16T07:15:31.087Z] github.com/docker/docker/pkg/stack.dump(0xd98bb4) [2022-03-16T07:15:31.087Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-16T07:15:31.087Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xd98f60}) [2022-03-16T07:15:31.087Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-16T07:15:31.087Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0000851e0) [2022-03-16T07:15:31.087Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-16T07:15:31.087Z] testing.tRunner(0xc0000856c0, 0xe9a180) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:15:31.087Z] created by testing.(*T).Run [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-16T07:15:31.087Z] [2022-03-16T07:15:31.087Z] goroutine 1 [chan receive]: [2022-03-16T07:15:31.087Z] testing.(*T).Run(0xc000085040, {0xe92596, 0xd0a733}, 0xe9a180) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-16T07:15:31.087Z] testing.runTests.func1(0xc0000b6810) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-16T07:15:31.087Z] testing.tRunner(0xc000085040, 0xc0000c1ce0) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-16T07:15:31.087Z] testing.runTests(0xc0000d0080, {0xffec20, 0x3, 0x3}, {0xd2ac2d, 0xe8d4ab, 0x10036e0}) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-16T07:15:31.087Z] testing.(*M).Run(0xc0000d0080) [2022-03-16T07:15:31.087Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-16T07:15:31.087Z] main.main() [2022-03-16T07:15:31.087Z] _testmain.go:95 +0x1f5 [2022-03-16T07:15:31.087Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-16T07:15:31.087Z] PASS [2022-03-16T07:15:31.087Z] coverage: 90.9% of statements [2022-03-16T07:15:31.087Z] ok github.com/docker/docker/pkg/stack 0.232s coverage: 90.9% of statements [2022-03-16T07:15:31.267Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-16T07:15:31.267Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-16T07:15:31.579Z] time="2022-03-16T07:15:31Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-16T07:15:31.579Z] === RUN TestNewStdWriter [2022-03-16T07:15:31.579Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-16T07:15:31.579Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestWriteWithNilBytes [2022-03-16T07:15:31.579Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestWrite [2022-03-16T07:15:31.579Z] --- PASS: TestWrite (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestWriteWithWriterError [2022-03-16T07:15:31.579Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-16T07:15:31.579Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestStdCopyWriteAndRead [2022-03-16T07:15:31.579Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-16T07:15:31.579Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-16T07:15:31.579Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-16T07:15:31.579Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-16T07:15:31.579Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-16T07:15:31.579Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-16T07:15:31.579Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-16T07:15:31.579Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-16T07:15:31.579Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-16T07:15:31.579Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-16T07:15:31.579Z] PASS [2022-03-16T07:15:31.579Z] coverage: 100.0% of statements [2022-03-16T07:15:31.579Z] ok github.com/docker/docker/pkg/stdcopy 0.054s coverage: 100.0% of statements [2022-03-16T07:15:32.287Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:32.287Z] INFO: Testing against a local daemon [2022-03-16T07:15:32.287Z] === RUN TestPluginWithDevMounts [2022-03-16T07:15:32.287Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:32.287Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-16T07:15:32.287Z] PASS [2022-03-16T07:15:32.287Z] ok github.com/docker/docker/integration/plugin/volumes 0.097s [2022-03-16T07:15:32.287Z] [2022-03-16T07:15:32.287Z] === Skipped [2022-03-16T07:15:32.287Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-16T07:15:32.287Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:32.287Z] [2022-03-16T07:15:32.287Z] DONE 1 tests, 1 skipped in 2.440s [2022-03-16T07:15:32.287Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-16T07:15:32.615Z] --- PASS: TestAllocateRandomDeallocate (7.21s) [2022-03-16T07:15:32.615Z] === RUN TestRetrieveFromStore [2022-03-16T07:15:32.615Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-16T07:15:32.615Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-16T07:15:32.615Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-16T07:15:32.615Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-16T07:15:32.615Z] === RUN TestFormatStatus [2022-03-16T07:15:32.615Z] --- PASS: TestFormatStatus (0.00s) [2022-03-16T07:15:32.615Z] === RUN TestFormatError [2022-03-16T07:15:32.615Z] --- PASS: TestFormatError (0.00s) [2022-03-16T07:15:32.615Z] === RUN TestFormatJSONError [2022-03-16T07:15:32.615Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-16T07:15:32.615Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-16T07:15:32.615Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-16T07:15:32.615Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-16T07:15:32.615Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-16T07:15:32.615Z] === RUN TestNewJSONProgressOutput [2022-03-16T07:15:32.615Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-16T07:15:32.615Z] === RUN TestAuxFormatterEmit [2022-03-16T07:15:32.615Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-16T07:15:32.615Z] === RUN TestStreamWriterStdout [2022-03-16T07:15:32.615Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-16T07:15:32.615Z] === RUN TestStreamWriterStderr [2022-03-16T07:15:32.615Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-16T07:15:32.615Z] PASS [2022-03-16T07:15:32.615Z] coverage: 66.2% of statements [2022-03-16T07:15:32.615Z] ok github.com/docker/docker/pkg/streamformatter 0.052s coverage: 66.2% of statements [2022-03-16T07:15:33.107Z] === RUN TestGenerateRandomID [2022-03-16T07:15:33.107Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-16T07:15:33.599Z] === RUN TestShortenId [2022-03-16T07:15:33.599Z] --- PASS: TestShortenId (0.00s) [2022-03-16T07:15:33.599Z] === RUN TestShortenSha256Id [2022-03-16T07:15:33.599Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-16T07:15:33.599Z] === RUN TestShortenIdEmpty [2022-03-16T07:15:33.599Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-16T07:15:33.599Z] === RUN TestShortenIdInvalid [2022-03-16T07:15:33.599Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-16T07:15:33.599Z] === RUN TestIsShortIDNonHex [2022-03-16T07:15:33.599Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-16T07:15:33.599Z] === RUN TestIsShortIDNotCorrectSize [2022-03-16T07:15:33.599Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-16T07:15:33.599Z] PASS [2022-03-16T07:15:33.599Z] coverage: 70.6% of statements [2022-03-16T07:15:33.599Z] ok github.com/docker/docker/pkg/stringid 0.051s coverage: 70.6% of statements [2022-03-16T07:15:33.789Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-16T07:15:34.046Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-16T07:15:34.094Z] === RUN TestIsCpusetListAvailable [2022-03-16T07:15:34.094Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-16T07:15:34.094Z] PASS [2022-03-16T07:15:34.094Z] coverage: 39.4% of statements [2022-03-16T07:15:34.094Z] ok github.com/docker/docker/pkg/sysinfo 0.044s coverage: 39.4% of statements [2022-03-16T07:15:34.587Z] --- PASS: TestRetrieveFromStore (2.31s) [2022-03-16T07:15:34.587Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-16T07:15:34.587Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-16T07:15:34.587Z] === RUN TestParallelPredefinedRequest1 [2022-03-16T07:15:34.587Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-16T07:15:34.587Z] === RUN TestParallelPredefinedRequest2 [2022-03-16T07:15:34.587Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-16T07:15:34.587Z] === RUN TestParallelPredefinedRequest3 [2022-03-16T07:15:34.587Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-16T07:15:34.587Z] === RUN TestParallelPredefinedRequest4 [2022-03-16T07:15:34.587Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-16T07:15:34.587Z] === RUN TestParallelPredefinedRequest5 [2022-03-16T07:15:34.587Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-16T07:15:34.587Z] === RUN TestDebug [2022-03-16T07:15:34.587Z] --- PASS: TestDebug (0.00s) [2022-03-16T07:15:34.587Z] === RUN TestRequestPoolParallel [2022-03-16T07:15:34.594Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:34.594Z] INFO: Testing against a local daemon [2022-03-16T07:15:34.594Z] === RUN TestSecretInspect [2022-03-16T07:15:34.594Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:34.594Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-16T07:15:34.594Z] === RUN TestSecretList [2022-03-16T07:15:34.594Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:34.594Z] --- SKIP: TestSecretList (0.00s) [2022-03-16T07:15:34.594Z] === RUN TestSecretsCreateAndDelete [2022-03-16T07:15:34.594Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:34.594Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-16T07:15:34.594Z] === RUN TestSecretsUpdate [2022-03-16T07:15:34.594Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:34.594Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-16T07:15:34.594Z] === RUN TestTemplatedSecret [2022-03-16T07:15:34.594Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:34.594Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-16T07:15:34.594Z] === RUN TestSecretCreateResolve [2022-03-16T07:15:34.594Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:34.594Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-16T07:15:34.594Z] PASS [2022-03-16T07:15:34.594Z] ok github.com/docker/docker/integration/secret 0.104s [2022-03-16T07:15:34.594Z] [2022-03-16T07:15:34.594Z] === Skipped [2022-03-16T07:15:34.594Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-16T07:15:34.594Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:34.594Z] [2022-03-16T07:15:34.594Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-16T07:15:34.594Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:34.594Z] [2022-03-16T07:15:34.594Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-16T07:15:34.594Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:34.594Z] [2022-03-16T07:15:34.594Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-16T07:15:34.594Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:34.594Z] [2022-03-16T07:15:34.594Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-16T07:15:34.594Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:34.594Z] [2022-03-16T07:15:34.594Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.01s) [2022-03-16T07:15:34.594Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:34.594Z] [2022-03-16T07:15:34.594Z] DONE 6 tests, 6 skipped in 2.245s [2022-03-16T07:15:34.594Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-16T07:15:35.080Z] --- PASS: TestRequestPoolParallel (0.58s) [2022-03-16T07:15:35.080Z] === RUN TestFullAllocateRelease [2022-03-16T07:15:35.577Z] time="2022-03-16T07:15:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-16T07:15:36.071Z] --- PASS: TestFullAllocateRelease (0.76s) [2022-03-16T07:15:36.071Z] === RUN TestOddAllocateRelease [2022-03-16T07:15:36.071Z] === RUN TestChtimes [2022-03-16T07:15:36.071Z] --- PASS: TestChtimes (0.01s) [2022-03-16T07:15:36.071Z] === RUN TestChtimesWindows [2022-03-16T07:15:36.071Z] --- PASS: TestChtimesWindows (0.01s) [2022-03-16T07:15:36.071Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-16T07:15:36.071Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-16T07:15:36.071Z] PASS [2022-03-16T07:15:36.071Z] coverage: 12.9% of statements [2022-03-16T07:15:36.071Z] ok github.com/docker/docker/pkg/system 0.055s coverage: 12.9% of statements [2022-03-16T07:15:36.563Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-16T07:15:36.564Z] --- PASS: TestOddAllocateRelease (0.35s) [2022-03-16T07:15:36.564Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-16T07:15:36.564Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-16T07:15:36.564Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-16T07:15:36.564Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-16T07:15:36.564Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-16T07:15:36.564Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-16T07:15:36.564Z] === CONT TestParallelPredefinedRequest1 [2022-03-16T07:15:36.564Z] === CONT TestParallelPredefinedRequest4 [2022-03-16T07:15:36.564Z] === CONT TestParallelPredefinedRequest1 [2022-03-16T07:15:36.564Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:15:36.564Z] === CONT TestParallelPredefinedRequest3 [2022-03-16T07:15:36.564Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:15:36.564Z] === CONT TestParallelPredefinedRequest4 [2022-03-16T07:15:36.564Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:15:36.564Z] === CONT TestParallelPredefinedRequest2 [2022-03-16T07:15:36.564Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:15:36.564Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-16T07:15:36.564Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-16T07:15:36.564Z] === CONT TestParallelPredefinedRequest5 [2022-03-16T07:15:36.564Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:15:36.564Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-16T07:15:36.564Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-16T07:15:36.564Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-16T07:15:36.564Z] PASS [2022-03-16T07:15:36.564Z] coverage: 85.3% of statements [2022-03-16T07:15:36.564Z] ok github.com/docker/docker/libnetwork/ipam 67.114s coverage: 85.3% of statements [2022-03-16T07:15:37.065Z] === RUN TestTailFile [2022-03-16T07:15:37.065Z] --- PASS: TestTailFile (0.00s) [2022-03-16T07:15:37.065Z] === RUN TestTailFileManyLines [2022-03-16T07:15:37.065Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-16T07:15:37.065Z] === RUN TestTailEmptyFile [2022-03-16T07:15:37.065Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-16T07:15:37.065Z] === RUN TestTailNegativeN [2022-03-16T07:15:37.065Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/truncated_last_line [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader/no_delimiter [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.065Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.065Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.065Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.066Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.066Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.067Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.067Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-16T07:15:37.126Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.615Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.615Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.615Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.615Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.615Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.615Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-16T07:15:37.616Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.616Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.616Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.617Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.617Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-16T07:15:37.618Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-16T07:15:37.619Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:15:37.619Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:15:37.668Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:37.668Z] INFO: Testing against a local daemon [2022-03-16T07:15:37.668Z] === RUN TestServiceCreateInit [2022-03-16T07:15:37.668Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-16T07:15:37.668Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-16T07:15:37.668Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- PASS: TestServiceCreateInit (0.05s) [2022-03-16T07:15:37.668Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T07:15:37.668Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestCreateServiceMultipleTimes [2022-03-16T07:15:37.668Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestCreateServiceConflict [2022-03-16T07:15:37.668Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestCreateServiceMaxReplicas [2022-03-16T07:15:37.668Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-16T07:15:37.668Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-16T07:15:37.668Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestCreateServiceSecretFileMode [2022-03-16T07:15:37.668Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestCreateServiceConfigFileMode [2022-03-16T07:15:37.668Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestCreateServiceSysctls [2022-03-16T07:15:37.668Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-16T07:15:37.668Z] === RUN TestCreateServiceCapabilities [2022-03-16T07:15:37.668Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-16T07:15:37.668Z] === RUN TestInspect [2022-03-16T07:15:37.668Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestInspect (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestCreateJob [2022-03-16T07:15:37.668Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestCreateJob (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestReplicatedJob [2022-03-16T07:15:37.668Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestUpdateReplicatedJob [2022-03-16T07:15:37.668Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestServiceListWithStatuses [2022-03-16T07:15:37.668Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestDockerNetworkConnectAlias [2022-03-16T07:15:37.668Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestDockerNetworkReConnect [2022-03-16T07:15:37.668Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestServicePlugin [2022-03-16T07:15:37.668Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestServiceUpdateLabel [2022-03-16T07:15:37.668Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:37.668Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestServiceUpdateSecrets [2022-03-16T07:15:37.668Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:37.668Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestServiceUpdateConfigs [2022-03-16T07:15:37.668Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:37.668Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestServiceUpdateNetwork [2022-03-16T07:15:37.668Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:37.668Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-16T07:15:37.668Z] === RUN TestServiceUpdatePidsLimit [2022-03-16T07:15:37.668Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:37.668Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-16T07:15:37.668Z] PASS [2022-03-16T07:15:37.668Z] ok github.com/docker/docker/integration/service 0.243s [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === Skipped [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T07:15:37.668Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T07:15:37.668Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-16T07:15:37.668Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-16T07:15:37.668Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-16T07:15:37.668Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-16T07:15:37.668Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-16T07:15:37.668Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-16T07:15:37.668Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-16T07:15:37.668Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-03-16T07:15:37.668Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-16T07:15:37.668Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-16T07:15:37.668Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-16T07:15:37.668Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-16T07:15:37.668Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-16T07:15:37.668Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-16T07:15:37.668Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-16T07:15:37.668Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-16T07:15:37.668Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-16T07:15:37.668Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-16T07:15:37.668Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-16T07:15:37.668Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-16T07:15:37.668Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-16T07:15:37.668Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:15:37.668Z] [2022-03-16T07:15:37.668Z] DONE 24 tests, 23 skipped in 2.960s [2022-03-16T07:15:37.668Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-16T07:15:38.118Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.01s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.119Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:15:38.120Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-16T07:15:38.121Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-16T07:15:38.121Z] PASS [2022-03-16T07:15:38.121Z] coverage: 88.6% of statements [2022-03-16T07:15:38.121Z] ok github.com/docker/docker/pkg/tailfile 0.263s coverage: 88.6% of statements [2022-03-16T07:15:38.613Z] === RUN TestTarSumRemoveNonExistent [2022-03-16T07:15:38.613Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-16T07:15:38.613Z] === RUN TestTarSumRemove [2022-03-16T07:15:38.613Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-16T07:15:38.613Z] === RUN TestSortFileInfoSums [2022-03-16T07:15:38.613Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-16T07:15:38.613Z] === RUN TestNewTarSumForLabelInvalid [2022-03-16T07:15:38.613Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-16T07:15:38.613Z] === RUN TestNewTarSumForLabel [2022-03-16T07:15:38.613Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-16T07:15:38.613Z] === RUN TestEmptyTar [2022-03-16T07:15:38.613Z] --- PASS: TestEmptyTar (0.00s) [2022-03-16T07:15:38.613Z] === RUN TestTarSumsReadSize [2022-03-16T07:15:38.613Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-16T07:15:38.613Z] === RUN TestTarSums [2022-03-16T07:15:38.613Z] --- PASS: TestTarSums (0.07s) [2022-03-16T07:15:38.613Z] === RUN TestIteration [2022-03-16T07:15:38.613Z] --- PASS: TestIteration (0.00s) [2022-03-16T07:15:38.613Z] === RUN TestVersionLabelForChecksum [2022-03-16T07:15:38.613Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-16T07:15:38.613Z] === RUN TestVersion [2022-03-16T07:15:38.613Z] --- PASS: TestVersion (0.00s) [2022-03-16T07:15:38.613Z] === RUN TestGetVersion [2022-03-16T07:15:38.613Z] --- PASS: TestGetVersion (0.00s) [2022-03-16T07:15:38.613Z] === RUN TestGetVersions [2022-03-16T07:15:38.613Z] --- PASS: TestGetVersions (0.00s) [2022-03-16T07:15:38.613Z] PASS [2022-03-16T07:15:38.613Z] coverage: 89.3% of statements [2022-03-16T07:15:38.613Z] ok github.com/docker/docker/pkg/tarsum 0.139s coverage: 89.3% of statements [2022-03-16T07:15:39.647Z] === RUN TestTruncIndex [2022-03-16T07:15:39.647Z] --- PASS: TestTruncIndex (0.10s) [2022-03-16T07:15:39.647Z] PASS [2022-03-16T07:15:39.647Z] coverage: 91.5% of statements [2022-03-16T07:15:39.647Z] ok github.com/docker/docker/pkg/truncindex 0.147s coverage: 91.5% of statements [2022-03-16T07:15:39.648Z] docker_api_swarm_service_test.go:100: [dc6769142e04d] joining swarm manager [d46801ada7745]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:15:39.648Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-16T07:15:39.648Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-16T07:15:39.981Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:39.981Z] INFO: Testing against a local daemon [2022-03-16T07:15:39.981Z] === RUN TestSessionCreate [2022-03-16T07:15:39.981Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-16T07:15:39.981Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-16T07:15:39.981Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-16T07:15:39.981Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-16T07:15:39.981Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-16T07:15:39.981Z] PASS [2022-03-16T07:15:39.981Z] ok github.com/docker/docker/integration/session 0.102s [2022-03-16T07:15:39.981Z] [2022-03-16T07:15:39.981Z] === Skipped [2022-03-16T07:15:39.981Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-16T07:15:39.981Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-16T07:15:39.981Z] [2022-03-16T07:15:39.981Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-16T07:15:39.981Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-16T07:15:39.981Z] [2022-03-16T07:15:39.981Z] DONE 2 tests, 2 skipped in 2.053s [2022-03-16T07:15:39.981Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-16T07:15:40.139Z] === RUN TestIsGIT [2022-03-16T07:15:40.139Z] --- PASS: TestIsGIT (0.00s) [2022-03-16T07:15:40.139Z] === RUN TestIsTransport [2022-03-16T07:15:40.139Z] --- PASS: TestIsTransport (0.00s) [2022-03-16T07:15:40.139Z] PASS [2022-03-16T07:15:40.139Z] coverage: 100.0% of statements [2022-03-16T07:15:40.139Z] ok github.com/docker/docker/pkg/urlutil 0.041s coverage: 100.0% of statements [2022-03-16T07:15:40.580Z] docker_api_swarm_service_test.go:101: [daf19b1903c1a] joining swarm manager [d46801ada7745]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:15:40.637Z] === RUN TestVersionInfo [2022-03-16T07:15:40.637Z] --- PASS: TestVersionInfo (0.00s) [2022-03-16T07:15:40.637Z] === RUN TestAppendVersions [2022-03-16T07:15:40.637Z] --- PASS: TestAppendVersions (0.00s) [2022-03-16T07:15:40.637Z] PASS [2022-03-16T07:15:40.637Z] coverage: 88.9% of statements [2022-03-16T07:15:40.637Z] ok github.com/docker/docker/pkg/useragent 0.043s coverage: 88.9% of statements [2022-03-16T07:15:42.285Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:42.285Z] INFO: Testing against a local daemon [2022-03-16T07:15:42.285Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-16T07:15:42.285Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:42.285Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T07:15:42.285Z] === RUN TestDiskUsage [2022-03-16T07:15:42.285Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-16T07:15:42.285Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-16T07:15:42.285Z] === RUN TestEventsExecDie [2022-03-16T07:15:42.285Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-16T07:15:42.285Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-16T07:15:42.285Z] === RUN TestEventsBackwardsCompatible [2022-03-16T07:15:42.285Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-16T07:15:42.285Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-16T07:15:42.285Z] === RUN TestEventsVolumeCreate [2022-03-16T07:15:42.285Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-16T07:15:42.285Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-16T07:15:42.285Z] === RUN TestInfoAPI [2022-03-16T07:15:42.285Z] --- PASS: TestInfoAPI (0.05s) [2022-03-16T07:15:42.285Z] === RUN TestInfoAPIWarnings [2022-03-16T07:15:42.285Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:15:42.285Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-16T07:15:42.285Z] === RUN TestInfoDebug [2022-03-16T07:15:42.285Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:15:42.285Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-16T07:15:42.285Z] === RUN TestInfoInsecureRegistries [2022-03-16T07:15:42.285Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:15:42.285Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-16T07:15:42.285Z] === RUN TestInfoRegistryMirrors [2022-03-16T07:15:42.285Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:15:42.285Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-16T07:15:42.285Z] === RUN TestLoginFailsWithBadCredentials [2022-03-16T07:15:42.473Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-16T07:15:42.952Z] === RUN TestValidatePrivileges [2022-03-16T07:15:42.952Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-16T07:15:42.952Z] === RUN TestFilterByCapNeg [2022-03-16T07:15:42.952Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-16T07:15:42.952Z] === RUN TestFilterByCapPos [2022-03-16T07:15:42.952Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-16T07:15:42.952Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-16T07:15:42.952Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-16T07:15:42.952Z] PASS [2022-03-16T07:15:42.952Z] coverage: 12.0% of statements [2022-03-16T07:15:42.952Z] ok github.com/docker/docker/plugin 0.061s coverage: 12.0% of statements [2022-03-16T07:15:43.316Z] --- PASS: TestLoginFailsWithBadCredentials (1.03s) [2022-03-16T07:15:43.316Z] === RUN TestPingCacheHeaders [2022-03-16T07:15:43.316Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-16T07:15:43.316Z] === RUN TestPingGet [2022-03-16T07:15:43.316Z] --- PASS: TestPingGet (0.03s) [2022-03-16T07:15:43.316Z] === RUN TestPingHead [2022-03-16T07:15:43.316Z] --- PASS: TestPingHead (0.03s) [2022-03-16T07:15:43.316Z] === RUN TestVersion [2022-03-16T07:15:43.316Z] --- PASS: TestVersion (0.03s) [2022-03-16T07:15:43.316Z] PASS [2022-03-16T07:15:43.316Z] ok github.com/docker/docker/integration/system 1.272s [2022-03-16T07:15:43.316Z] [2022-03-16T07:15:43.316Z] === Skipped [2022-03-16T07:15:43.316Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T07:15:43.316Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:15:43.316Z] [2022-03-16T07:15:43.316Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-16T07:15:43.316Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-16T07:15:43.316Z] [2022-03-16T07:15:43.316Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-16T07:15:43.316Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-16T07:15:43.316Z] [2022-03-16T07:15:43.316Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-16T07:15:43.316Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-16T07:15:43.316Z] [2022-03-16T07:15:43.316Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-16T07:15:43.316Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-16T07:15:43.316Z] [2022-03-16T07:15:43.316Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-16T07:15:43.316Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:15:43.316Z] [2022-03-16T07:15:43.316Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-16T07:15:43.316Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:15:43.316Z] [2022-03-16T07:15:43.316Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-16T07:15:43.316Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:15:43.316Z] [2022-03-16T07:15:43.316Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-16T07:15:43.316Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:15:43.316Z] [2022-03-16T07:15:43.316Z] DONE 15 tests, 9 skipped in 3.428s [2022-03-16T07:15:43.444Z] --- PASS: TestGet (15.03s) [2022-03-16T07:15:43.444Z] === RUN TestPluginWithNoManifest [2022-03-16T07:15:43.444Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-16T07:15:43.444Z] === RUN TestGetAll [2022-03-16T07:15:43.444Z] --- PASS: TestGetAll (0.01s) [2022-03-16T07:15:43.444Z] PASS [2022-03-16T07:15:43.444Z] coverage: 73.2% of statements [2022-03-16T07:15:43.444Z] ok github.com/docker/docker/pkg/plugins 35.031s coverage: 73.2% of statements [2022-03-16T07:15:43.807Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-16T07:15:44.482Z] === RUN TestNewSettable [2022-03-16T07:15:44.482Z] --- PASS: TestNewSettable (0.00s) [2022-03-16T07:15:44.482Z] === RUN TestIsSettable [2022-03-16T07:15:44.482Z] --- PASS: TestIsSettable (0.00s) [2022-03-16T07:15:44.482Z] === RUN TestUpdateSettingsEnv [2022-03-16T07:15:44.482Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-16T07:15:44.482Z] PASS [2022-03-16T07:15:44.482Z] coverage: 20.0% of statements [2022-03-16T07:15:44.482Z] ok github.com/docker/docker/plugin/v2 0.051s coverage: 20.0% of statements [2022-03-16T07:15:44.976Z] === RUN TestLoad [2022-03-16T07:15:44.976Z] --- PASS: TestLoad (0.00s) [2022-03-16T07:15:44.976Z] === RUN TestSave [2022-03-16T07:15:44.976Z] --- PASS: TestSave (0.04s) [2022-03-16T07:15:44.976Z] === RUN TestAddDeleteGet [2022-03-16T07:15:44.976Z] --- PASS: TestAddDeleteGet (0.05s) [2022-03-16T07:15:44.976Z] === RUN TestInvalidTags [2022-03-16T07:15:44.976Z] --- PASS: TestInvalidTags (0.01s) [2022-03-16T07:15:44.976Z] PASS [2022-03-16T07:15:44.976Z] coverage: 84.4% of statements [2022-03-16T07:15:44.976Z] ok github.com/docker/docker/reference 0.156s coverage: 84.4% of statements [2022-03-16T07:15:45.439Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:45.439Z] INFO: Testing against a local daemon [2022-03-16T07:15:45.439Z] === RUN TestVolumesCreateAndList [2022-03-16T07:15:45.439Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-03-16T07:15:45.439Z] === RUN TestVolumesRemove [2022-03-16T07:15:45.930Z] --- PASS: TestVolumesRemove (0.16s) [2022-03-16T07:15:45.930Z] === RUN TestVolumesInspect [2022-03-16T07:15:45.930Z] --- PASS: TestVolumesInspect (0.04s) [2022-03-16T07:15:45.930Z] === RUN TestVolumesInvalidJSON [2022-03-16T07:15:45.930Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-16T07:15:45.930Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-16T07:15:45.930Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-16T07:15:45.930Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-16T07:15:45.930Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-16T07:15:45.930Z] PASS [2022-03-16T07:15:45.930Z] ok github.com/docker/docker/integration/volume 0.361s [2022-03-16T07:15:45.930Z] [2022-03-16T07:15:45.930Z] DONE 5 tests in 2.393s [2022-03-16T07:15:45.930Z] INFO: make.ps1 ended at 03/16/2022 07:15:45 [2022-03-16T07:15:45.930Z] INFO: Integration CLI tests being run from the host: [2022-03-16T07:15:45.930Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-16T07:15:47.287Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-16T07:15:47.287Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-16T07:15:47.287Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-16T07:15:47.287Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-16T07:15:47.287Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-16T07:15:47.287Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestResumableRequestReaderWithReadError [2022-03-16T07:15:47.287Z] time="2022-03-16T07:15:46Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-16T07:15:47.287Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-03-16T07:15:47.287Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-16T07:15:47.287Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-16T07:15:47.287Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-16T07:15:47.287Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestResumableRequestReader [2022-03-16T07:15:47.287Z] === RUN TestResolveAuthConfigIndexServer [2022-03-16T07:15:47.287Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestResolveAuthConfigFullURL [2022-03-16T07:15:47.287Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-16T07:15:47.287Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestValidateMirror [2022-03-16T07:15:47.287Z] --- PASS: TestValidateMirror (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestLoadInsecureRegistries [2022-03-16T07:15:47.287Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-16T07:15:47.287Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-16T07:15:47.287Z] PASS [2022-03-16T07:15:47.287Z] coverage: 100.0% of statements [2022-03-16T07:15:47.287Z] ok github.com/docker/docker/registry/resumable 0.295s coverage: 100.0% of statements [2022-03-16T07:15:47.287Z] time="2022-03-16T07:15:46Z" 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-16T07:15:47.287Z] time="2022-03-16T07:15:47Z" 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-16T07:15:47.287Z] time="2022-03-16T07:15:47Z" 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-16T07:15:47.287Z] --- PASS: TestLoadInsecureRegistries (0.21s) [2022-03-16T07:15:47.287Z] === RUN TestNewServiceConfig [2022-03-16T07:15:47.287Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestValidateIndexName [2022-03-16T07:15:47.287Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestValidateIndexNameWithError [2022-03-16T07:15:47.287Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestEndpointParse [2022-03-16T07:15:47.287Z] --- PASS: TestEndpointParse (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestEndpointParseInvalid [2022-03-16T07:15:47.287Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestValidateEndpoint [2022-03-16T07:15:47.287Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-16T07:15:47.287Z] === RUN TestPing [2022-03-16T07:15:47.287Z] --- PASS: TestPing (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestPingRegistryEndpoint [2022-03-16T07:15:47.287Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:15:47.287Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-16T07:15:47.287Z] === RUN TestEndpoint [2022-03-16T07:15:47.287Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:15:47.287Z] --- SKIP: TestEndpoint (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestParseRepositoryInfo [2022-03-16T07:15:47.287Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestNewIndexInfo [2022-03-16T07:15:47.287Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestMirrorEndpointLookup [2022-03-16T07:15:47.287Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:15:47.287Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestSearchRepositories [2022-03-16T07:15:47.287Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-16T07:15:47.287Z] Host: 127.0.0.1:49343 [2022-03-16T07:15:47.287Z] User-Agent: docker test client [2022-03-16T07:15:47.287Z] Authorization: Token fake-token [2022-03-16T07:15:47.287Z] X-Docker-Token: true [2022-03-16T07:15:47.287Z] Accept-Encoding: gzip [2022-03-16T07:15:47.287Z] [2022-03-16T07:15:47.287Z] [2022-03-16T07:15:47.287Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-16T07:15:47.287Z] Connection: close [2022-03-16T07:15:47.287Z] Content-Length: 144 [2022-03-16T07:15:47.287Z] Cache-Control: no-cache [2022-03-16T07:15:47.287Z] Content-Type: application/json [2022-03-16T07:15:47.287Z] Date: Wed, 16 Mar 2022 07:15:47 GMT [2022-03-16T07:15:47.287Z] Expires: -1 [2022-03-16T07:15:47.287Z] Pragma: no-cache [2022-03-16T07:15:47.287Z] Server: docker-tests/mock [2022-03-16T07:15:47.287Z] X-Docker-Registry-Config: mock [2022-03-16T07:15:47.287Z] X-Docker-Registry-Version: 0.0.0 [2022-03-16T07:15:47.287Z] [2022-03-16T07:15:47.287Z] [2022-03-16T07:15:47.287Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-16T07:15:47.287Z] === RUN TestTrustedLocation [2022-03-16T07:15:47.287Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-16T07:15:47.287Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestAllowNondistributableArtifacts [2022-03-16T07:15:47.287Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-16T07:15:47.287Z] === RUN TestIsSecureIndex [2022-03-16T07:15:47.287Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-16T07:15:47.287Z] PASS [2022-03-16T07:15:47.287Z] coverage: 51.2% of statements [2022-03-16T07:15:47.287Z] ok github.com/docker/docker/registry 0.338s coverage: 51.2% of statements [2022-03-16T07:15:47.781Z] === RUN TestRestartManagerTimeout [2022-03-16T07:15:47.781Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-16T07:15:47.781Z] === RUN TestRestartManagerTimeoutReset [2022-03-16T07:15:47.781Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-16T07:15:47.781Z] PASS [2022-03-16T07:15:47.781Z] coverage: 50.9% of statements [2022-03-16T07:15:47.781Z] ok github.com/docker/docker/restartmanager 0.062s coverage: 50.9% of statements [2022-03-16T07:15:48.273Z] === RUN TestDecodeContainerConfig [2022-03-16T07:15:48.273Z] --- PASS: TestDecodeContainerConfig (0.01s) [2022-03-16T07:15:48.273Z] === RUN TestDecodeContainerConfigIsolation [2022-03-16T07:15:48.273Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-16T07:15:48.273Z] === RUN TestValidatePrivileged [2022-03-16T07:15:48.273Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-16T07:15:48.273Z] PASS [2022-03-16T07:15:48.273Z] coverage: 52.6% of statements [2022-03-16T07:15:48.273Z] ok github.com/docker/docker/runconfig 0.071s coverage: 52.6% of statements [2022-03-16T07:15:48.768Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-16T07:15:48.768Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-16T07:15:48.768Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-16T07:15:48.768Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-16T07:15:48.768Z] PASS [2022-03-16T07:15:48.768Z] coverage: 62.5% of statements [2022-03-16T07:15:48.768Z] ok github.com/docker/docker/testutil 0.056s coverage: 62.5% of statements [2022-03-16T07:15:50.569Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-16T07:15:50.569Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-16T07:15:51.945Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-16T07:15:52.874Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-16T07:15:53.692Z] === RUN TestGetDriver [2022-03-16T07:15:53.692Z] --- PASS: TestGetDriver (0.00s) [2022-03-16T07:15:53.692Z] === RUN TestVolumeRequestError [2022-03-16T07:15:53.692Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-16T07:15:53.692Z] PASS [2022-03-16T07:15:53.692Z] coverage: 36.1% of statements [2022-03-16T07:15:53.692Z] ok github.com/docker/docker/volume/drivers 0.065s coverage: 36.1% of statements [2022-03-16T07:15:53.692Z] === RUN TestGetAddress [2022-03-16T07:15:53.692Z] --- PASS: TestGetAddress (0.00s) [2022-03-16T07:15:53.692Z] === RUN TestRemove [2022-03-16T07:15:53.692Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-16T07:15:53.692Z] --- SKIP: TestRemove (0.00s) [2022-03-16T07:15:53.692Z] === RUN TestInitializeWithVolumes [2022-03-16T07:15:53.692Z] --- PASS: TestInitializeWithVolumes (0.02s) [2022-03-16T07:15:53.692Z] === RUN TestCreate [2022-03-16T07:15:53.692Z] --- PASS: TestCreate (0.02s) [2022-03-16T07:15:53.692Z] === RUN TestValidateName [2022-03-16T07:15:53.692Z] --- PASS: TestValidateName (0.00s) [2022-03-16T07:15:53.692Z] === RUN TestCreateWithOpts [2022-03-16T07:15:53.692Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-16T07:15:53.692Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-16T07:15:53.692Z] === RUN TestRelaodNoOpts [2022-03-16T07:15:53.692Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-16T07:15:53.692Z] PASS [2022-03-16T07:15:53.692Z] coverage: 41.5% of statements [2022-03-16T07:15:53.692Z] ok github.com/docker/docker/volume/local 0.119s coverage: 41.5% of statements [2022-03-16T07:15:53.805Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-16T07:15:54.730Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-16T07:15:54.730Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-16T07:15:54.730Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-16T07:15:54.730Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRaw [2022-03-16T07:15:54.730Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-16T07:15:54.730Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-16T07:15:54.730Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-16T07:15:54.730Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-16T07:15:54.730Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-16T07:15:54.730Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-16T07:15:54.730Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-16T07:15:54.730Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountRaw [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountRawSplit [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-16T07:15:55.222Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-16T07:15:55.222Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-16T07:15:55.222Z] === RUN TestConvertTmpfsOptions [2022-03-16T07:15:55.222Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-16T07:15:55.222Z] linux_parser_test.go:209: data="ro" [2022-03-16T07:15:55.222Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-16T07:15:55.222Z] === RUN TestParseMountSpec [2022-03-16T07:15:55.222Z] parser_test.go:62: case 0 [2022-03-16T07:15:55.222Z] parser_test.go:62: case 1 [2022-03-16T07:15:55.222Z] parser_test.go:62: case 2 [2022-03-16T07:15:55.222Z] parser_test.go:62: case 3 [2022-03-16T07:15:55.222Z] parser_test.go:62: case 4 [2022-03-16T07:15:55.222Z] parser_test.go:62: case 5 [2022-03-16T07:15:55.222Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-16T07:15:55.222Z] === RUN TestValidateMount [2022-03-16T07:15:55.222Z] --- PASS: TestValidateMount (0.00s) [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRaw [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-16T07:15:55.222Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-16T07:15:55.222Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-16T07:15:55.222Z] PASS [2022-03-16T07:15:55.222Z] coverage: 67.6% of statements [2022-03-16T07:15:55.222Z] ok github.com/docker/docker/volume/mounts 0.089s coverage: 67.6% of statements [2022-03-16T07:15:55.698Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-16T07:15:56.259Z] === RUN TestSetGetMeta [2022-03-16T07:15:56.259Z] === PAUSE TestSetGetMeta [2022-03-16T07:15:56.259Z] === RUN TestRestore [2022-03-16T07:15:56.259Z] === PAUSE TestRestore [2022-03-16T07:15:56.259Z] === RUN TestServiceCreate [2022-03-16T07:15:56.259Z] === PAUSE TestServiceCreate [2022-03-16T07:15:56.259Z] === RUN TestServiceList [2022-03-16T07:15:56.259Z] === PAUSE TestServiceList [2022-03-16T07:15:56.259Z] === RUN TestServiceRemove [2022-03-16T07:15:56.259Z] === PAUSE TestServiceRemove [2022-03-16T07:15:56.259Z] === RUN TestServiceGet [2022-03-16T07:15:56.259Z] === PAUSE TestServiceGet [2022-03-16T07:15:56.259Z] === RUN TestServicePrune [2022-03-16T07:15:56.259Z] === PAUSE TestServicePrune [2022-03-16T07:15:56.259Z] === RUN TestCreate [2022-03-16T07:15:56.259Z] === PAUSE TestCreate [2022-03-16T07:15:56.259Z] === RUN TestRemove [2022-03-16T07:15:56.259Z] === PAUSE TestRemove [2022-03-16T07:15:56.259Z] === RUN TestList [2022-03-16T07:15:56.259Z] === PAUSE TestList [2022-03-16T07:15:56.259Z] === RUN TestFindByDriver [2022-03-16T07:15:56.259Z] === PAUSE TestFindByDriver [2022-03-16T07:15:56.259Z] === RUN TestFindByReferenced [2022-03-16T07:15:56.259Z] === PAUSE TestFindByReferenced [2022-03-16T07:15:56.259Z] === RUN TestDerefMultipleOfSameRef [2022-03-16T07:15:56.259Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-16T07:15:56.259Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-16T07:15:56.259Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-16T07:15:56.259Z] === RUN TestDefererencePluginOnCreateError [2022-03-16T07:15:56.259Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-16T07:15:56.259Z] === RUN TestRefDerefRemove [2022-03-16T07:15:56.259Z] === PAUSE TestRefDerefRemove [2022-03-16T07:15:56.259Z] === RUN TestGet [2022-03-16T07:15:56.259Z] === PAUSE TestGet [2022-03-16T07:15:56.259Z] === RUN TestGetWithReference [2022-03-16T07:15:56.259Z] === PAUSE TestGetWithReference [2022-03-16T07:15:56.259Z] === RUN TestFilterFunc [2022-03-16T07:15:56.259Z] === RUN TestFilterFunc/test_nil_list [2022-03-16T07:15:56.259Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-16T07:15:56.259Z] === RUN TestFilterFunc/test_empty_list [2022-03-16T07:15:56.259Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-16T07:15:56.259Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-16T07:15:56.259Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-16T07:15:56.259Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-16T07:15:56.259Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-16T07:15:56.259Z] === RUN TestFilterFunc/test_filter_some [2022-03-16T07:15:56.259Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-16T07:15:56.259Z] === RUN TestFilterFunc/test_filter_middle [2022-03-16T07:15:56.259Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-16T07:15:56.259Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-16T07:15:56.259Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-16T07:15:56.259Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-16T07:15:56.259Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-16T07:15:56.259Z] === CONT TestFilterFunc/test_nil_list [2022-03-16T07:15:56.259Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-16T07:15:56.259Z] === CONT TestFilterFunc/test_filter_some [2022-03-16T07:15:56.259Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-16T07:15:56.259Z] === CONT TestFilterFunc/test_filter_middle [2022-03-16T07:15:56.259Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-16T07:15:56.259Z] === CONT TestFilterFunc/test_empty_list [2022-03-16T07:15:56.259Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-16T07:15:56.259Z] --- PASS: TestFilterFunc (0.00s) [2022-03-16T07:15:56.259Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-16T07:15:56.259Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-16T07:15:56.259Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-16T07:15:56.259Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-16T07:15:56.259Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-16T07:15:56.259Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-16T07:15:56.259Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-16T07:15:56.259Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-16T07:15:56.259Z] === CONT TestSetGetMeta [2022-03-16T07:15:56.259Z] === CONT TestList [2022-03-16T07:15:56.259Z] === CONT TestGet [2022-03-16T07:15:56.259Z] === CONT TestDefererencePluginOnCreateError [2022-03-16T07:15:56.259Z] --- PASS: TestSetGetMeta (0.03s) [2022-03-16T07:15:56.259Z] === CONT TestRefDerefRemove [2022-03-16T07:15:56.259Z] --- PASS: TestGet (0.04s) [2022-03-16T07:15:56.259Z] === CONT TestServiceGet [2022-03-16T07:15:56.259Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-03-16T07:15:56.259Z] === CONT TestRemove [2022-03-16T07:15:56.259Z] --- PASS: TestList (0.06s) [2022-03-16T07:15:56.259Z] === CONT TestCreate [2022-03-16T07:15:56.259Z] --- PASS: TestRefDerefRemove (0.04s) [2022-03-16T07:15:56.259Z] === CONT TestServicePrune [2022-03-16T07:15:56.259Z] --- PASS: TestRemove (0.05s) [2022-03-16T07:15:56.259Z] === CONT TestServiceList [2022-03-16T07:15:56.259Z] --- PASS: TestCreate (0.04s) [2022-03-16T07:15:56.259Z] === CONT TestServiceRemove [2022-03-16T07:15:56.259Z] time="2022-03-16T07:15:56Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:15:56.259Z] --- PASS: TestServiceGet (0.22s) [2022-03-16T07:15:56.259Z] === CONT TestDerefMultipleOfSameRef [2022-03-16T07:15:56.259Z] --- PASS: TestServiceRemove (0.16s) [2022-03-16T07:15:56.259Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-16T07:15:56.259Z] time="2022-03-16T07:15:56Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:15:56.259Z] --- PASS: TestServiceList (0.17s) [2022-03-16T07:15:56.259Z] === CONT TestFindByReferenced [2022-03-16T07:15:56.259Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-03-16T07:15:56.259Z] === CONT TestGetWithReference [2022-03-16T07:15:56.259Z] time="2022-03-16T07:15:56Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:15:56.259Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-16T07:15:56.259Z] === CONT TestServiceCreate [2022-03-16T07:15:56.259Z] time="2022-03-16T07:15:56Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-16T07:15:56.259Z] --- PASS: TestFindByReferenced (0.04s) [2022-03-16T07:15:56.259Z] === CONT TestRestore [2022-03-16T07:15:56.259Z] time="2022-03-16T07:15:56Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-16T07:15:56.259Z] --- PASS: TestServicePrune (0.24s) [2022-03-16T07:15:56.259Z] === CONT TestFindByDriver [2022-03-16T07:15:56.259Z] --- PASS: TestGetWithReference (0.05s) [2022-03-16T07:15:56.259Z] --- PASS: TestServiceCreate (0.05s) [2022-03-16T07:15:56.619Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-16T07:15:56.619Z] INFO: Testing against a local daemon [2022-03-16T07:15:56.619Z] === RUN TestDockerSuite [2022-03-16T07:15:56.619Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-16T07:15:56.619Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-16T07:15:56.619Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T07:15:56.619Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-16T07:15:56.619Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-16T07:15:56.619Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-16T07:15:56.619Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-16T07:15:56.619Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-16T07:15:56.619Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-16T07:15:56.619Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-16T07:15:56.751Z] --- PASS: TestFindByDriver (0.04s) [2022-03-16T07:15:56.751Z] --- PASS: TestRestore (0.05s) [2022-03-16T07:15:56.751Z] PASS [2022-03-16T07:15:56.751Z] coverage: 69.0% of statements [2022-03-16T07:15:56.751Z] ok github.com/docker/docker/volume/service 0.412s coverage: 69.0% of statements [2022-03-16T07:15:57.109Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-16T07:15:57.599Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-16T07:15:58.090Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-16T07:15:58.218Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-16T07:15:58.218Z] check_test.go:379: [dc6769142e04d] daemon is not started [2022-03-16T07:15:58.581Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-16T07:15:59.147Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-16T07:15:59.147Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-16T07:15:59.711Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-16T07:16:01.078Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-16T07:16:02.970Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-16T07:16:03.226Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-16T07:16:03.226Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-16T07:16:03.226Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-16T07:16:03.226Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-16T07:16:03.482Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-16T07:16:03.482Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-16T07:16:03.482Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-16T07:16:04.045Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-16T07:16:05.414Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-16T07:16:05.414Z] docker_api_swarm_service_test.go:533: [d4715370edb5b] joining swarm manager [d8ec8a2ff27ee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:16:05.663Z] 2022/03/16 07:16:04 Closing DB instances... [2022-03-16T07:16:06.342Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-16T07:16:06.700Z] --- PASS: TestNetworkDBGarbageCollection (54.05s) [2022-03-16T07:16:06.700Z] === RUN TestFindNode [2022-03-16T07:16:06.700Z] 2022/03/16 07:16:06 Closing DB instances... [2022-03-16T07:16:06.700Z] --- PASS: TestFindNode (0.03s) [2022-03-16T07:16:06.700Z] === RUN TestChangeNodeState [2022-03-16T07:16:06.700Z] 2022/03/16 07:16:06 Closing DB instances... [2022-03-16T07:16:06.700Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-16T07:16:06.700Z] === RUN TestNodeReincarnation [2022-03-16T07:16:06.700Z] 2022/03/16 07:16:06 Closing DB instances... [2022-03-16T07:16:06.906Z] docker_api_swarm_service_test.go:534: [d49dd2eeae365] joining swarm manager [d8ec8a2ff27ee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:16:06.906Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-16T07:16:08.501Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2022-03-16T07:16:08.501Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-16T07:16:08.501Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-16T07:16:08.501Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-16T07:16:08.501Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-16T07:16:08.501Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-03-16T07:16:08.501Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/builder [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-16T07:16:08.501Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-16T07:16:10.602Z] ok github.com/docker/docker/builder/remotecontext 0.095s coverage: 13.7% of statements [2022-03-16T07:16:10.602Z] ok github.com/docker/docker/builder/dockerfile 0.243s coverage: 49.3% of statements [2022-03-16T07:16:11.531Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-16T07:16:11.618Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-16T07:16:11.618Z] === RUN TestParallelCreate [2022-03-16T07:16:11.618Z] 2022/03/16 07:16:11 Closing DB instances... [2022-03-16T07:16:11.618Z] --- PASS: TestParallelCreate (0.02s) [2022-03-16T07:16:11.618Z] === RUN TestParallelDelete [2022-03-16T07:16:11.618Z] 2022/03/16 07:16:11 Closing DB instances... [2022-03-16T07:16:11.618Z] --- PASS: TestParallelDelete (0.02s) [2022-03-16T07:16:11.618Z] === RUN TestNetworkDBIslands [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:5756e4f19e60 with config:&{NodeID:5756e4f19e60 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-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=info msg="Node 5756e4f19e60/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=info msg="Node 5756e4f19e60/172.30.224.131, added to nodes list" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:996da559f07b with config:&{NodeID:996da559f07b 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-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=info msg="Node 996da559f07b/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=info msg="Node 996da559f07b/172.30.224.131, added to nodes list" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=info msg="Node 996da559f07b/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=info msg="Node 996da559f07b/172.30.224.131, added to nodes list" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=info msg="Node 5756e4f19e60/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=info msg="Node 5756e4f19e60/172.30.224.131, added to nodes list" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-16T07:16:11.618Z] time="2022-03-16T07:16:11Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-03-16T07:16:12.462Z] ok github.com/docker/docker/builder/remotecontext/git 1.413s coverage: 86.3% of statements [2022-03-16T07:16:12.462Z] ? github.com/docker/docker/cli [no test files] [2022-03-16T07:16:12.462Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ee9be2a38f19 with config:&{NodeID:ee9be2a38f19 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-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="Node ee9be2a38f19/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="Node ee9be2a38f19/172.30.224.131, added to nodes list" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=debug msg="memberlist: Stream connection from=[::1]:49366" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="Node ee9be2a38f19/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="Node ee9be2a38f19/172.30.224.131, added to nodes list" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="Node 5756e4f19e60/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="Node 5756e4f19e60/172.30.224.131, added to nodes list" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="Node 996da559f07b/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="Node 996da559f07b/172.30.224.131, added to nodes list" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49367" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="Node ee9be2a38f19/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:12.659Z] time="2022-03-16T07:16:12Z" level=info msg="Node ee9be2a38f19/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.026Z] ok github.com/docker/docker/cmd/docker-proxy 0.171s coverage: 67.6% of statements [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:d68a455e8b05 with config:&{NodeID:d68a455e8b05 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-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node d68a455e8b05/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node d68a455e8b05/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=debug msg="memberlist: Stream connection from=[::1]:49368" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node d68a455e8b05/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node d68a455e8b05/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node 5756e4f19e60/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node 5756e4f19e60/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node 996da559f07b/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node 996da559f07b/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node ee9be2a38f19/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node ee9be2a38f19/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49369" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node d68a455e8b05/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node d68a455e8b05/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node d68a455e8b05/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.154Z] time="2022-03-16T07:16:12Z" level=info msg="Node d68a455e8b05/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:1ae93e25e109 with config:&{NodeID:1ae93e25e109 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-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 1ae93e25e109/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 1ae93e25e109/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Stream connection from=[::1]:49370" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 1ae93e25e109/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 1ae93e25e109/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 5756e4f19e60/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 5756e4f19e60/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node ee9be2a38f19/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node ee9be2a38f19/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node d68a455e8b05/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node d68a455e8b05/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 996da559f07b/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 996da559f07b/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49371" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 1ae93e25e109/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 1ae93e25e109/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 1ae93e25e109/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 1ae93e25e109/172.30.224.131, added to nodes list" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 1ae93e25e109/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:13.648Z] time="2022-03-16T07:16:13Z" level=info msg="Node 1ae93e25e109/172.30.224.131, added to nodes list" [2022-03-16T07:16:14.144Z] networkdb_test.go:835: Re-joining: 3 [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=info msg="The new bootstrap node list is:[172.30.224.131:10033 172.30.224.131:10034 172.30.224.131:10035]" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10033" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49372" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10034" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49373" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10035" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49374" [2022-03-16T07:16:14.144Z] networkdb_test.go:835: Re-joining: 4 [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=info msg="The new bootstrap node list is:[172.30.224.131:10033 172.30.224.131:10034 172.30.224.131:10035]" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10033" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49375" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10034" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49376" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10035" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:13Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49377" [2022-03-16T07:16:14.144Z] time="2022-03-16T07:16:14Z" level=info msg="node 0 leaving" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 5756e4f19e60 change state NodeActive --> NodeLeft" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="node5(1ae93e25e109): Node leave event for 5756e4f19e60/172.30.224.131" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 5756e4f19e60 change state NodeActive --> NodeLeft" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="node3(ee9be2a38f19): Node leave event for 5756e4f19e60/172.30.224.131" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 5756e4f19e60 change state NodeActive --> NodeLeft" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="node2(996da559f07b): Node leave event for 5756e4f19e60/172.30.224.131" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 5756e4f19e60 change state NodeActive --> NodeLeft" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="node4(d68a455e8b05): Node leave event for 5756e4f19e60/172.30.224.131" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 5756e4f19e60 change state NodeActive --> NodeLeft" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="node1(5756e4f19e60): Node leave event for 5756e4f19e60/172.30.224.131" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 5756e4f19e60/172.30.224.131, left gossip cluster" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 5756e4f19e60/172.30.224.131, left gossip cluster" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 5756e4f19e60/172.30.224.131, left gossip cluster" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 5756e4f19e60/172.30.224.131, left gossip cluster" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 5756e4f19e60/172.30.224.131, left gossip cluster" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="node 1 leaving" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 996da559f07b change state NodeActive --> NodeLeft" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="node4(d68a455e8b05): Node leave event for 996da559f07b/172.30.224.131" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 996da559f07b/172.30.224.131, left gossip cluster" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 996da559f07b change state NodeActive --> NodeFailed" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 996da559f07b change state NodeActive --> NodeLeft" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="node3(ee9be2a38f19): Node leave event for 996da559f07b/172.30.224.131" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 996da559f07b/172.30.224.131, added to failed nodes list" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="Node 996da559f07b change state NodeActive --> NodeLeft" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=info msg="node5(1ae93e25e109): Node leave event for 996da559f07b/172.30.224.131" [2022-03-16T07:16:14.638Z] time="2022-03-16T07:16:14Z" level=error msg="node: 996da559f07b is unknown to memberlist" [2022-03-16T07:16:15.005Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:14Z" level=info msg="Node 996da559f07b/172.30.224.131, left gossip cluster" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:14Z" level=info msg="Node 996da559f07b/172.30.224.131, left gossip cluster" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:14Z" level=info msg="Node 996da559f07b/172.30.224.131, left gossip cluster" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:14Z" level=info msg="node 2 leaving" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:14Z" level=info msg="Node ee9be2a38f19 change state NodeActive --> NodeLeft" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:14Z" level=info msg="node5(1ae93e25e109): Node leave event for ee9be2a38f19/172.30.224.131" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:14Z" level=info msg="Node ee9be2a38f19 change state NodeActive --> NodeLeft" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:14Z" level=info msg="node4(d68a455e8b05): Node leave event for ee9be2a38f19/172.30.224.131" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:14Z" level=info msg="Node ee9be2a38f19 change state NodeActive --> NodeLeft" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:14Z" level=info msg="node3(ee9be2a38f19): Node leave event for ee9be2a38f19/172.30.224.131" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:15Z" level=debug msg="memberlist: Failed ping: 996da559f07b (timeout reached)" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:15Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.224.131:10035: use of closed network connection" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:15Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.224.131:10037: use of closed network connection" [2022-03-16T07:16:15.131Z] time="2022-03-16T07:16:15Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.224.131:10036: use of closed network connection" [2022-03-16T07:16:15.571Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="Node ee9be2a38f19/172.30.224.131, left gossip cluster" [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="Node ee9be2a38f19/172.30.224.131, left gossip cluster" [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="Node ee9be2a38f19/172.30.224.131, left gossip cluster" [2022-03-16T07:16:15.625Z] networkdb_test.go:867: node4: OK [2022-03-16T07:16:15.625Z] networkdb_test.go:867: node5: OK [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="node 0 coming back" [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:3aca3e3d5c95 with config:&{NodeID:3aca3e3d5c95 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-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, added to nodes list" [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="node 1 coming back" [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:b5f5caeab1e9 with config:&{NodeID:b5f5caeab1e9 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-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, added to nodes list" [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="node 2 coming back" [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:f74cb2282466 with config:&{NodeID:f74cb2282466 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-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="Node f74cb2282466/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="Node f74cb2282466/172.30.224.131, added to nodes list" [2022-03-16T07:16:15.625Z] time="2022-03-16T07:16:15Z" level=info msg="memberlist: Suspect 996da559f07b has failed, no acks received" [2022-03-16T07:16:16.299Z] ok github.com/docker/docker/client 0.150s coverage: 75.7% of statements [2022-03-16T07:16:16.940Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-16T07:16:17.197Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-16T07:16:17.197Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-16T07:16:17.453Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-16T07:16:19.346Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-16T07:16:19.698Z] time="2022-03-16T07:16:18Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.224.131:10033 172.30.224.131:10034 172.30.224.131:10035]" [2022-03-16T07:16:19.698Z] time="2022-03-16T07:16:19Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.224.131:10033 172.30.224.131:10034 172.30.224.131:10035]" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10033" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49379" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node d68a455e8b05/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node d68a455e8b05/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 1ae93e25e109/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, is the new incarnation of the shutdown node 5756e4f19e60/172.30.224.131" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10034" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49380" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 1ae93e25e109/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node d68a455e8b05/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node d68a455e8b05/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 1ae93e25e109/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 1ae93e25e109/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, is the new incarnation of the shutdown node 996da559f07b/172.30.224.131" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10035" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49381" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node d68a455e8b05/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node d68a455e8b05/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 1ae93e25e109/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node 1ae93e25e109/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node f74cb2282466/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node f74cb2282466/172.30.224.131, is the new incarnation of the shutdown node ee9be2a38f19/172.30.224.131" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node f74cb2282466/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, is the new incarnation of the shutdown node 996da559f07b/172.30.224.131" [2022-03-16T07:16:20.190Z] time="2022-03-16T07:16:19Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, is the new incarnation of the shutdown node 5756e4f19e60/172.30.224.131" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node f74cb2282466/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node f74cb2282466/172.30.224.131, is the new incarnation of the shutdown node ee9be2a38f19/172.30.224.131" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node f74cb2282466/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node f74cb2282466/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node f74cb2282466/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node f74cb2282466/172.30.224.131, joined gossip cluster" [2022-03-16T07:16:20.191Z] time="2022-03-16T07:16:19Z" level=info msg="Node f74cb2282466/172.30.224.131, added to nodes list" [2022-03-16T07:16:20.276Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-16T07:16:20.595Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-16T07:16:20.595Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-16T07:16:20.595Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-16T07:16:20.595Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-16T07:16:20.595Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-16T07:16:20.595Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-16T07:16:20.595Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-16T07:16:20.595Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-16T07:16:20.595Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10033" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49382" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10034" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49383" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.224.131:10035" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49384" [2022-03-16T07:16:20.683Z] 2022/03/16 07:16:20 Closing DB instances... [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=info msg="Node 3aca3e3d5c95 change state NodeActive --> NodeLeft" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=info msg="node4(d68a455e8b05): Node leave event for 3aca3e3d5c95/172.30.224.131" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=info msg="Node 3aca3e3d5c95 change state NodeActive --> NodeLeft" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=info msg="node5(1ae93e25e109): Node leave event for 3aca3e3d5c95/172.30.224.131" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=info msg="Node 3aca3e3d5c95 change state NodeActive --> NodeLeft" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=info msg="node2(b5f5caeab1e9): Node leave event for 3aca3e3d5c95/172.30.224.131" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=info msg="Node 3aca3e3d5c95 change state NodeActive --> NodeLeft" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=info msg="Node 3aca3e3d5c95 change state NodeActive --> NodeLeft" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=info msg="node3(f74cb2282466): Node leave event for 3aca3e3d5c95/172.30.224.131" [2022-03-16T07:16:20.683Z] time="2022-03-16T07:16:20Z" level=info msg="node1(3aca3e3d5c95): Node leave event for 3aca3e3d5c95/172.30.224.131" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:20Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, left gossip cluster" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:20Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, left gossip cluster" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:20Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, left gossip cluster" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:20Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, left gossip cluster" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:20Z" level=info msg="Node 3aca3e3d5c95/172.30.224.131, left gossip cluster" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:21Z" level=info msg="Node b5f5caeab1e9 change state NodeActive --> NodeLeft" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:21Z" level=info msg="node5(1ae93e25e109): Node leave event for b5f5caeab1e9/172.30.224.131" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:21Z" level=info msg="Node b5f5caeab1e9 change state NodeActive --> NodeLeft" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:21Z" level=info msg="node3(f74cb2282466): Node leave event for b5f5caeab1e9/172.30.224.131" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:21Z" level=info msg="Node b5f5caeab1e9 change state NodeActive --> NodeLeft" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:21Z" level=info msg="node4(d68a455e8b05): Node leave event for b5f5caeab1e9/172.30.224.131" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:21Z" level=info msg="Node b5f5caeab1e9 change state NodeActive --> NodeLeft" [2022-03-16T07:16:21.175Z] time="2022-03-16T07:16:21Z" level=info msg="node2(b5f5caeab1e9): Node leave event for b5f5caeab1e9/172.30.224.131" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, left gossip cluster" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, left gossip cluster" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, left gossip cluster" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=info msg="Node b5f5caeab1e9/172.30.224.131, left gossip cluster" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=info msg="Node f74cb2282466/172.30.224.131, left gossip cluster" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=info msg="Node f74cb2282466 change state NodeActive --> NodeFailed" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=info msg="Node f74cb2282466/172.30.224.131, added to failed nodes list" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=info msg="Node f74cb2282466 change state NodeActive --> NodeLeft" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=info msg="node4(d68a455e8b05): Node leave event for f74cb2282466/172.30.224.131" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=info msg="Node f74cb2282466 change state NodeActive --> NodeLeft" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=info msg="node5(1ae93e25e109): Node leave event for f74cb2282466/172.30.224.131" [2022-03-16T07:16:21.667Z] time="2022-03-16T07:16:21Z" level=error msg="node: f74cb2282466 is unknown to memberlist" [2022-03-16T07:16:22.162Z] time="2022-03-16T07:16:21Z" level=info msg="Node f74cb2282466/172.30.224.131, left gossip cluster" [2022-03-16T07:16:22.162Z] time="2022-03-16T07:16:21Z" level=info msg="Node f74cb2282466/172.30.224.131, left gossip cluster" [2022-03-16T07:16:22.162Z] time="2022-03-16T07:16:21Z" level=debug msg="memberlist: Failed ping: f74cb2282466 (timeout reached)" [2022-03-16T07:16:22.163Z] time="2022-03-16T07:16:21Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.224.131:10036: use of closed network connection" [2022-03-16T07:16:22.163Z] time="2022-03-16T07:16:21Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.224.131:10037: use of closed network connection" [2022-03-16T07:16:22.163Z] time="2022-03-16T07:16:21Z" level=debug msg="memberlist: Stream connection from=172.30.224.131:49385" [2022-03-16T07:16:22.163Z] time="2022-03-16T07:16:22Z" level=warning msg="memberlist: Failed to send gossip to 172.30.224.131:10037: write udp [::]:10035->172.30.224.131:10037: use of closed network connection" [2022-03-16T07:16:22.655Z] time="2022-03-16T07:16:22Z" level=info msg="Node d68a455e8b05 change state NodeActive --> NodeLeft" [2022-03-16T07:16:22.655Z] time="2022-03-16T07:16:22Z" level=info msg="node5(1ae93e25e109): Node leave event for d68a455e8b05/172.30.224.131" [2022-03-16T07:16:22.655Z] time="2022-03-16T07:16:22Z" level=info msg="Node d68a455e8b05 change state NodeActive --> NodeLeft" [2022-03-16T07:16:22.655Z] time="2022-03-16T07:16:22Z" level=info msg="node4(d68a455e8b05): Node leave event for d68a455e8b05/172.30.224.131" [2022-03-16T07:16:22.655Z] time="2022-03-16T07:16:22Z" level=warning msg="memberlist: Was able to connect to f74cb2282466 but other probes failed, network may be misconfigured" [2022-03-16T07:16:22.655Z] time="2022-03-16T07:16:22Z" level=info msg="Node d68a455e8b05/172.30.224.131, left gossip cluster" [2022-03-16T07:16:22.792Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-16T07:16:23.153Z] time="2022-03-16T07:16:22Z" level=info msg="Node d68a455e8b05/172.30.224.131, left gossip cluster" [2022-03-16T07:16:23.355Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-16T07:16:23.355Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-16T07:16:23.355Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-16T07:16:23.645Z] time="2022-03-16T07:16:23Z" level=info msg="Node 1ae93e25e109/172.30.224.131, left gossip cluster" [2022-03-16T07:16:23.645Z] time="2022-03-16T07:16:23Z" level=info msg="Node 1ae93e25e109 change state NodeActive --> NodeFailed" [2022-03-16T07:16:23.645Z] time="2022-03-16T07:16:23Z" level=info msg="Node 1ae93e25e109/172.30.224.131, added to failed nodes list" [2022-03-16T07:16:23.645Z] --- PASS: TestNetworkDBIslands (11.69s) [2022-03-16T07:16:23.645Z] PASS [2022-03-16T07:16:23.645Z] coverage: 60.4% of statements [2022-03-16T07:16:23.645Z] ok github.com/docker/docker/libnetwork/networkdb 105.265s coverage: 60.4% of statements [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/quota [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/rootless [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/volume [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-16T07:16:23.645Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-16T07:16:24.386Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-16T07:16:24.386Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T07:16:24.386Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-16T07:16:24.386Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-16T07:16:24.386Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-16T07:16:25.875Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-16T07:16:27.852Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-16T07:16:27.852Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-16T07:16:27.852Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === Skipped [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-16T07:16:28.012Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-16T07:16:28.012Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-16T07:16:28.012Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-03-16T07:16:28.012Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-16T07:16:28.012Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-16T07:16:28.012Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-16T07:16:28.012Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-16T07:16:28.012Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-16T07:16:28.012Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-16T07:16:28.012Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-16T07:16:28.012Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-16T07:16:28.012Z] daemon_test.go:145: root required [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-16T07:16:28.012Z] reload_test.go:342: root required [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-16T07:16:28.012Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-16T07:16:28.012Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-16T07:16:28.012Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-16T07:16:28.012Z] download_test.go:267: Needs fixing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-16T07:16:28.012Z] layer_test.go:291: Failing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-16T07:16:28.012Z] layer_test.go:340: Failing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-16T07:16:28.012Z] layer_test.go:455: Failing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-16T07:16:28.012Z] layer_test.go:684: Failing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-16T07:16:28.012Z] migration_test.go:45: Failing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-16T07:16:28.012Z] migration_test.go:181: Failing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-16T07:16:28.012Z] mount_test.go:17: Failing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-16T07:16:28.012Z] mount_test.go:76: Failing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-16T07:16:28.012Z] mount_test.go:125: Failing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-16T07:16:28.012Z] mount_test.go:212: Failing on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-16T07:16:28.012Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-16T07:16:28.012Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-16T07:16:28.012Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-16T07:16:28.012Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-16T07:16:28.012Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-16T07:16:28.012Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-16T07:16:28.012Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-16T07:16:28.012Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-16T07:16:28.012Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-16T07:16:28.012Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-16T07:16:28.012Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-16T07:16:28.012Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-16T07:16:28.012Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-16T07:16:28.012Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-16T07:16:28.012Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-16T07:16:28.012Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-16T07:16:28.012Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-16T07:16:28.012Z] archive_test.go:133: Xz not present in msys2 [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-16T07:16:28.012Z] archive_test.go:140: zstd not installed [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-16T07:16:28.012Z] archive_test.go:252: Failing on Windows CI machines [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-16T07:16:28.012Z] archive_windows_test.go:16: Currently fails [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-16T07:16:28.012Z] changes_test.go:195: needs more investigation [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-16T07:16:28.012Z] changes_test.go:432: needs further investigation [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-16T07:16:28.012Z] changes_test.go:468: needs further investigation [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-16T07:16:28.012Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-16T07:16:28.012Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-16T07:16:28.012Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-16T07:16:28.012Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-16T07:16:28.012Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-16T07:16:28.012Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-16T07:16:28.012Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.02s) [2022-03-16T07:16:28.012Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-16T07:16:28.012Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-16T07:16:28.012Z] poller_test.go:40: No chmod on Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-16T07:16:28.012Z] fileutils_test.go:133: Needs porting to Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-16T07:16:28.012Z] fileutils_test.go:179: Needs porting to Windows [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-16T07:16:28.012Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-16T07:16:28.012Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-16T07:16:28.012Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-16T07:16:28.012Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-16T07:16:28.012Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-16T07:16:28.012Z] [2022-03-16T07:16:28.012Z] DONE 2077 tests, 68 skipped in 322.222s [2022-03-16T07:16:28.012Z] INFO: make.ps1 ended at 03/16/2022 07:16:26 [2022-03-16T07:16:28.416Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-16T07:16:28.737Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-16T07:16:29.047Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-16T07:16:29.047Z] INFO: Unit tests ended at 03/16/2022 07:16:28. Duration:00:05:44.1047756 [2022-03-16T07:16:29.047Z] INFO: Building busybox [2022-03-16T07:16:29.539Z] Sending build context to Docker daemon 5.12kB [2022-03-16T07:16:29.539Z] [2022-03-16T07:16:29.539Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-16T07:16:29.539Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-16T07:16:29.539Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-16T07:16:29.539Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-16T07:16:29.539Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-16T07:16:29.539Z] ---> 6a11116086a4 [2022-03-16T07:16:29.539Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-16T07:16:29.539Z] ---> Running in 57b0a5540ae5 [2022-03-16T07:16:29.782Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-16T07:16:30.349Z] === RUN TestDockerSuite/TestRmiTag [2022-03-16T07:16:30.349Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-16T07:16:30.349Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-16T07:16:30.911Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-16T07:16:31.690Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-16T07:16:31.690Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-16T07:16:31.690Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-16T07:16:31.690Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-16T07:16:31.690Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-16T07:16:31.690Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-16T07:16:31.690Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-16T07:16:31.690Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-16T07:16:31.690Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-16T07:16:32.813Z] docker_api_swarm_service_test.go:148: [d21dcc5209da4] joining swarm manager [d6ddba1f7e619]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:16:33.378Z] docker_api_swarm_service_test.go:148: [dc4ddab8b5d50] joining swarm manager [d6ddba1f7e619]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:16:34.668Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-16T07:16:34.668Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-16T07:16:34.747Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-16T07:16:35.136Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-16T07:16:35.136Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-16T07:16:35.136Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-16T07:16:35.313Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-16T07:16:35.878Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-16T07:16:36.134Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-16T07:16:37.504Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-16T07:16:37.760Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-16T07:16:38.017Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-16T07:16:38.581Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-16T07:16:38.581Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-16T07:16:38.837Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-16T07:16:40.205Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-16T07:16:40.461Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-16T07:16:41.025Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-16T07:16:41.589Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-16T07:16:42.292Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-16T07:16:42.519Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-16T07:16:43.888Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-16T07:16:44.451Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-16T07:16:45.036Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-16T07:16:45.598Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-16T07:16:46.162Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-16T07:16:46.724Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-16T07:16:47.287Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-16T07:16:48.215Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-16T07:16:48.471Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-16T07:16:49.035Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-16T07:16:49.598Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-16T07:16:49.598Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-16T07:16:50.966Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-16T07:16:51.135Z] Removing intermediate container 57b0a5540ae5 [2022-03-16T07:16:51.135Z] ---> 8f964c593caa [2022-03-16T07:16:51.135Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-16T07:16:51.135Z] ---> Running in 0342f276b0e9 [2022-03-16T07:16:51.135Z] Removing intermediate container 0342f276b0e9 [2022-03-16T07:16:51.135Z] ---> fd85d083d765 [2022-03-16T07:16:51.135Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-16T07:16:51.135Z] ---> Running in b3b0f90f6f64 [2022-03-16T07:16:51.628Z] Removing intermediate container b3b0f90f6f64 [2022-03-16T07:16:51.628Z] ---> 23b49869b8e6 [2022-03-16T07:16:51.628Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-16T07:16:51.898Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-16T07:16:52.155Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-16T07:16:52.719Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-16T07:16:53.265Z] [2022-03-16T07:16:53.283Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-16T07:16:53.283Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-16T07:16:53.540Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-16T07:16:53.759Z] ---> 057e81d869a8 [2022-03-16T07:16:53.759Z] 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-16T07:16:53.759Z] ---> Running in 179e5346c992 [2022-03-16T07:16:54.102Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-16T07:16:54.667Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-16T07:16:54.924Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-16T07:16:55.487Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-16T07:16:55.487Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-16T07:16:56.049Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-16T07:16:56.049Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-16T07:16:56.979Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-16T07:16:57.236Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-16T07:16:58.171Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-16T07:16:58.734Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-16T07:16:58.734Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-16T07:16:59.681Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-16T07:17:00.611Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-16T07:17:01.541Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-16T07:17:02.469Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-16T07:17:02.938Z] ok github.com/docker/docker/cmd/dockerd 0.059s coverage: 29.3% of statements [2022-03-16T07:17:02.938Z] ok github.com/docker/docker/container 0.117s coverage: 34.8% of statements [2022-03-16T07:17:02.938Z] ok github.com/docker/docker/cmd/dockerd/trap 2.563s coverage: 0.0% of statements [2022-03-16T07:17:02.938Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-16T07:17:02.938Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-16T07:17:02.938Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-16T07:17:02.938Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-16T07:17:02.938Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-16T07:17:03.033Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-16T07:17:03.289Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-16T07:17:03.852Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-16T07:17:04.109Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-16T07:17:04.672Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-16T07:17:06.042Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-16T07:17:06.214Z] ok github.com/docker/docker/daemon/cluster 0.076s coverage: 0.5% of statements [2022-03-16T07:17:07.144Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-03-16T07:17:07.935Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-16T07:17:07.935Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-16T07:17:08.498Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-16T07:17:08.513Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.9% of statements [2022-03-16T07:17:09.867Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-16T07:17:09.867Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-16T07:17:11.237Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-16T07:17:13.760Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-16T07:17:15.128Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-16T07:17:15.128Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-16T07:17:15.128Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-16T07:17:15.128Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-16T07:17:15.128Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-16T07:17:15.691Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-16T07:17:16.630Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 13.7% of statements [2022-03-16T07:17:16.630Z] ok github.com/docker/docker/daemon/config 0.028s coverage: 81.0% of statements [2022-03-16T07:17:16.897Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-16T07:17:17.067Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-16T07:17:17.829Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-16T07:17:17.829Z] ok github.com/docker/docker/daemon 10.165s coverage: 17.2% of statements [2022-03-16T07:17:17.829Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-16T07:17:17.829Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-16T07:17:17.829Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-16T07:17:17.829Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-16T07:17:17.996Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-16T07:17:19.362Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-16T07:17:19.409Z] Removing intermediate container 179e5346c992 [2022-03-16T07:17:19.409Z] ---> 58cc20d9e054 [2022-03-16T07:17:19.409Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-16T07:17:19.409Z] ---> Running in 84149bcbc2ac [2022-03-16T07:17:19.620Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-16T07:17:19.722Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.803s coverage: 74.6% of statements [2022-03-16T07:17:20.284Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-03-16T07:17:20.540Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.358s coverage: 56.2% of statements [2022-03-16T07:17:20.987Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-16T07:17:21.047Z] [2022-03-16T07:17:21.047Z] SUCCESS: Specified value was saved. [2022-03-16T07:17:21.551Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-16T07:17:21.551Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-16T07:17:21.551Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-16T07:17:22.113Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-16T07:17:22.432Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.8% of statements [2022-03-16T07:17:23.481Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-16T07:17:23.481Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-16T07:17:23.737Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-16T07:17:24.121Z] Removing intermediate container 84149bcbc2ac [2022-03-16T07:17:24.121Z] ---> 94d79891cedf [2022-03-16T07:17:24.121Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-16T07:17:24.121Z] ---> Running in 82e4378c98e1 [2022-03-16T07:17:24.301Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-16T07:17:24.345Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.365s coverage: 50.5% of statements [2022-03-16T07:17:24.865Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-16T07:17:24.908Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.605s coverage: 45.9% of statements [2022-03-16T07:17:24.908Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-16T07:17:25.353Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-16T07:17:25.353Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-16T07:17:25.353Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-16T07:17:25.353Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-16T07:17:25.353Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-16T07:17:25.353Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-16T07:17:25.353Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-16T07:17:25.353Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-16T07:17:25.353Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-16T07:17:25.353Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-16T07:17:25.353Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-16T07:17:25.353Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-16T07:17:25.353Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-16T07:17:25.427Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-16T07:17:25.427Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-16T07:17:25.992Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-16T07:17:26.277Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.8% of statements [2022-03-16T07:17:26.533Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.723s coverage: 58.0% of statements [2022-03-16T07:17:26.533Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-16T07:17:26.533Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-16T07:17:26.555Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-16T07:17:27.117Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-16T07:17:27.658Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-16T07:17:27.659Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-16T07:17:27.659Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-16T07:17:27.659Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-16T07:17:27.659Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-16T07:17:27.659Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-16T07:17:27.659Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-16T07:17:27.659Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-16T07:17:27.659Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-16T07:17:27.681Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-16T07:17:27.904Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.016s coverage: 2.9% of statements [2022-03-16T07:17:28.160Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2022-03-16T07:17:28.244Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-16T07:17:28.807Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-16T07:17:29.092Z] ok github.com/docker/docker/daemon/images 0.032s coverage: 6.8% of statements [2022-03-16T07:17:29.092Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-16T07:17:29.092Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-16T07:17:29.370Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-16T07:17:30.022Z] ok github.com/docker/docker/daemon/logger 0.234s coverage: 43.0% of statements [2022-03-16T07:17:30.280Z] ok github.com/docker/docker/daemon/logger/awslogs 0.158s coverage: 80.2% of statements [2022-03-16T07:17:30.300Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-16T07:17:30.300Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-16T07:17:30.556Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-16T07:17:30.843Z] ok github.com/docker/docker/daemon/logger/fluentd 0.006s coverage: 33.6% of statements [2022-03-16T07:17:30.843Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-16T07:17:31.099Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 67.0% of statements [2022-03-16T07:17:31.130Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-16T07:17:31.492Z] Cannot create a file when that file already exists. [2022-03-16T07:17:31.662Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 23.9% of statements [2022-03-16T07:17:31.919Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 87.2% of statements [2022-03-16T07:17:32.068Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-16T07:17:32.176Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.026s coverage: 69.9% of statements [2022-03-16T07:17:32.325Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-16T07:17:32.325Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-16T07:17:32.325Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-16T07:17:33.107Z] ok github.com/docker/docker/daemon/logger/local 0.044s coverage: 78.7% of statements [2022-03-16T07:17:33.107Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-16T07:17:33.107Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.039s coverage: 59.1% of statements [2022-03-16T07:17:33.708Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-16T07:17:33.708Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-16T07:17:33.708Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-16T07:17:33.708Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-16T07:17:33.708Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-16T07:17:34.037Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.028s coverage: 31.5% of statements [2022-03-16T07:17:34.849Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-16T07:17:34.967Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2022-03-16T07:17:34.967Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-16T07:17:35.412Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-16T07:17:35.531Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-03-16T07:17:35.975Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-16T07:17:36.093Z] ok github.com/docker/docker/daemon/logger/splunk 1.592s coverage: 82.5% of statements [2022-03-16T07:17:36.093Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-16T07:17:36.093Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-16T07:17:36.416Z] Removing intermediate container 82e4378c98e1 [2022-03-16T07:17:36.416Z] ---> c8c9c7150a97 [2022-03-16T07:17:36.416Z] Step 13/13 : CMD ["sh"] [2022-03-16T07:17:36.416Z] ---> Running in 82de609f45d8 [2022-03-16T07:17:36.908Z] Removing intermediate container 82de609f45d8 [2022-03-16T07:17:36.908Z] ---> 24310ddc4f6a [2022-03-16T07:17:36.908Z] Successfully built 24310ddc4f6a [2022-03-16T07:17:36.908Z] Successfully tagged busybox:latest [2022-03-16T07:17:36.908Z] INFO: Docker images of the daemon under test [2022-03-16T07:17:36.908Z] [2022-03-16T07:17:37.400Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-16T07:17:37.400Z] busybox latest 24310ddc4f6a Less than a second ago 5.78GB [2022-03-16T07:17:37.400Z] microsoft/windowsservercore latest 6a11116086a4 12 days ago 5.75GB [2022-03-16T07:17:37.400Z] mcr.microsoft.com/windows/servercore ltsc2019 6a11116086a4 12 days ago 5.75GB [2022-03-16T07:17:37.400Z] [2022-03-16T07:17:37.400Z] INFO: Running integration tests at 03/16/2022 07:17:36... [2022-03-16T07:17:37.400Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-16T07:17:37.400Z] INFO: Integration API tests being run from the host: [2022-03-16T07:17:37.400Z] INFO: make.ps1 starting at 03/16/2022 07:17:36 [2022-03-16T07:17:37.461Z] ok github.com/docker/docker/distribution/metadata 0.045s coverage: 48.2% of statements [2022-03-16T07:17:38.031Z] ok github.com/docker/docker/distribution 0.624s coverage: 28.4% of statements [2022-03-16T07:17:38.031Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-16T07:17:38.438Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-16T07:17:38.498Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-16T07:17:38.595Z] ok github.com/docker/docker/errdefs 0.007s coverage: 53.1% of statements [2022-03-16T07:17:39.158Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-03-16T07:17:39.414Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-16T07:17:39.977Z] ok github.com/docker/docker/distribution/xfer 1.913s coverage: 84.9% of statements [2022-03-16T07:17:39.977Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-16T07:17:39.977Z] ok github.com/docker/docker/image/tarexport 0.013s coverage: 0.7% of statements [2022-03-16T07:17:40.908Z] ok github.com/docker/docker/image/v1 0.025s coverage: 25.0% of statements [2022-03-16T07:17:40.908Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-16T07:17:41.017Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-16T07:17:41.165Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2022-03-16T07:17:42.095Z] ok github.com/docker/docker/oci 0.007s coverage: 43.3% of statements [2022-03-16T07:17:42.602Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-16T07:17:42.658Z] ok github.com/docker/docker/opts 0.019s coverage: 67.4% of statements [2022-03-16T07:17:42.658Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-03-16T07:17:43.537Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-16T07:17:44.551Z] ok github.com/docker/docker/pkg/archive 0.316s coverage: 82.5% of statements [2022-03-16T07:17:44.807Z] ok github.com/docker/docker/pkg/authorization 0.178s coverage: 68.3% of statements [2022-03-16T07:17:45.064Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-16T07:17:45.064Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-03-16T07:17:46.056Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-03-16T07:17:47.425Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-16T07:17:48.330Z] ok github.com/docker/docker/pkg/chrootarchive 2.476s coverage: 43.5% of statements [2022-03-16T07:17:48.330Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-16T07:17:48.353Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-16T07:17:48.586Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-16T07:17:48.609Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-16T07:17:48.842Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-03-16T07:17:49.098Z] ok github.com/docker/docker/layer 7.194s coverage: 69.0% of statements [2022-03-16T07:17:49.098Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-16T07:17:49.098Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-16T07:17:49.098Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-16T07:17:49.098Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-16T07:17:49.098Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-16T07:17:49.098Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-16T07:17:49.172Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-16T07:17:49.172Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-16T07:17:49.172Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-16T07:17:49.172Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-16T07:17:49.355Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-03-16T07:17:49.616Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-16T07:17:49.754Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-16T07:17:49.872Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-03-16T07:17:49.872Z] ok github.com/docker/docker/pkg/fsutils 0.184s coverage: 85.1% of statements [2022-03-16T07:17:50.802Z] ok github.com/docker/docker/pkg/idtools 0.474s coverage: 69.5% of statements [2022-03-16T07:17:51.059Z] ok github.com/docker/docker/pkg/ioutils 0.468s coverage: 70.1% of statements [2022-03-16T07:17:51.122Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-16T07:17:51.316Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-03-16T07:17:51.316Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-03-16T07:17:51.316Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-16T07:17:51.573Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-03-16T07:17:51.573Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2022-03-16T07:17:51.843Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2022-03-16T07:17:52.101Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 86.7% of statements [2022-03-16T07:17:52.101Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-03-16T07:17:52.101Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-16T07:17:52.101Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-16T07:17:52.489Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-16T07:17:53.032Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.025s coverage: 56.8% of statements [2022-03-16T07:17:53.288Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-16T07:17:53.288Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-03-16T07:17:53.418Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-16T07:17:53.545Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-16T07:17:54.788Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-16T07:17:54.911Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-03-16T07:17:54.912Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-16T07:17:55.168Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-16T07:17:55.350Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-16T07:17:55.424Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2022-03-16T07:17:55.681Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-03-16T07:17:55.681Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-16T07:17:56.243Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 53.8% of statements [2022-03-16T07:17:56.499Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-16T07:17:56.756Z] ok github.com/docker/docker/pkg/tailfile 0.046s coverage: 88.6% of statements [2022-03-16T07:17:57.318Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2022-03-16T07:17:57.575Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-16T07:17:57.575Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-16T07:17:57.832Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-16T07:17:59.210Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-03-16T07:17:59.519Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-16T07:17:59.780Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-16T07:18:00.036Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-03-16T07:18:00.450Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-16T07:18:01.014Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-16T07:18:01.405Z] ok github.com/docker/docker/quota 0.225s coverage: 71.4% of statements [2022-03-16T07:18:01.405Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-16T07:18:01.577Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-16T07:18:02.506Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-16T07:18:02.506Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-16T07:18:02.506Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-16T07:18:02.771Z] ok github.com/docker/docker/registry 0.056s coverage: 58.3% of statements [2022-03-16T07:18:02.771Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-16T07:18:03.029Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-03-16T07:18:03.436Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-16T07:18:03.592Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-03-16T07:18:03.593Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-03-16T07:18:04.002Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-16T07:18:05.370Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-16T07:18:05.370Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-16T07:18:05.370Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-16T07:18:06.115Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-03-16T07:18:06.299Z] === RUN TestDockerSuite/TestRunMount [2022-03-16T07:18:06.679Z] ok github.com/docker/docker/volume/local 0.111s coverage: 76.4% of statements [2022-03-16T07:18:07.241Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-03-16T07:18:08.608Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-03-16T07:18:10.510Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-16T07:18:10.510Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-16T07:18:11.072Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-16T07:18:12.001Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-16T07:18:13.367Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-16T07:18:15.257Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-16T07:18:16.625Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-16T07:18:17.998Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-16T07:18:18.926Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-16T07:18:20.292Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-16T07:18:20.292Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-16T07:18:20.548Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-16T07:18:21.480Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-16T07:18:21.617Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:18:21.617Z] INFO: Testing against a local daemon [2022-03-16T07:18:21.617Z] === RUN TestBuildWithSession [2022-03-16T07:18:21.617Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T07:18:21.617Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-16T07:18:21.617Z] === RUN TestBuildSquashParent [2022-03-16T07:18:21.617Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:18:21.617Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-16T07:18:21.617Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-16T07:18:21.617Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T07:18:21.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T07:18:21.617Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T07:18:21.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T07:18:21.617Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T07:18:21.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T07:18:21.617Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T07:18:21.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T07:18:21.617Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T07:18:21.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T07:18:21.617Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T07:18:21.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T07:18:21.617Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-16T07:18:21.617Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-16T07:18:21.617Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-16T07:18:21.617Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-16T07:18:21.736Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-16T07:18:22.300Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-16T07:18:22.863Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-16T07:18:23.743Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-16T07:18:23.743Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-16T07:18:23.743Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-16T07:18:23.743Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-16T07:18:23.743Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-16T07:18:23.743Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-16T07:18:24.199Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-16T07:18:24.199Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-16T07:18:24.199Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-16T07:18:24.199Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-16T07:18:24.199Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-16T07:18:24.199Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-16T07:18:24.199Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-16T07:18:24.230Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-16T07:18:24.664Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-16T07:18:25.643Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-16T07:18:26.147Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-16T07:18:26.651Z] ok github.com/docker/docker/pkg/plugins 33.645s coverage: 76.3% of statements [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/rootless [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/volume [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-16T07:18:26.651Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === Skipped [2022-03-16T07:18:26.651Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-16T07:18:26.651Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-16T07:18:26.651Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-16T07:18:26.651Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-16T07:18:26.651Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:71: No driver to put! [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-16T07:18:26.651Z] time="2022-03-16T07:17:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-16T07:18:26.651Z] time="2022-03-16T07:17:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-16T07:18:26.651Z] time="2022-03-16T07:17:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-16T07:18:26.651Z] time="2022-03-16T07:17:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-16T07:18:26.651Z] time="2022-03-16T07:17:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:71: No driver to put! [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-16T07:18:26.651Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-16T07:18:26.651Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-16T07:18:26.651Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-16T07:18:26.651Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-16T07:18:26.651Z] graphtest_unix.go:71: No driver to put! [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-16T07:18:26.651Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-16T07:18:26.651Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-16T07:18:26.651Z] [2022-03-16T07:18:26.651Z] DONE 2323 tests, 28 skipped in 238.652s [2022-03-16T07:18:26.651Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/bitseq [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/cluster [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/config [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/datastore [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/driverapi [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/etchosts [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/idm [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/ipam [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/iptables [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/netlabel [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/netutils [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/networkdb [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/ns [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/options [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/osl [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/portallocator [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/portmapper [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/testutils [2022-03-16T07:18:26.651Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-16T07:18:26.651Z] + 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-16T07:18:29.367Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-16T07:18:29.416Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-16T07:18:29.416Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-16T07:18:29.673Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-16T07:18:29.929Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-16T07:18:30.186Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-16T07:18:30.443Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-16T07:18:31.371Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-16T07:18:31.371Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-16T07:18:31.548Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-16T07:18:31.548Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-16T07:18:31.548Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-16T07:18:31.548Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-16T07:18:31.548Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-16T07:18:31.548Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-16T07:18:31.935Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-16T07:18:31.935Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-16T07:18:35.207Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-16T07:18:35.281Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-16T07:18:36.728Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-16T07:18:36.728Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-16T07:18:37.730Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-16T07:18:37.730Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-16T07:18:37.730Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-16T07:18:37.987Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-16T07:18:38.551Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-16T07:18:39.481Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-16T07:18:40.044Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-16T07:18:40.300Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-16T07:18:40.300Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-16T07:18:40.864Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-16T07:18:41.121Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-16T07:18:41.685Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-16T07:18:42.249Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-16T07:18:42.249Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-16T07:18:42.249Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-16T07:18:42.505Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-16T07:18:43.068Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-16T07:18:43.068Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-16T07:18:43.068Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-16T07:18:43.647Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-16T07:18:44.578Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-16T07:18:44.578Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-16T07:18:44.578Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-16T07:18:45.511Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-03-16T07:18:45.511Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (14.63s) [2022-03-16T07:18:45.511Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.85s) [2022-03-16T07:18:45.511Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.15s) [2022-03-16T07:18:45.511Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.33s) [2022-03-16T07:18:45.511Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.60s) [2022-03-16T07:18:45.511Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (9.88s) [2022-03-16T07:18:45.511Z] === RUN TestBuildMultiStageCopy [2022-03-16T07:18:45.511Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-16T07:18:46.470Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-16T07:18:47.403Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-16T07:18:47.660Z] === RUN TestDockerSuite/TestRunRm [2022-03-16T07:18:48.225Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-16T07:18:50.092Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-16T07:18:50.117Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-16T07:18:52.008Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-16T07:18:52.571Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-16T07:18:52.571Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-16T07:18:52.828Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-16T07:18:53.899Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-16T07:18:55.348Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-16T07:18:55.348Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-16T07:18:55.348Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-16T07:18:55.466Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-16T07:18:55.467Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-16T07:18:55.467Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-16T07:18:56.080Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-16T07:18:56.080Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-16T07:18:57.106Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-16T07:18:58.619Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-16T07:18:58.619Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-16T07:18:58.716Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-16T07:18:59.259Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-16T07:19:00.331Z] --- PASS: TestBuildMultiStageCopy (15.42s) [2022-03-16T07:19:00.331Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.30s) [2022-03-16T07:19:00.331Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.97s) [2022-03-16T07:19:00.331Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.14s) [2022-03-16T07:19:00.331Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.44s) [2022-03-16T07:19:00.331Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.57s) [2022-03-16T07:19:00.331Z] === RUN TestBuildMultiStageParentConfig [2022-03-16T07:19:00.824Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-16T07:19:01.140Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-03-16T07:19:01.702Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-16T07:19:02.277Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-16T07:19:02.841Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-16T07:19:03.357Z] --- PASS: TestBuildMultiStageParentConfig (3.26s) [2022-03-16T07:19:03.357Z] === RUN TestBuildLabelWithTargets [2022-03-16T07:19:03.357Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:19:03.357Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-03-16T07:19:03.357Z] === RUN TestBuildWithEmptyLayers [2022-03-16T07:19:03.771Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-16T07:19:04.334Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-16T07:19:04.334Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-16T07:19:04.898Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-16T07:19:04.968Z] --- PASS: TestBuildWithEmptyLayers (1.74s) [2022-03-16T07:19:04.968Z] === RUN TestBuildMultiStageOnBuild [2022-03-16T07:19:05.460Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-16T07:19:06.023Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-16T07:19:06.588Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-16T07:19:07.151Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-16T07:19:07.151Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-16T07:19:07.994Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-16T07:19:07.994Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-16T07:19:07.994Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-16T07:19:07.994Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-16T07:19:07.994Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-16T07:19:07.994Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-16T07:19:07.994Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-16T07:19:07.994Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-16T07:19:07.994Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-16T07:19:07.994Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-16T07:19:09.674Z] === RUN TestDockerSuite/TestRunState [2022-03-16T07:19:09.932Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-16T07:19:10.861Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-16T07:19:11.424Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-16T07:19:11.989Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-16T07:19:12.246Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-16T07:19:12.246Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-16T07:19:12.246Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-16T07:19:12.810Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-16T07:19:13.272Z] ok github.com/docker/docker/libnetwork 37.241s coverage: 40.7% of statements [2022-03-16T07:19:13.272Z] ok github.com/docker/docker/libnetwork/bitseq 0.122s coverage: 84.4% of statements [2022-03-16T07:19:13.272Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-16T07:19:13.272Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-16T07:19:13.272Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-16T07:19:13.272Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-16T07:19:13.272Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-16T07:19:13.272Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-16T07:19:13.272Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-16T07:19:13.272Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-16T07:19:13.272Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 19.7% of statements [2022-03-16T07:19:13.272Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-16T07:19:13.272Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-16T07:19:13.272Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-16T07:19:13.272Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-16T07:19:13.374Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-16T07:19:13.836Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.415s coverage: 59.9% of statements [2022-03-16T07:19:13.836Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-16T07:19:14.092Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-16T07:19:14.301Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-16T07:19:14.301Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-16T07:19:14.301Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-16T07:19:14.665Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.155s coverage: 4.0% of statements [2022-03-16T07:19:14.864Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-16T07:19:14.938Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-16T07:19:15.501Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.017s coverage: 4.5% of statements [2022-03-16T07:19:15.501Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-16T07:19:15.501Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-16T07:19:16.245Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-16T07:19:16.808Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-16T07:19:17.064Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-16T07:19:18.983Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-16T07:19:21.503Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-16T07:19:21.503Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-16T07:19:24.023Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-16T07:19:24.357Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-16T07:19:24.357Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-16T07:19:24.357Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-16T07:19:24.585Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-16T07:19:24.840Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-16T07:19:24.840Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-16T07:19:24.843Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-16T07:19:25.406Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-16T07:19:25.445Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.696s coverage: 7.2% of statements [2022-03-16T07:19:25.445Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-16T07:19:25.445Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-16T07:19:25.445Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-16T07:19:25.445Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-16T07:19:25.445Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-16T07:19:25.445Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-16T07:19:25.702Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-03-16T07:19:25.959Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-03-16T07:19:25.959Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-16T07:19:26.215Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-03-16T07:19:26.396Z] --- PASS: TestBuildMultiStageOnBuild (19.80s) [2022-03-16T07:19:26.396Z] === RUN TestBuildUncleanTarFilenames [2022-03-16T07:19:26.396Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:19:26.396Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-16T07:19:26.396Z] === RUN TestBuildMultiStageLayerLeak [2022-03-16T07:19:26.774Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-16T07:19:27.703Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-16T07:19:28.265Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-16T07:19:28.265Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-16T07:19:28.521Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-16T07:19:28.777Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-16T07:19:29.341Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-16T07:19:29.904Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-16T07:19:29.904Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-16T07:19:29.904Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-16T07:19:29.904Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-16T07:19:30.467Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-16T07:19:30.793Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-16T07:19:31.271Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-16T07:19:31.271Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-16T07:19:31.271Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-16T07:19:31.271Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-16T07:19:31.271Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-16T07:19:31.271Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-16T07:19:31.271Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-16T07:19:31.750Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-16T07:19:32.757Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-16T07:19:32.991Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-16T07:19:33.248Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-16T07:19:34.178Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-16T07:19:34.435Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-16T07:19:35.816Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-16T07:19:36.608Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-16T07:19:37.185Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-16T07:19:37.441Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-16T07:19:38.203Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-16T07:19:38.203Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-16T07:19:38.203Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-16T07:19:38.203Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-16T07:19:38.203Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-16T07:19:38.203Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-16T07:19:38.392Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2022-03-16T07:19:38.808Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-16T07:19:40.701Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-16T07:19:40.958Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-16T07:19:41.202Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-16T07:19:41.218Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-16T07:19:41.218Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-16T07:19:41.218Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-16T07:19:41.218Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-16T07:19:41.218Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-16T07:19:41.218Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-16T07:19:41.218Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-16T07:19:41.474Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-16T07:19:41.474Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-16T07:19:41.474Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-16T07:19:42.036Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-16T07:19:42.602Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-03-16T07:19:43.971Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-16T07:19:44.227Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-16T07:19:44.484Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-16T07:19:45.047Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-16T07:19:45.047Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-16T07:19:45.609Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-16T07:19:45.609Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-16T07:19:45.609Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-16T07:19:45.609Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-16T07:19:45.609Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-16T07:19:45.609Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-16T07:19:45.609Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-16T07:19:45.609Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-16T07:19:45.609Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-16T07:19:45.609Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-16T07:19:45.609Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-16T07:19:45.609Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-16T07:19:45.609Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-16T07:19:45.609Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-16T07:19:45.609Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-16T07:19:46.539Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-16T07:19:47.102Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-16T07:19:47.102Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-16T07:19:47.358Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-16T07:19:47.615Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-16T07:19:47.800Z] --- PASS: TestBuildMultiStageLayerLeak (22.26s) [2022-03-16T07:19:47.800Z] === RUN TestBuildWithHugeFile [2022-03-16T07:19:48.181Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-16T07:19:48.181Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-16T07:19:48.744Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-16T07:19:49.001Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-16T07:19:49.258Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-16T07:19:49.258Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-16T07:19:49.258Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-16T07:19:49.822Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-16T07:19:50.828Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-16T07:19:50.828Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-16T07:19:50.828Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-16T07:19:50.828Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-16T07:19:50.828Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-16T07:19:51.198Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-16T07:19:51.762Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-16T07:19:51.762Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-16T07:19:51.762Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-16T07:19:52.018Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-16T07:19:52.018Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-16T07:19:52.275Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-16T07:19:53.210Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-16T07:19:53.241Z] ok github.com/docker/docker/libnetwork/ipam 13.856s coverage: 85.3% of statements [2022-03-16T07:19:53.241Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-16T07:19:53.241Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-16T07:19:53.241Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-16T07:19:53.241Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-03-16T07:19:53.241Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-16T07:19:53.241Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-16T07:19:53.241Z] ok github.com/docker/docker/libnetwork/ipamutils 0.246s coverage: 74.0% of statements [2022-03-16T07:19:53.241Z] ok github.com/docker/docker/libnetwork/iptables 0.157s coverage: 45.1% of statements [2022-03-16T07:19:53.241Z] ok github.com/docker/docker/libnetwork/netlabel 0.008s coverage: 60.0% of statements [2022-03-16T07:19:53.241Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-03-16T07:19:53.467Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-16T07:19:55.359Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-16T07:19:55.925Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-16T07:19:55.925Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-16T07:19:55.925Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-16T07:19:56.290Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-16T07:19:56.488Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-16T07:19:57.419Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-16T07:19:57.982Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-16T07:19:57.982Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-16T07:19:59.349Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-16T07:19:59.349Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-16T07:19:59.605Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-16T07:20:00.535Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents4141448602 [2022-03-16T07:20:00.792Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-16T07:20:00.792Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-16T07:20:02.158Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-16T07:20:02.158Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-16T07:20:02.158Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-16T07:20:02.261Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-16T07:20:03.528Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-16T07:20:03.870Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-16T07:20:03.870Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-16T07:20:03.870Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-16T07:20:04.459Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-16T07:20:04.716Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-16T07:20:04.716Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-16T07:20:04.972Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-16T07:20:04.972Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-16T07:20:04.972Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-03-16T07:20:05.550Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-16T07:20:05.550Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-16T07:20:06.136Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-16T07:20:06.885Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-16T07:20:07.069Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-16T07:20:07.632Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-16T07:20:08.648Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-16T07:20:08.648Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-16T07:20:08.648Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-16T07:20:08.648Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-16T07:20:09.141Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-16T07:20:12.876Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-16T07:20:13.806Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-16T07:20:14.736Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-16T07:20:15.088Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-16T07:20:15.088Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-16T07:20:15.088Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-16T07:20:15.088Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-16T07:20:15.088Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-16T07:20:15.088Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-16T07:20:15.088Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-16T07:20:15.088Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-16T07:20:15.088Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-16T07:20:15.298Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-16T07:20:15.876Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-16T07:20:15.876Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-16T07:20:16.097Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-16T07:20:16.863Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-16T07:20:18.577Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-16T07:20:18.577Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-16T07:20:19.947Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-16T07:20:20.511Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-16T07:20:20.511Z] docker_cli_service_logs_test.go:246: checking task uxc0bk25uqfg [2022-03-16T07:20:20.511Z] docker_cli_service_logs_test.go:251: checking messages for uxc0bk25uqfg [2022-03-16T07:20:20.511Z] docker_cli_service_logs_test.go:246: checking task u0vosy20hidc [2022-03-16T07:20:20.511Z] docker_cli_service_logs_test.go:251: checking messages for u0vosy20hidc [2022-03-16T07:20:21.879Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-16T07:20:22.750Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-16T07:20:22.811Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-16T07:20:24.179Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-16T07:20:26.709Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-16T07:20:30.881Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-16T07:20:31.443Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-16T07:20:33.960Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-16T07:20:33.960Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-16T07:20:35.258Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-16T07:20:39.209Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-16T07:20:41.104Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-16T07:20:42.428Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-16T07:20:42.428Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-16T07:20:42.472Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-16T07:20:42.904Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-16T07:20:43.035Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-16T07:20:43.598Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-16T07:20:44.161Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-16T07:20:44.161Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-16T07:20:44.161Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-16T07:20:44.418Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-16T07:20:47.697Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-16T07:20:48.786Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-16T07:20:48.786Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-16T07:20:48.786Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-16T07:20:48.786Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-16T07:20:48.786Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-16T07:20:50.216Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-16T07:20:50.473Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-16T07:20:50.730Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-16T07:20:51.294Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-16T07:20:51.294Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-16T07:20:51.294Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-16T07:20:51.294Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-16T07:20:51.294Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-16T07:20:52.224Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-16T07:20:53.153Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-16T07:20:53.153Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-16T07:20:53.716Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-16T07:20:55.084Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-16T07:20:55.649Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-16T07:20:56.331Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-16T07:20:56.331Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-16T07:20:56.331Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-16T07:20:56.800Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-16T07:20:56.800Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-16T07:20:56.800Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-16T07:20:56.800Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-16T07:20:56.800Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-16T07:20:57.539Z] docker_cli_swarm_test.go:1895: [d006918fceb56] joining swarm manager [db603a461f551]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:20:58.467Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-16T07:20:58.984Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-16T07:20:58.984Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-16T07:20:58.984Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-16T07:20:58.984Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-16T07:20:58.984Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-16T07:20:59.031Z] docker_cli_swarm_test.go:1896: [de93ba77f4888] joining swarm manager [db603a461f551]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:20:59.288Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-16T07:20:59.288Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-16T07:20:59.288Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-16T07:21:00.217Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-16T07:21:00.780Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-16T07:21:03.300Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-16T07:21:05.830Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-16T07:21:07.724Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-16T07:21:09.090Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-16T07:21:10.984Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-16T07:21:14.254Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-16T07:21:15.183Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-16T07:21:15.183Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-16T07:21:16.551Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-16T07:21:17.480Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-16T07:21:18.852Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-16T07:21:19.783Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-16T07:21:21.152Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-16T07:21:22.527Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-16T07:21:23.922Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-16T07:21:24.178Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-16T07:21:24.448Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-16T07:21:24.448Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-16T07:21:24.448Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-16T07:21:24.448Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-16T07:21:26.069Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-16T07:21:26.325Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-16T07:21:26.934Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-16T07:21:29.904Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-16T07:21:29.904Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-16T07:21:30.900Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-16T07:21:30.900Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T07:21:31.368Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-16T07:21:33.210Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-16T07:21:33.210Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-16T07:21:33.590Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-16T07:21:33.590Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-16T07:21:33.590Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-16T07:21:33.689Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-16T07:21:38.350Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-16T07:21:39.656Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-16T07:21:39.917Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-16T07:21:39.917Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-16T07:21:39.917Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-16T07:21:39.917Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-16T07:21:39.917Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-16T07:21:41.169Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-16T07:21:41.169Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-16T07:21:41.169Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-16T07:21:41.426Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-16T07:21:41.683Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-16T07:21:41.683Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-16T07:21:41.683Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-16T07:21:41.683Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-16T07:21:42.134Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-16T07:21:42.613Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-16T07:21:42.613Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-16T07:21:43.126Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-16T07:21:43.176Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-16T07:21:43.176Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-16T07:21:43.433Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-16T07:21:43.433Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-16T07:21:43.433Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-16T07:21:43.594Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-16T07:21:43.689Z] docker_cli_swarm_test.go:1796: [d2eba790e51bc] joining swarm manager [d140b4926ded9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:21:44.062Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-16T07:21:44.647Z] ok github.com/docker/docker/libnetwork/networkdb 105.578s coverage: 60.0% of statements [2022-03-16T07:21:44.647Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-16T07:21:44.647Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-16T07:21:44.903Z] ok github.com/docker/docker/libnetwork/osl 4.307s coverage: 39.7% of statements [2022-03-16T07:21:45.054Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-16T07:21:45.056Z] docker_cli_swarm_test.go:1797: [d4346bc3c69af] joining swarm manager [d140b4926ded9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:21:45.160Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.010s coverage: 20.0% of statements [2022-03-16T07:21:45.313Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-16T07:21:45.314Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-16T07:21:45.418Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-16T07:21:45.572Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-16T07:21:45.572Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-16T07:21:45.572Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-16T07:21:45.981Z] ok github.com/docker/docker/libnetwork/portmapper 0.216s coverage: 48.6% of statements [2022-03-16T07:21:45.981Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-16T07:21:45.981Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-16T07:21:46.237Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-16T07:21:46.237Z] [2022-03-16T07:21:46.237Z] === Skipped [2022-03-16T07:21:46.237Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-16T07:21:46.237Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-16T07:21:46.237Z] [2022-03-16T07:21:46.237Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-16T07:21:46.237Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-16T07:21:46.237Z] [2022-03-16T07:21:46.237Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-16T07:21:46.237Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-16T07:21:46.237Z] [2022-03-16T07:21:46.237Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-16T07:21:46.237Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:21:46.237Z] [2022-03-16T07:21:46.237Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-16T07:21:46.237Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:21:46.237Z] [2022-03-16T07:21:46.237Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-16T07:21:46.237Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:21:46.237Z] [2022-03-16T07:21:46.237Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-16T07:21:46.237Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:21:46.237Z] [2022-03-16T07:21:46.237Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-16T07:21:46.237Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-16T07:21:46.237Z] [2022-03-16T07:21:46.237Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-16T07:21:46.237Z] firewalld_test.go:14: firewalld is not running [2022-03-16T07:21:46.237Z] [2022-03-16T07:21:46.237Z] DONE 326 tests, 9 skipped in 199.712s Post stage [Pipeline] junit [2022-03-16T07:21:46.810Z] Recording test results [2022-03-16T07:21:47.192Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-16T07:21:47.514Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 hack/validate/vendor [2022-03-16T07:21:48.077Z] No vendor changes in diff. [2022-03-16T07:21:48.334Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-16T07:21:48.647Z] + echo Ensuring container killed. [2022-03-16T07:21:48.647Z] Ensuring container killed. [2022-03-16T07:21:48.647Z] + docker rm -vf docker-pr3 [2022-03-16T07:21:48.647Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-03-16T07:21:48.963Z] + echo Chowning /workspace to jenkins user [2022-03-16T07:21:48.963Z] Chowning /workspace to jenkins user [2022-03-16T07:21:48.963Z] + id -u [2022-03-16T07:21:48.963Z] + id -g [2022-03-16T07:21:48.963Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43372:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-16T07:21:50.623Z] + bundleName=unit [2022-03-16T07:21:50.623Z] + echo Creating unit-bundles.tar.gz [2022-03-16T07:21:50.623Z] Creating unit-bundles.tar.gz [2022-03-16T07:21:50.623Z] + 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-16T07:21:50.623Z] bundles/junit-report-libnetwork.xml [2022-03-16T07:21:50.623Z] bundles/junit-report.xml [2022-03-16T07:21:50.623Z] bundles/go-test-report-libnetwork.json [2022-03-16T07:21:50.623Z] bundles/go-test-report.json [2022-03-16T07:21:50.623Z] bundles/profile-libnetwork.out [2022-03-16T07:21:50.623Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-16T07:21:50.632Z] Archiving artifacts [2022-03-16T07:21:51.089Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43372/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-16T07:21:51.393Z] + make clean [2022-03-16T07:21:51.393Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-16T07:21:51.393Z] docker-dev-cache [2022-03-16T07:21:51.393Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-16T07:21:52.114Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-16T07:21:52.234Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-16T07:21:52.277Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-16T07:21:52.371Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-16T07:21:52.372Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-16T07:21:52.629Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-16T07:21:53.806Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-16T07:21:53.806Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-16T07:21:53.806Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-16T07:21:54.540Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-16T07:21:55.378Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-16T07:21:55.378Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-16T07:21:55.378Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-16T07:21:55.847Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-16T07:21:57.060Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-16T07:21:57.060Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite (1321.91s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.26s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.52s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.72s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.33s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.30s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.13s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.98s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.22s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (7.38s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.30s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.00s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.90s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.59s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.62s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.54s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.59s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.87s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.75s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAttachDetach (1.08s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.86s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.81s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.69s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.67s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.12s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.67s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.30s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.22s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.99s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.82s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.78s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.56s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.30s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.40s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.61s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.06s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.84s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.70s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.02s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.46s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.30s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.60s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.97s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.56s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.82s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.11s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.12s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.22s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.96s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.82s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.54s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.23s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.83s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.21s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.30s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.77s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.04s) [2022-03-16T07:21:57.060Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.29s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.63s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.48s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.99s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.43s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.46s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.56s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.19s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.91s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.63s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.06s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.34s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.42s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.03s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.28s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.98s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.22s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.30s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.58s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.66s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.41s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.14s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.99s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.97s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.28s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.06s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.58s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.45s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCmd (0.35s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.24s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.20s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.93s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.41s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.68s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.84s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.34s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.57s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.47s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.36s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.87s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.95s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.51s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.25s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.81s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.01s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.76s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.76s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.44s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.22s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.51s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.75s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.34s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.22s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.13s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.53s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.03s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.36s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.19s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.35s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.26s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.08s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.09s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.09s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.49s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.06s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.98s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.55s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.25s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.22s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.13s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.19s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.47s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.45s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.49s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.83s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.18s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.39s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.21s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.60s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEnv (1.20s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.35s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.04s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.23s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.78s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.75s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.26s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.03s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.71s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.53s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.77s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.53s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.46s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildExpose (0.56s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.85s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.54s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.45s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFails (1.05s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.07s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.09s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.91s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.43s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.43s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.91s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.65s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.86s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.32s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.16s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.24s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.41s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildHistory (3.91s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.48s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.70s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.64s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.59s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.90s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLabel (0.51s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.63s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.69s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.42s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLabels (0.54s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.16s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.78s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.25s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.14s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.97s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.95s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.85s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.51s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.58s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.99s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.67s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.87s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.80s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.62s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.50s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.70s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.21s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.29s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.38s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.64s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.66s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.43s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.40s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.41s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.49s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.71s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.37s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.40s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.59s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.10s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.62s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.14s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.15s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.29s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.14s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildPATH (1.71s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.67s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.84s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.02s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.64s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.69s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildRm (2.41s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.73s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.09s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.47s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.58s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.88s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.86s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.90s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.53s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.25s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.61s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildStderr (0.67s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.03s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.67s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.80s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.43s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.65s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.17s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildUser (1.29s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.38s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.85s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.62s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.65s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.61s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.87s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.09s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.56s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.60s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.68s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.13s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.79s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.60s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.82s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.39s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-03-16T07:21:57.061Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.44s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.54s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCommitChange (0.66s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.57s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.12s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.09s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.91s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCommitTTY (1.32s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.73s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.29s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.59s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.18s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.21s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.58s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.61s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.62s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.56s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.57s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.66s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.58s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.55s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.51s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-03-16T07:21:57.061Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.31s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.72s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.59s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.62s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.83s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.92s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.95s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.74s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.91s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.12s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.78s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.70s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.33s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.48s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.34s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.61s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.77s) [2022-03-16T07:21:57.062Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.54s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.55s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.13s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.56s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.55s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.39s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.95s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.38s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.37s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (0.68s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.38s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.42s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008b3728_} (1.54s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1642298149_/foo_false____} (1.34s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1642298149_/foo_true____} (1.44s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33928695020_/foo_false____} (1.42s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33928695020_/foo_true____} (1.43s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33928695020_/foo_true__0xc0008b3758__} (1.37s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008b3770_} (1.34s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008b3788_} (1.61s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008b37a0_} (1.54s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008b37b8_} (1.58s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.94s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.18s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.62s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.75s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.95s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.49s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.50s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.52s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.52s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.71s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.59s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.64s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.85s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.67s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.69s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.73s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.95s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.83s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.88s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.87s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.84s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.76s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.77s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.82s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.54s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.90s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.21s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.58s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.56s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.54s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.54s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.50s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.99s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.26s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.49s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.71s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.54s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToDot (0.49s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.22s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.02s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToStdout (0.88s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.85s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.55s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.76s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.35s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.45s) [2022-03-16T07:21:57.062Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.44s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-03-16T07:21:57.062Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.39s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.66s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.48s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.92s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.68s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.04s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.36s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.72s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.59s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.61s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.76s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.18s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.26s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.86s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.18s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.55s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.93s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsAttach (1.06s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsCommit (0.92s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.53s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.56s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.54s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.59s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.59s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.50s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.33s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsCopy (1.17s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.09s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.44s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.27s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.07s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.57s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.31s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.22s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFilters (0.93s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFormat (1.10s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.81s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.46s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.87s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.23s) [2022-03-16T07:21:57.062Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-16T07:21:57.062Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.11s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.49s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsRename (0.48s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsResize (0.50s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.46s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.60s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.47s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.71s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsTop (0.53s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.88s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExec (0.58s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.49s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.47s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.02s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.51s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.55s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.64s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.55s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.50s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.77s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.07s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecCgroup (0.82s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecEnv (0.55s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.54s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecInspectID (2.63s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecInteractive (0.66s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.56s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.52s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecParseError (0.46s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.49s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.43s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.54s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecStartFails (0.53s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.74s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.52s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecTTY (0.58s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.62s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.51s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecUlimits (0.94s) [2022-03-16T07:21:57.062Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.75s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.89s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.78s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestExecWithUser (0.64s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.49s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.48s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.47s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.49s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.47s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestHealth (18.94s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-03-16T07:21:57.062Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.58s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.58s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.62s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.58s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.57s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImportDisplay (0.97s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImportFile (1.10s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.09s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImportGzipped (1.12s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.07s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.56s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.56s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.43s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.43s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.05s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.46s) [2022-03-16T07:21:57.063Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.68s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.53s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectDefault (0.40s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectHistory (0.54s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-16T07:21:57.063Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.46s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.46s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.48s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectStatus (0.53s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.97s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.44s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.48s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.46s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.53s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.95s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.20s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.18s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.60s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.18s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.60s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.38s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.73s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.40s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.42s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.10s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.64s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.53s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.29s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.49s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.64s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.52s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.48s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.81s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.82s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.81s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.90s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.72s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.85s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.46s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsSince (6.57s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.55s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsTail (0.48s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.45s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.49s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestNetHostname (1.29s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.57s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.80s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPluginActive (2.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.88s) [2022-03-16T07:21:57.063Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.24s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.91s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.85s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.50s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.16s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.35s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.86s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.89s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPortList (7.21s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.34s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.26s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.70s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.68s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.56s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.90s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.88s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.93s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsByOrder (2.07s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.63s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.11s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.57s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.28s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.85s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.94s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.98s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.25s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.53s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.42s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.49s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.46s) [2022-03-16T07:21:57.063Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.20s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.53s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.23s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.12s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.58s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.00s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.76s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.36s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.97s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.07s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.92s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.93s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.65s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.09s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.69s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.13s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.60s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiTag (0.17s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.51s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.58s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.79s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.67s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.05s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAddHost (0.52s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.45s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.46s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.02s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.60s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.60s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.88s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.31s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.63s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.64s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.58s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.58s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.64s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.43s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.51s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.40s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.77s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.60s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.45s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.45s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.45s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.48s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.48s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.44s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.47s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.46s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.75s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.51s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.80s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.71s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.71s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.92s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.92s) [2022-03-16T07:21:57.063Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.91s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.56s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.43s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.46s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.53s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.05s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.09s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.44s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.39s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.16s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.47s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.77s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.02s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.50s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.24s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.90s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.39s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.47s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.27s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.50s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.48s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.23s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.54s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.57s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.52s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.48s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.64s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.52s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.53s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.58s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunExitCode (0.73s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.56s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.54s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.71s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.46s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.49s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.01s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.59s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.42s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.77s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.06s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.49s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.47s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.16s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.34s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.74s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.57s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.54s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.73s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.88s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.74s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.96s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.89s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunMount (3.84s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.48s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.44s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.95s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.38s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.95s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.37s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.49s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.96s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.05s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.47s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNetHost (0.69s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.47s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.50s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.70s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.81s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.35s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.39s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.44s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.46s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.71s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.59s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.47s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.51s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.48s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.94s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.59s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.46s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.42s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.43s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.44s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.43s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.48s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.44s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.45s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.89s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.10s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.07s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunRm (0.57s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.60s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.69s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.55s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.95s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.48s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.89s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.39s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.59s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.55s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.85s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.69s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.49s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.57s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.48s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.61s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.72s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.50s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunState (1.13s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.43s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.72s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.60s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.59s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunSysctls (0.93s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.45s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.88s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.51s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.65s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.29s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.94s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.46s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.46s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.46s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.38s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.94s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUserByID (0.47s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.12s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.43s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUserByName (0.43s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.43s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.48s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.54s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.78s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.66s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.30s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.58s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.93s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.60s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.64s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.48s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.35s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.59s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.52s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.51s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.08s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.74s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.58s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.49s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.45s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.53s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.64s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.49s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.13s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.65s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.42s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.08s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.45s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.80s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.67s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.68s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.80s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.10s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.38s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.27s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.12s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.13s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.11s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.42s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.53s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.04s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.67s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.68s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.69s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.91s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.46s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.62s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.86s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.59s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.72s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.84s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStartRecordError (1.16s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.20s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.18s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.53s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.01s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.66s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.48s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.59s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.58s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.51s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.50s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.54s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.56s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.08s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.51s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.47s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-03-16T07:21:57.064Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.10s) [2022-03-16T07:21:57.064Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.74s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.58s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.20s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUpdateStats (3.64s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.99s) [2022-03-16T07:21:57.065Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.84s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.57s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.27s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.28s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.14s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.37s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.12s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.64s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.35s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.44s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.91s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.20s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.36s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.31s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.34s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.71s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.58s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.08s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.04s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.64s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.61s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.69s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.11s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.12s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.04s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.06s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.83s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.07s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.40s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.42s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.78s) [2022-03-16T07:21:57.065Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.35s) [2022-03-16T07:21:57.065Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-16T07:21:57.065Z] === RUN TestDockerRegistrySuite [2022-03-16T07:21:57.065Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-16T07:21:57.993Z] check_test.go:195: [dba67899a3257] daemon is not started [2022-03-16T07:21:57.993Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-16T07:21:58.923Z] check_test.go:195: [d6cce4bad60ef] daemon is not started [2022-03-16T07:21:58.923Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-16T07:22:00.293Z] check_test.go:195: [deb3480090913] daemon is not started [2022-03-16T07:22:00.293Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-16T07:22:00.293Z] check_test.go:195: [d68de5a0bf511] daemon is not started [2022-03-16T07:22:00.293Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-16T07:22:00.549Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-16T07:22:03.070Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-16T07:22:03.821Z] check_test.go:195: [dffbcec5ffbe6] daemon is not started [2022-03-16T07:22:03.821Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-16T07:22:04.648Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-16T07:22:04.891Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-16T07:22:04.891Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-16T07:22:04.891Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-16T07:22:05.122Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-16T07:22:05.122Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-16T07:22:05.122Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-16T07:22:06.113Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-16T07:22:07.109Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-16T07:22:07.109Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-16T07:22:07.109Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-16T07:22:07.109Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-16T07:22:07.109Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-16T07:22:09.067Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-03-16T07:22:09.067Z] check_test.go:195: [d679a66f4ca42] daemon is not started [2022-03-16T07:22:09.067Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-16T07:22:09.729Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-16T07:22:09.729Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-16T07:22:09.729Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-16T07:22:09.729Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-16T07:22:09.729Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-16T07:22:10.959Z] docker_cli_swarm_test.go:1315: [d2e6416b854e8] joining swarm manager [d11e510cc3f8c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:22:12.326Z] check_test.go:195: [d2954f8528481] daemon is not started [2022-03-16T07:22:12.326Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-16T07:22:12.326Z] docker_cli_swarm_test.go:1316: [d4bd57ec83bb2] joining swarm manager [d11e510cc3f8c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:22:13.255Z] check_test.go:195: [d9a7e729e73dc] daemon is not started [2022-03-16T07:22:13.255Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-16T07:22:14.198Z] check_test.go:195: [d9a8d9275bf12] daemon is not started [2022-03-16T07:22:14.198Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-16T07:22:14.286Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-16T07:22:15.129Z] check_test.go:195: [dbe3ffea9bc7a] daemon is not started [2022-03-16T07:22:15.129Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-16T07:22:16.105Z] check_test.go:195: [d09ea4e87ba31] daemon is not started [2022-03-16T07:22:16.105Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-16T07:22:17.474Z] check_test.go:195: [d11fa51285a7d] daemon is not started [2022-03-16T07:22:17.474Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-16T07:22:18.039Z] check_test.go:195: [d2653524c3b34] daemon is not started [2022-03-16T07:22:18.295Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-16T07:22:18.496Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-16T07:22:18.496Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-16T07:22:18.496Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-16T07:22:18.496Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-16T07:22:18.496Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-16T07:22:18.496Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-16T07:22:18.496Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-16T07:22:18.496Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-16T07:22:19.226Z] check_test.go:195: [d18647b6d3d58] daemon is not started [2022-03-16T07:22:19.226Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-16T07:22:20.157Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:05ef9699a2e7ddadd121a710afb0a07fe5f6dd693cca4189810ff4c813c1c2c3 [2022-03-16T07:22:20.721Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e003cd7e745ea801886f496193d1ff78656b6b750870417fb89332edc2d20ff6 [2022-03-16T07:22:20.977Z] check_test.go:195: [d828d75ec11ec] daemon is not started [2022-03-16T07:22:20.977Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-16T07:22:21.905Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:39a7c041757062c97e234346ba76418a8aeaa69c532054a2c4eb425b294bfd90 [2022-03-16T07:22:22.470Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:388964578302ed040f124a8bff4efbdcce433a2887cd1bec3f0cab6d5d197a15 [2022-03-16T07:22:22.726Z] check_test.go:195: [d4e5a7dc1f7f1] daemon is not started [2022-03-16T07:22:22.726Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-16T07:22:24.095Z] check_test.go:195: [d313c33a5f6bb] daemon is not started [2022-03-16T07:22:24.095Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-16T07:22:25.988Z] check_test.go:195: [d74fbc9960f9e] daemon is not started [2022-03-16T07:22:25.988Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-16T07:22:26.916Z] check_test.go:195: [d3d1f334e9c79] daemon is not started [2022-03-16T07:22:26.916Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-16T07:22:26.916Z] check_test.go:195: [d9f9fcd363967] daemon is not started [2022-03-16T07:22:26.916Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-16T07:22:27.846Z] check_test.go:195: [d3b1354952e5c] daemon is not started [2022-03-16T07:22:28.103Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-16T07:22:29.032Z] check_test.go:195: [d7097d8990994] daemon is not started [2022-03-16T07:22:29.032Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-16T07:22:29.597Z] check_test.go:195: [d1db1bb0d6c18] daemon is not started [2022-03-16T07:22:29.597Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-16T07:22:30.501Z] --- PASS: TestBuildWithHugeFile (163.11s) [2022-03-16T07:22:30.501Z] === RUN TestBuildWCOWSandboxSize [2022-03-16T07:22:30.501Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T07:22:30.501Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-16T07:22:30.501Z] === RUN TestBuildWithEmptyDockerfile [2022-03-16T07:22:30.501Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:22:30.501Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:22:30.501Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:22:30.501Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:22:30.501Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:22:30.501Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:22:30.501Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-16T07:22:30.501Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-16T07:22:30.501Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-16T07:22:30.501Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-03-16T07:22:30.501Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-16T07:22:30.501Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-16T07:22:30.501Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-16T07:22:30.501Z] === RUN TestBuildPreserveOwnership [2022-03-16T07:22:30.501Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:22:30.501Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-16T07:22:30.501Z] === RUN TestBuildPlatformInvalid [2022-03-16T07:22:30.501Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-03-16T07:22:30.501Z] PASS [2022-03-16T07:22:30.501Z] ok github.com/docker/docker/integration/build 250.436s [2022-03-16T07:22:30.980Z] [2022-03-16T07:22:30.980Z] === Skipped [2022-03-16T07:22:30.980Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-16T07:22:30.980Z] build_session_test.go:25: TODO: BuildKit [2022-03-16T07:22:30.980Z] [2022-03-16T07:22:30.980Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-16T07:22:30.980Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:30.980Z] [2022-03-16T07:22:30.980Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-03-16T07:22:30.980Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:22:30.980Z] [2022-03-16T07:22:30.981Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-16T07:22:30.981Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:22:30.981Z] [2022-03-16T07:22:30.981Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-16T07:22:30.981Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-16T07:22:30.981Z] [2022-03-16T07:22:30.981Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-16T07:22:30.981Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:22:30.981Z] [2022-03-16T07:22:30.981Z] DONE 29 tests, 6 skipped in 292.380s [2022-03-16T07:22:30.981Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-16T07:22:32.118Z] check_test.go:195: [dd47c76a2200a] daemon is not started [2022-03-16T07:22:32.118Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-16T07:22:32.375Z] check_test.go:195: [d31174e399dfb] daemon is not started [2022-03-16T07:22:32.375Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-16T07:22:33.308Z] check_test.go:195: [d1bd2e52824d0] daemon is not started [2022-03-16T07:22:33.308Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-16T07:22:33.870Z] check_test.go:195: [d65702a969ba5] daemon is not started [2022-03-16T07:22:33.870Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-16T07:22:33.870Z] check_test.go:195: [d564564d27bab] daemon is not started [2022-03-16T07:22:33.870Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-16T07:22:33.993Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:22:33.993Z] INFO: Testing against a local daemon [2022-03-16T07:22:33.993Z] === RUN TestConfigInspect [2022-03-16T07:22:33.993Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:33.993Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-16T07:22:33.993Z] === RUN TestConfigList [2022-03-16T07:22:33.993Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:33.993Z] --- SKIP: TestConfigList (0.00s) [2022-03-16T07:22:33.993Z] === RUN TestConfigsCreateAndDelete [2022-03-16T07:22:33.993Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:33.993Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-16T07:22:33.993Z] === RUN TestConfigsUpdate [2022-03-16T07:22:33.993Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:33.993Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-16T07:22:33.993Z] === RUN TestTemplatedConfig [2022-03-16T07:22:33.993Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:33.993Z] --- SKIP: TestTemplatedConfig (0.01s) [2022-03-16T07:22:33.993Z] === RUN TestConfigCreateResolve [2022-03-16T07:22:33.993Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:22:33.993Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-16T07:22:33.993Z] PASS [2022-03-16T07:22:33.993Z] ok github.com/docker/docker/integration/config 0.139s [2022-03-16T07:22:34.127Z] check_test.go:195: [d7d20a02c4424] daemon is not started [2022-03-16T07:22:34.127Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-16T07:22:34.383Z] check_test.go:195: [db5afe71504e7] daemon is not started [2022-03-16T07:22:34.383Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-16T07:22:34.474Z] [2022-03-16T07:22:34.474Z] === Skipped [2022-03-16T07:22:34.474Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-16T07:22:34.474Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:34.474Z] [2022-03-16T07:22:34.474Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-16T07:22:34.474Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:34.474Z] [2022-03-16T07:22:34.474Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-16T07:22:34.474Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:34.474Z] [2022-03-16T07:22:34.474Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-16T07:22:34.474Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:34.474Z] [2022-03-16T07:22:34.474Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.01s) [2022-03-16T07:22:34.474Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:34.474Z] [2022-03-16T07:22:34.474Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-16T07:22:34.474Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:22:34.474Z] [2022-03-16T07:22:34.474Z] DONE 6 tests, 6 skipped in 3.100s [2022-03-16T07:22:34.474Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-16T07:22:34.639Z] check_test.go:195: [d8caadf90c95e] daemon is not started [2022-03-16T07:22:34.639Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-16T07:22:34.895Z] check_test.go:195: [db231a66953c5] daemon is not started [2022-03-16T07:22:34.895Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-16T07:22:35.824Z] check_test.go:195: [df79818673ddf] daemon is not started [2022-03-16T07:22:35.824Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-16T07:22:37.194Z] check_test.go:195: [d201d903eb396] daemon is not started [2022-03-16T07:22:37.194Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-16T07:22:38.122Z] check_test.go:195: [de438d4d70096] daemon is not started [2022-03-16T07:22:38.122Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-16T07:22:38.340Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:22:38.340Z] INFO: Testing against a local daemon [2022-03-16T07:22:38.340Z] === RUN TestCheckpoint [2022-03-16T07:22:38.340Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T07:22:38.340Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-16T07:22:38.340Z] === RUN TestContainerInvalidJSON [2022-03-16T07:22:38.340Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:22:38.340Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:22:38.340Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:22:38.340Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:22:38.340Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-16T07:22:38.340Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-16T07:22:38.340Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-03-16T07:22:38.340Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-16T07:22:38.340Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-16T07:22:38.340Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-16T07:22:38.340Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-03-16T07:22:38.340Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-16T07:22:38.821Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.26s) [2022-03-16T07:22:38.821Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-16T07:22:38.821Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-03-16T07:22:38.821Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-16T07:22:39.051Z] check_test.go:195: [d188afd864a32] daemon is not started [2022-03-16T07:22:39.051Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-16T07:22:39.300Z] --- PASS: TestCopyToContainerPathIsNotDir (0.41s) [2022-03-16T07:22:39.300Z] === RUN TestCopyFromContainer [2022-03-16T07:22:39.300Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:39.300Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-16T07:22:39.300Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-16T07:22:39.300Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:22:39.300Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:22:39.300Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:22:39.300Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:22:39.300Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:22:39.300Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:22:39.300Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-16T07:22:39.300Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-16T07:22:39.300Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-16T07:22:39.300Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-16T07:22:39.300Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-16T07:22:39.300Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-16T07:22:39.300Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.01s) [2022-03-16T07:22:39.300Z] === RUN TestCreateWithInvalidEnv [2022-03-16T07:22:39.300Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-16T07:22:39.300Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-16T07:22:39.300Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-16T07:22:39.300Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-16T07:22:39.300Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-16T07:22:39.300Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-16T07:22:39.300Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-16T07:22:39.300Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-16T07:22:39.300Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-16T07:22:39.300Z] --- PASS: TestCreateWithInvalidEnv (0.05s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-03-16T07:22:39.300Z] === RUN TestCreateTmpfsMountsTarget [2022-03-16T07:22:39.300Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:39.300Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-16T07:22:39.300Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-16T07:22:39.300Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:22:39.300Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-16T07:22:39.300Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-16T07:22:39.300Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:22:39.300Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-16T07:22:39.300Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-16T07:22:39.300Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:22:39.300Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:22:39.300Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:22:39.300Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:22:39.300Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:22:39.300Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:22:39.300Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:22:39.300Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:22:39.300Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:22:39.300Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:22:39.300Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-16T07:22:39.300Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-16T07:22:39.300Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-16T07:22:39.300Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-16T07:22:39.300Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-16T07:22:39.300Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-16T07:22:39.300Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-16T07:22:39.300Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-16T07:22:39.300Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-16T07:22:39.300Z] === RUN TestCreateDifferentPlatform [2022-03-16T07:22:39.300Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-16T07:22:39.300Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-16T07:22:39.300Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-16T07:22:39.300Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-03-16T07:22:39.300Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-16T07:22:39.780Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-03-16T07:22:39.780Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-16T07:22:39.780Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-16T07:22:39.780Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-16T07:22:39.780Z] === RUN TestContainerKillOnDaemonStart [2022-03-16T07:22:39.780Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:39.780Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-16T07:22:39.780Z] === RUN TestDiff [2022-03-16T07:22:39.780Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-16T07:22:39.780Z] --- SKIP: TestDiff (0.00s) [2022-03-16T07:22:39.780Z] === RUN TestExecWithCloseStdin [2022-03-16T07:22:39.981Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite (44.17s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.17s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.02s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.26s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.25s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.25s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.31s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.11s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.87s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.05s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.11s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.03s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.92s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.79s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.85s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.02s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.12s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.97s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.29s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.04s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.04s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.39s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.80s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.98s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2022-03-16T07:22:40.925Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.84s) [2022-03-16T07:22:40.925Z] === RUN TestDockerSchema1RegistrySuite [2022-03-16T07:22:40.925Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-16T07:22:40.925Z] check_test.go:222: [dea70ca2e5c83] daemon is not started [2022-03-16T07:22:40.925Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-16T07:22:42.789Z] --- PASS: TestExecWithCloseStdin (2.96s) [2022-03-16T07:22:42.789Z] === RUN TestExec [2022-03-16T07:22:44.205Z] check_test.go:222: [d1c616eb105d2] daemon is not started [2022-03-16T07:22:44.205Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-16T07:22:45.802Z] --- PASS: TestExec (2.82s) [2022-03-16T07:22:45.802Z] === RUN TestExecUser [2022-03-16T07:22:45.802Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-16T07:22:45.802Z] --- SKIP: TestExecUser (0.00s) [2022-03-16T07:22:45.802Z] === RUN TestExportContainerAndImportImage [2022-03-16T07:22:45.802Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:45.802Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-16T07:22:45.802Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-16T07:22:45.802Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:45.802Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-16T07:22:45.802Z] === RUN TestHealthCheckWorkdir [2022-03-16T07:22:45.802Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-16T07:22:45.802Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-16T07:22:45.802Z] === RUN TestHealthKillContainer [2022-03-16T07:22:45.802Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-16T07:22:45.802Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-16T07:22:45.802Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-16T07:22:45.802Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-16T07:22:45.802Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-16T07:22:45.802Z] === RUN TestKillContainerInvalidSignal [2022-03-16T07:22:47.478Z] check_test.go:222: [d9262a03ff155] daemon is not started [2022-03-16T07:22:47.478Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-16T07:22:48.040Z] check_test.go:222: [d4408d18266b6] daemon is not started [2022-03-16T07:22:48.040Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-16T07:22:48.064Z] --- PASS: TestKillContainerInvalidSignal (2.49s) [2022-03-16T07:22:48.064Z] === RUN TestKillContainer [2022-03-16T07:22:48.064Z] === RUN TestKillContainer/no_signal [2022-03-16T07:22:48.297Z] check_test.go:222: [d2d46bbfafc9a] daemon is not started [2022-03-16T07:22:48.297Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-16T07:22:48.785Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-16T07:22:49.227Z] check_test.go:222: [d1f867dd55a69] daemon is not started [2022-03-16T07:22:49.227Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-16T07:22:50.157Z] check_test.go:222: [d63c7f9629af1] daemon is not started [2022-03-16T07:22:50.157Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-16T07:22:50.325Z] === RUN TestKillContainer/non_killing_signal [2022-03-16T07:22:50.325Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-16T07:22:50.325Z] === RUN TestKillContainer/killing_signal [2022-03-16T07:22:51.086Z] check_test.go:222: [d449c755abb9f] daemon is not started [2022-03-16T07:22:51.086Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-16T07:22:53.606Z] check_test.go:222: [d1cb9dcc1e12f] daemon is not started [2022-03-16T07:22:53.606Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-16T07:22:53.862Z] check_test.go:222: [d7c240e95f66d] daemon is not started [2022-03-16T07:22:53.862Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-16T07:22:54.119Z] check_test.go:222: [d55112fcbb728] daemon is not started [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite (13.38s) [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.76s) [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (3.38s) [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.01s) [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.93s) [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.36s) [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2022-03-16T07:22:54.119Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2022-03-16T07:22:54.119Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-16T07:22:54.119Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-16T07:22:55.047Z] check_test.go:251: [d8fc093ee24b0] daemon is not started [2022-03-16T07:22:55.047Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-16T07:22:55.612Z] check_test.go:251: [dac8bb285a135] daemon is not started [2022-03-16T07:22:55.612Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-16T07:22:55.612Z] check_test.go:251: [d6d1878695691] daemon is not started [2022-03-16T07:22:55.612Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-16T07:22:56.980Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-16T07:22:57.026Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-16T07:22:57.026Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-16T07:22:57.026Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-16T07:22:57.545Z] check_test.go:251: [dc2bfc726ec6b] daemon is not started [2022-03-16T07:22:57.545Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-16T07:22:57.807Z] check_test.go:251: [db5e839d2af45] daemon is not started [2022-03-16T07:22:57.807Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-16T07:22:58.739Z] check_test.go:251: [d8e3a041b5181] daemon is not started [2022-03-16T07:22:58.739Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-16T07:22:58.996Z] check_test.go:251: [d5d0b24cd19ae] daemon is not started [2022-03-16T07:22:58.996Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.77s) [2022-03-16T07:22:58.996Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2022-03-16T07:22:58.996Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s) [2022-03-16T07:22:58.996Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2022-03-16T07:22:58.996Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.23s) [2022-03-16T07:22:58.996Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-03-16T07:22:58.996Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2022-03-16T07:22:58.996Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.91s) [2022-03-16T07:22:58.996Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-03-16T07:22:58.996Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-16T07:22:58.996Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-16T07:22:59.108Z] --- PASS: TestKillContainer (10.16s) [2022-03-16T07:22:59.108Z] --- PASS: TestKillContainer/no_signal (2.45s) [2022-03-16T07:22:59.108Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-16T07:22:59.108Z] --- PASS: TestKillContainer/killing_signal (7.65s) [2022-03-16T07:22:59.108Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-16T07:22:59.108Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:22:59.108Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-16T07:22:59.108Z] === RUN TestKillStoppedContainer [2022-03-16T07:22:59.108Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:22:59.108Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-16T07:22:59.108Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-16T07:22:59.108Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:22:59.108Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-16T07:22:59.108Z] === RUN TestKillDifferentUserContainer [2022-03-16T07:22:59.108Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-16T07:22:59.108Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-16T07:22:59.108Z] === RUN TestInspectOomKilledTrue [2022-03-16T07:22:59.108Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:22:59.108Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-16T07:22:59.108Z] === RUN TestInspectOomKilledFalse [2022-03-16T07:22:59.108Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:22:59.108Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-16T07:22:59.108Z] === RUN TestLogsFollowTailEmpty [2022-03-16T07:22:59.317Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-16T07:22:59.317Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-16T07:22:59.317Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-16T07:22:59.317Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T07:22:59.796Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-16T07:22:59.983Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-16T07:22:59.983Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-16T07:23:00.455Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-16T07:23:00.455Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-16T07:23:00.707Z] --- PASS: TestLogsFollowTailEmpty (2.56s) [2022-03-16T07:23:00.707Z] === RUN TestNetworkNat [2022-03-16T07:23:00.707Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-16T07:23:00.707Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-16T07:23:00.707Z] === RUN TestNetworkLocalhostTCPNat [2022-03-16T07:23:00.923Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-16T07:23:00.923Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-16T07:23:00.923Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-16T07:23:01.921Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-16T07:23:01.921Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-16T07:23:01.921Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-16T07:23:02.103Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-16T07:23:02.103Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-16T07:23:02.103Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-16T07:23:03.716Z] --- PASS: TestNetworkLocalhostTCPNat (2.87s) [2022-03-16T07:23:03.716Z] === RUN TestNetworkLoopbackNat [2022-03-16T07:23:03.716Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-16T07:23:03.716Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-16T07:23:03.716Z] === RUN TestPause [2022-03-16T07:23:03.716Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-16T07:23:03.716Z] --- SKIP: TestPause (0.00s) [2022-03-16T07:23:03.716Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-16T07:23:04.238Z] check_test.go:278: [d4fbddc6c7671] daemon is not started [2022-03-16T07:23:04.239Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-16T07:23:04.239Z] check_test.go:278: [df9dafa644c39] daemon is not started [2022-03-16T07:23:04.239Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-16T07:23:04.494Z] check_test.go:278: [d840379e7ceff] daemon is not started [2022-03-16T07:23:04.494Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-16T07:23:04.494Z] check_test.go:278: [d8da9c223abd2] daemon is not started [2022-03-16T07:23:04.495Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-16T07:23:04.751Z] check_test.go:278: [dc5b512c92242] daemon is not started [2022-03-16T07:23:04.751Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s) [2022-03-16T07:23:04.751Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-03-16T07:23:04.751Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-03-16T07:23:04.751Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-03-16T07:23:04.751Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-03-16T07:23:04.751Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-03-16T07:23:04.751Z] === RUN TestDockerNetworkSuite [2022-03-16T07:23:04.751Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-16T07:23:05.681Z] docker_cli_network_unix_test.go:46: [db0acb648decd] daemon is not started [2022-03-16T07:23:05.938Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-16T07:23:05.978Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.51s) [2022-03-16T07:23:05.978Z] === RUN TestPauseStopPausedContainer [2022-03-16T07:23:05.978Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:23:05.978Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-16T07:23:05.978Z] === RUN TestPsFilter [2022-03-16T07:23:06.195Z] docker_cli_network_unix_test.go:46: [d7bd8557e799f] daemon is not started [2022-03-16T07:23:06.451Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-16T07:23:06.458Z] --- PASS: TestPsFilter (0.25s) [2022-03-16T07:23:06.458Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-16T07:23:08.052Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-16T07:23:08.972Z] docker_cli_network_unix_test.go:46: [d2ddb96e24888] daemon is not started [2022-03-16T07:23:09.058Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-16T07:23:09.058Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-16T07:23:09.229Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-16T07:23:09.464Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.79s) [2022-03-16T07:23:09.465Z] === RUN TestRemoveContainerWithVolume [2022-03-16T07:23:09.537Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-16T07:23:09.537Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-16T07:23:09.537Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-16T07:23:10.596Z] docker_cli_network_unix_test.go:46: [d09aa6554e30f] daemon is not started [2022-03-16T07:23:10.852Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-16T07:23:10.852Z] docker_cli_network_unix_test.go:1233: [da49e376492d5] daemon is not started [2022-03-16T07:23:11.135Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-16T07:23:12.142Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-16T07:23:12.477Z] --- PASS: TestRemoveContainerWithVolume (2.90s) [2022-03-16T07:23:12.477Z] === RUN TestRemoveContainerRunning [2022-03-16T07:23:13.148Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-16T07:23:13.374Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-16T07:23:13.629Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-16T07:23:14.107Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-16T07:23:14.303Z] docker_cli_network_unix_test.go:46: [d64fdb8c97c05] daemon is not started [2022-03-16T07:23:14.559Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-16T07:23:14.743Z] --- PASS: TestRemoveContainerRunning (2.46s) [2022-03-16T07:23:14.743Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-16T07:23:17.005Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.54s) [2022-03-16T07:23:17.005Z] === RUN TestRemoveInvalidContainer [2022-03-16T07:23:17.005Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-03-16T07:23:17.005Z] === RUN TestRenameLinkedContainer [2022-03-16T07:23:17.005Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-16T07:23:17.005Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-16T07:23:17.005Z] === RUN TestRenameStoppedContainer [2022-03-16T07:23:19.813Z] docker_cli_network_unix_test.go:46: [d8e2a19b0fa51] daemon is not started [2022-03-16T07:23:19.813Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-16T07:23:20.014Z] --- PASS: TestRenameStoppedContainer (2.81s) [2022-03-16T07:23:20.014Z] === RUN TestRenameRunningContainerAndReuse [2022-03-16T07:23:21.705Z] docker_cli_network_unix_test.go:46: [de9e75c238894] daemon is not started [2022-03-16T07:23:21.962Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-16T07:23:22.870Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-16T07:23:22.916Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-16T07:23:23.172Z] docker_cli_network_unix_test.go:46: [dc71548298dd9] daemon is not started [2022-03-16T07:23:23.172Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-16T07:23:23.735Z] docker_cli_network_unix_test.go:46: [df3db26acef7c] daemon is not started [2022-03-16T07:23:23.992Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-16T07:23:24.249Z] docker_cli_network_unix_test.go:46: [db01064130faf] daemon is not started [2022-03-16T07:23:24.249Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-16T07:23:24.464Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-16T07:23:24.464Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-16T07:23:24.464Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-16T07:23:24.849Z] --- PASS: TestRenameRunningContainerAndReuse (5.10s) [2022-03-16T07:23:24.849Z] === RUN TestRenameInvalidName [2022-03-16T07:23:25.187Z] docker_cli_network_unix_test.go:46: [d294d92d3fd1b] daemon is not started [2022-03-16T07:23:25.470Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-16T07:23:25.470Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-16T07:23:25.470Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-16T07:23:25.751Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-16T07:23:26.314Z] docker_cli_network_unix_test.go:46: [d5098b1f8fa57] daemon is not started [2022-03-16T07:23:26.480Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-16T07:23:27.242Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-16T07:23:27.242Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-16T07:23:27.242Z] docker_cli_network_unix_test.go:46: [d23236f28ffe8] daemon is not started [2022-03-16T07:23:27.242Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-16T07:23:27.805Z] docker_cli_network_unix_test.go:46: [dfe09bfba8503] daemon is not started [2022-03-16T07:23:27.805Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-16T07:23:27.860Z] --- PASS: TestRenameInvalidName (2.54s) [2022-03-16T07:23:27.860Z] === RUN TestRenameAnonymousContainer [2022-03-16T07:23:28.368Z] docker_cli_network_unix_test.go:46: [d3ceac3aace7f] daemon is not started [2022-03-16T07:23:28.626Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-16T07:23:28.626Z] docker_cli_network_unix_test.go:46: [da154e722760b] daemon is not started [2022-03-16T07:23:28.626Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-16T07:23:28.737Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-16T07:23:28.883Z] docker_cli_network_unix_test.go:46: [d7c2a58a2974c] daemon is not started [2022-03-16T07:23:28.883Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-16T07:23:29.140Z] docker_cli_network_unix_test.go:46: [d6488734455bb] daemon is not started [2022-03-16T07:23:29.140Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-16T07:23:30.071Z] docker_cli_network_unix_test.go:46: [d1e41de741275] daemon is not started [2022-03-16T07:23:30.071Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-16T07:23:30.330Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-16T07:23:30.816Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-16T07:23:30.816Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-16T07:23:30.816Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-16T07:23:31.002Z] docker_cli_network_unix_test.go:46: [d2b3499dd35a1] daemon is not started [2022-03-16T07:23:31.564Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-16T07:23:31.821Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-16T07:23:31.821Z] docker_cli_network_unix_test.go:46: [d08fd77f43715] daemon is not started [2022-03-16T07:23:31.821Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-16T07:23:32.079Z] docker_cli_network_unix_test.go:46: [db3ba32b693c4] daemon is not started [2022-03-16T07:23:32.079Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-16T07:23:32.169Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-16T07:23:32.169Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-16T07:23:32.169Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-16T07:23:32.169Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-16T07:23:32.299Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-16T07:23:32.299Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-16T07:23:32.299Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-16T07:23:32.299Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-16T07:23:32.336Z] docker_cli_network_unix_test.go:46: [dfc5b2c739219] daemon is not started [2022-03-16T07:23:32.336Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-16T07:23:32.780Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-16T07:23:33.704Z] docker_cli_network_unix_test.go:968: [dc68cc79d651f] daemon is not started [2022-03-16T07:23:34.633Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-16T07:23:35.196Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-16T07:23:36.563Z] docker_cli_network_unix_test.go:46: [d423f4caf672e] daemon is not started [2022-03-16T07:23:36.563Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-16T07:23:39.845Z] docker_cli_network_unix_test.go:1116: [de356ea4b47d0] daemon is not started [2022-03-16T07:23:40.037Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-16T07:23:40.492Z] --- PASS: TestRenameAnonymousContainer (12.10s) [2022-03-16T07:23:40.492Z] === RUN TestRenameContainerWithSameName [2022-03-16T07:23:41.739Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-16T07:23:42.091Z] --- PASS: TestRenameContainerWithSameName (2.56s) [2022-03-16T07:23:42.091Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-16T07:23:42.091Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-16T07:23:42.091Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-16T07:23:42.091Z] === RUN TestResize [2022-03-16T07:23:43.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-16T07:23:43.638Z] docker_cli_network_unix_test.go:46: [d3c39124e93a3] daemon is not started [2022-03-16T07:23:43.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-16T07:23:44.571Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-16T07:23:44.832Z] docker_cli_network_unix_test.go:46: [daba5e8b8c5db] daemon is not started [2022-03-16T07:23:44.832Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-16T07:23:44.832Z] docker_cli_network_unix_test.go:46: [d4ad99eb471bb] daemon is not started [2022-03-16T07:23:45.089Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-16T07:23:45.089Z] docker_cli_network_unix_test.go:46: [d7b2d6ae4fa80] daemon is not started [2022-03-16T07:23:45.089Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-16T07:23:45.089Z] docker_cli_network_unix_test.go:46: [dab9b8017d321] daemon is not started [2022-03-16T07:23:45.089Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-16T07:23:45.101Z] --- PASS: TestResize (2.49s) [2022-03-16T07:23:45.101Z] === RUN TestResizeWithInvalidSize [2022-03-16T07:23:45.346Z] docker_cli_network_unix_test.go:46: [d80cc6ce33612] daemon is not started [2022-03-16T07:23:45.346Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-16T07:23:45.346Z] docker_cli_network_unix_test.go:46: [dfa86c3229774] daemon is not started [2022-03-16T07:23:45.346Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-16T07:23:47.367Z] --- PASS: TestResizeWithInvalidSize (2.39s) [2022-03-16T07:23:47.367Z] === RUN TestResizeWhenContainerNotStarted [2022-03-16T07:23:47.869Z] docker_cli_network_unix_test.go:46: [dc38cd8c67ed7] daemon is not started [2022-03-16T07:23:48.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-16T07:23:48.689Z] docker_cli_network_unix_test.go:46: [de0a73dc942c6] daemon is not started [2022-03-16T07:23:48.689Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-16T07:23:48.689Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-16T07:23:48.689Z] docker_cli_network_unix_test.go:46: [d3a6377886acd] daemon is not started [2022-03-16T07:23:48.689Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-16T07:23:49.253Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-16T07:23:49.253Z] docker_cli_network_unix_test.go:46: [d50afa4a56822] daemon is not started [2022-03-16T07:23:49.509Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-16T07:23:49.629Z] --- PASS: TestResizeWhenContainerNotStarted (2.78s) [2022-03-16T07:23:49.629Z] === RUN TestDaemonRestartKillContainers [2022-03-16T07:23:49.629Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:23:49.629Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-16T07:23:49.629Z] === RUN TestStats [2022-03-16T07:23:49.629Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-16T07:23:49.629Z] --- SKIP: TestStats (0.00s) [2022-03-16T07:23:49.629Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-16T07:23:53.359Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-16T07:23:53.359Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-16T07:23:53.359Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-16T07:23:53.680Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-16T07:23:53.680Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-16T07:23:55.603Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.23s) [2022-03-16T07:23:55.603Z] === RUN TestStopContainerWithTimeout [2022-03-16T07:23:55.603Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-16T07:23:55.603Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-16T07:23:55.603Z] === RUN TestUpdateRestartPolicy [2022-03-16T07:23:56.199Z] docker_cli_network_unix_test.go:1084: [dec89506db1c2] daemon is not started [2022-03-16T07:23:57.079Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-16T07:23:57.570Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-16T07:23:57.570Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-16T07:23:57.570Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-16T07:23:57.826Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-16T07:23:57.826Z] docker_cli_network_unix_test.go:46: [d4763191ef85b] daemon is not started [2022-03-16T07:23:57.826Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-16T07:23:58.389Z] docker_cli_network_unix_test.go:46: [dc3794306d52c] daemon is not started [2022-03-16T07:23:58.646Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-16T07:24:00.541Z] docker_cli_network_unix_test.go:46: [daea7e3896a69] daemon is not started [2022-03-16T07:24:00.798Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-16T07:24:00.798Z] docker_cli_network_unix_test.go:46: [d28ebb5ef4058] daemon is not started [2022-03-16T07:24:00.798Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-16T07:24:00.801Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-16T07:24:01.383Z] docker_cli_network_unix_test.go:46: [dcb65ffcb4896] daemon is not started [2022-03-16T07:24:01.643Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-16T07:24:02.213Z] docker_cli_network_unix_test.go:46: [d1f8369887f06] daemon is not started [2022-03-16T07:24:02.213Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-16T07:24:03.142Z] docker_cli_network_unix_test.go:46: [dea55fa27b6ab] daemon is not started [2022-03-16T07:24:03.705Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-16T07:24:03.962Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-16T07:24:04.526Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-16T07:24:04.534Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-16T07:24:05.459Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-16T07:24:07.979Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-16T07:24:12.150Z] docker_cli_network_unix_test.go:46: [d09be5b1c02e8] daemon is not started [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite (66.93s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.08s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.75s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.71s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.48s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.50s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.40s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.17s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.25s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.19s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.63s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.44s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.40s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.31s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.28s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.35s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.83s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.22s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.06s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.24s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.06s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.59s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.09s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.33s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.13s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.81s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.47s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.91s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.29s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.15s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.22s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.08s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.05s) [2022-03-16T07:24:12.150Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.01s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.20s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.97s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.97s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.92s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.89s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.71s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.41s) [2022-03-16T07:24:12.150Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.94s) [2022-03-16T07:24:12.150Z] === RUN TestDockerHubPullSuite [2022-03-16T07:24:12.150Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-16T07:24:13.515Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-16T07:24:16.031Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-16T07:24:16.287Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-16T07:24:17.653Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-16T07:24:17.910Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-16T07:24:17.910Z] --- PASS: TestDockerHubPullSuite (6.24s) [2022-03-16T07:24:17.910Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.65s) [2022-03-16T07:24:17.910Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2022-03-16T07:24:17.910Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.66s) [2022-03-16T07:24:17.910Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.43s) [2022-03-16T07:24:17.910Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2022-03-16T07:24:17.910Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-03-16T07:24:17.910Z] PASS [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === Skipped [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_sni_test.go:18: Flakey test [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-16T07:24:17.910Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.02s) [2022-03-16T07:24:17.910Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.02s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-16T07:24:17.910Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.910Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-16T07:24:17.910Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.910Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-16T07:24:17.910Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2022-03-16T07:24:17.911Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-16T07:24:17.911Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-03-16T07:24:17.911Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-03-16T07:24:17.911Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-03-16T07:24:17.911Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-16T07:24:17.911Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-16T07:24:17.911Z] docker_cli_network_unix_test.go:46: [d3a6377886acd] daemon is not started [2022-03-16T07:24:17.911Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] DONE 1265 tests, 51 skipped in 1469.655s [2022-03-16T07:24:17.911Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-16T07:24:17.911Z] ++++ cat bundles/test-integration/docker.pid [2022-03-16T07:24:17.911Z] +++ kill 8728 [2022-03-16T07:24:17.911Z] +++ /etc/init.d/apparmor stop [2022-03-16T07:24:17.911Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] Unloading profiles will leave already running processes permanently [2022-03-16T07:24:17.911Z] unconfined, which can lead to unexpected situations. [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:17.911Z] To set a process to complain mode, use the command line tool [2022-03-16T07:24:17.911Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-16T07:24:17.911Z] +++ true [2022-03-16T07:24:17.911Z] exiting test-integration [2022-03-16T07:24:17.911Z] ++ exit 0 [2022-03-16T07:24:17.911Z] [2022-03-16T07:24:18.170Z] + for job in $(jobs -p) [2022-03-16T07:24:18.170Z] + wait 14777 [2022-03-16T07:24:21.105Z] --- PASS: TestUpdateRestartPolicy (24.01s) [2022-03-16T07:24:21.105Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-16T07:24:21.600Z] --- PASS: TestUpdateRestartWithAutoRemove (2.71s) [2022-03-16T07:24:21.600Z] === RUN TestWaitNonBlocked [2022-03-16T07:24:21.600Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:24:21.600Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:24:21.600Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:24:21.600Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:24:22.093Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-16T07:24:22.093Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-16T07:24:22.975Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-16T07:24:24.007Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-16T07:24:24.499Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-16T07:24:31.017Z] --- PASS: TestWaitNonBlocked (0.05s) [2022-03-16T07:24:31.018Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.27s) [2022-03-16T07:24:31.018Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (7.96s) [2022-03-16T07:24:31.018Z] === RUN TestWaitBlocked [2022-03-16T07:24:31.018Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:24:31.018Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-16T07:24:31.018Z] PASS [2022-03-16T07:24:31.018Z] ok github.com/docker/docker/integration/container 111.838s [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === Skipped [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-16T07:24:31.018Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-16T07:24:31.018Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.01s) [2022-03-16T07:24:31.018Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-16T07:24:31.018Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-16T07:24:31.018Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-16T07:24:31.018Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-16T07:24:31.018Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-16T07:24:31.018Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-16T07:24:31.018Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-16T07:24:31.018Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-16T07:24:31.018Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-16T07:24:31.018Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-16T07:24:31.018Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-16T07:24:31.018Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-16T07:24:31.018Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-16T07:24:31.018Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-16T07:24:31.018Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-16T07:24:31.018Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-16T07:24:31.018Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-16T07:24:31.018Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-16T07:24:31.018Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-16T07:24:31.018Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-16T07:24:31.018Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-16T07:24:31.018Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-16T07:24:31.018Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-16T07:24:31.018Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-16T07:24:31.018Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-16T07:24:31.018Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-16T07:24:31.018Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-16T07:24:31.018Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-16T07:24:31.018Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-16T07:24:31.018Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-16T07:24:31.018Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-16T07:24:31.018Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:24:31.018Z] [2022-03-16T07:24:31.018Z] DONE 87 tests, 33 skipped in 115.438s [2022-03-16T07:24:31.018Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-16T07:24:31.876Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-16T07:24:31.876Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-16T07:24:32.367Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-16T07:24:32.367Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-16T07:24:32.858Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-16T07:24:32.858Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-16T07:24:32.858Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-16T07:24:33.349Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-16T07:24:33.349Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-16T07:24:33.349Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-16T07:25:01.544Z] === RUN TestConfigDaemonLibtrustID [2022-03-16T07:25:01.544Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-16T07:25:01.544Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2022-03-16T07:25:01.544Z] === RUN TestDaemonConfigValidation [2022-03-16T07:25:01.544Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-16T07:25:01.544Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-16T07:25:01.544Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-16T07:25:01.544Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-16T07:25:01.544Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-16T07:25:01.544Z] === RUN TestDaemonProxy [2022-03-16T07:25:01.544Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-16T07:25:01.544Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-16T07:25:01.544Z] PASS [2022-03-16T07:25:01.544Z] ok github.com/docker/docker/integration/daemon 0.151s [2022-03-16T07:25:01.544Z] [2022-03-16T07:25:01.544Z] === Skipped [2022-03-16T07:25:01.544Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s) [2022-03-16T07:25:01.544Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-16T07:25:01.544Z] [2022-03-16T07:25:01.544Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-16T07:25:01.544Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-16T07:25:01.544Z] [2022-03-16T07:25:01.544Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-16T07:25:01.544Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-16T07:25:01.544Z] [2022-03-16T07:25:01.544Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-16T07:25:01.544Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-16T07:25:01.544Z] [2022-03-16T07:25:01.544Z] DONE 4 tests, 4 skipped in 30.001s [2022-03-16T07:25:01.544Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-16T07:25:03.790Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-16T07:25:03.790Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-16T07:25:03.790Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-16T07:25:04.280Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-16T07:25:04.813Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-16T07:25:04.813Z] docker_cli_swarm_test.go:1180: [d5ea8257f116b] joining swarm manager [d816a66246c4e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:25:05.408Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-16T07:25:06.484Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:25:06.484Z] INFO: Testing against a local daemon [2022-03-16T07:25:06.484Z] === RUN TestCommitInheritsEnv [2022-03-16T07:25:06.484Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:25:06.484Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-16T07:25:06.484Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-16T07:25:06.484Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:25:06.484Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-16T07:25:06.484Z] === RUN TestImportWithCustomPlatform [2022-03-16T07:25:06.484Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:25:06.484Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-16T07:25:06.484Z] === RUN TestImagesFilterMultiReference [2022-03-16T07:25:06.484Z] --- PASS: TestImagesFilterMultiReference (0.13s) [2022-03-16T07:25:06.484Z] === RUN TestImagePullPlatformInvalid [2022-03-16T07:25:06.484Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-03-16T07:25:06.484Z] === RUN TestRemoveImageOrphaning [2022-03-16T07:25:07.519Z] --- PASS: TestRemoveImageOrphaning (1.43s) [2022-03-16T07:25:07.519Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-16T07:25:07.519Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-03-16T07:25:07.519Z] === RUN TestTagInvalidReference [2022-03-16T07:25:07.519Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-16T07:25:07.519Z] === RUN TestTagValidPrefixedRepo [2022-03-16T07:25:07.519Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-16T07:25:07.519Z] === RUN TestTagExistedNameWithoutForce [2022-03-16T07:25:07.519Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-16T07:25:07.519Z] === RUN TestTagOfficialNames [2022-03-16T07:25:07.519Z] --- PASS: TestTagOfficialNames (0.11s) [2022-03-16T07:25:07.519Z] === RUN TestTagMatchesDigest [2022-03-16T07:25:07.519Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-16T07:25:07.519Z] PASS [2022-03-16T07:25:07.519Z] ok github.com/docker/docker/integration/image 2.086s [2022-03-16T07:25:08.013Z] [2022-03-16T07:25:08.013Z] === Skipped [2022-03-16T07:25:08.013Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-16T07:25:08.013Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:25:08.013Z] [2022-03-16T07:25:08.013Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-16T07:25:08.013Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:25:08.013Z] [2022-03-16T07:25:08.013Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-16T07:25:08.013Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-16T07:25:08.013Z] [2022-03-16T07:25:08.013Z] DONE 12 tests, 3 skipped in 7.607s [2022-03-16T07:25:08.013Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-16T07:25:09.207Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-16T07:25:09.207Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-16T07:25:09.675Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-16T07:25:11.087Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:25:11.087Z] INFO: Testing against a local daemon [2022-03-16T07:25:11.087Z] === RUN TestNetworkCreateDelete [2022-03-16T07:25:11.087Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:11.087Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestDockerNetworkDeletePreferID [2022-03-16T07:25:11.087Z] 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-16T07:25:11.087Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestDaemonDNSFallback [2022-03-16T07:25:11.087Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:11.087Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestInspectNetwork [2022-03-16T07:25:11.087Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-16T07:25:11.087Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestRunContainerWithBridgeNone [2022-03-16T07:25:11.087Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:11.087Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestNetworkInvalidJSON [2022-03-16T07:25:11.087Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-16T07:25:11.087Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-16T07:25:11.087Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:25:11.087Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:25:11.087Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:25:11.087Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:25:11.087Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-16T07:25:11.087Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-16T07:25:11.087Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-16T07:25:11.087Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-16T07:25:11.087Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-16T07:25:11.087Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-16T07:25:11.087Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-16T07:25:11.087Z] === RUN TestNetworkList [2022-03-16T07:25:11.087Z] === RUN TestNetworkList//networks [2022-03-16T07:25:11.087Z] === PAUSE TestNetworkList//networks [2022-03-16T07:25:11.087Z] === RUN TestNetworkList//networks/ [2022-03-16T07:25:11.087Z] === PAUSE TestNetworkList//networks/ [2022-03-16T07:25:11.087Z] === CONT TestNetworkList//networks [2022-03-16T07:25:11.087Z] === CONT TestNetworkList//networks/ [2022-03-16T07:25:11.087Z] --- PASS: TestNetworkList (0.04s) [2022-03-16T07:25:11.087Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-16T07:25:11.087Z] --- PASS: TestNetworkList//networks/ (0.01s) [2022-03-16T07:25:11.087Z] === RUN TestHostIPv4BridgeLabel [2022-03-16T07:25:11.087Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-16T07:25:11.087Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestDaemonDefaultNetworkPools [2022-03-16T07:25:11.087Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-16T07:25:11.087Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-16T07:25:11.087Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-16T07:25:11.087Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestServiceWithPredefinedNetwork [2022-03-16T07:25:11.087Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-16T07:25:11.087Z] service_test.go:243: FLAKY_TEST [2022-03-16T07:25:11.087Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestServiceWithDataPathPortInit [2022-03-16T07:25:11.087Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-16T07:25:11.087Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-16T07:25:11.087Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-16T07:25:11.087Z] PASS [2022-03-16T07:25:11.087Z] ok github.com/docker/docker/integration/network 0.214s [2022-03-16T07:25:11.087Z] [2022-03-16T07:25:11.087Z] === Skipped [2022-03-16T07:25:11.087Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-16T07:25:11.087Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:11.087Z] [2022-03-16T07:25:11.087Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-16T07:25:11.087Z] 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-16T07:25:11.087Z] [2022-03-16T07:25:11.087Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-16T07:25:11.087Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:11.087Z] [2022-03-16T07:25:11.087Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-16T07:25:11.087Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-16T07:25:11.087Z] [2022-03-16T07:25:11.087Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-16T07:25:11.087Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:11.087Z] [2022-03-16T07:25:11.087Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-16T07:25:11.087Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] [2022-03-16T07:25:11.087Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-16T07:25:11.087Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] [2022-03-16T07:25:11.087Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-16T07:25:11.087Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] [2022-03-16T07:25:11.087Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-16T07:25:11.087Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] [2022-03-16T07:25:11.087Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-16T07:25:11.087Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] [2022-03-16T07:25:11.087Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-16T07:25:11.087Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-16T07:25:11.087Z] [2022-03-16T07:25:11.350Z] docker_cli_swarm_test.go:1189: [d8d7b710bb189] joining swarm manager [d816a66246c4e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:25:11.579Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-16T07:25:11.579Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-16T07:25:11.579Z] [2022-03-16T07:25:11.579Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-16T07:25:11.579Z] service_test.go:243: FLAKY_TEST [2022-03-16T07:25:11.579Z] [2022-03-16T07:25:11.579Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-16T07:25:11.579Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-16T07:25:11.579Z] [2022-03-16T07:25:11.579Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-16T07:25:11.579Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-16T07:25:11.579Z] [2022-03-16T07:25:11.579Z] DONE 22 tests, 15 skipped in 3.271s [2022-03-16T07:25:11.579Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-16T07:25:12.616Z] testing: warning: no tests to run [2022-03-16T07:25:12.616Z] PASS [2022-03-16T07:25:12.616Z] ok github.com/docker/docker/integration/network/ipvlan 0.100s [2022-03-16T07:25:12.616Z] [2022-03-16T07:25:12.616Z] DONE 0 tests in 0.911s [2022-03-16T07:25:12.616Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-16T07:25:13.651Z] testing: warning: no tests to run [2022-03-16T07:25:13.651Z] PASS [2022-03-16T07:25:13.651Z] ok github.com/docker/docker/integration/network/macvlan 0.092s [2022-03-16T07:25:13.651Z] [2022-03-16T07:25:13.651Z] DONE 0 tests in 0.934s [2022-03-16T07:25:13.651Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-16T07:25:14.685Z] testing: warning: no tests to run [2022-03-16T07:25:14.685Z] PASS [2022-03-16T07:25:14.685Z] ok github.com/docker/docker/integration/plugin 0.098s [2022-03-16T07:25:14.685Z] [2022-03-16T07:25:14.685Z] DONE 0 tests in 0.919s [2022-03-16T07:25:14.685Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-16T07:25:15.719Z] testing: warning: no tests to run [2022-03-16T07:25:15.719Z] PASS [2022-03-16T07:25:15.719Z] ok github.com/docker/docker/integration/plugin/authz 0.118s [2022-03-16T07:25:15.719Z] [2022-03-16T07:25:15.719Z] DONE 0 tests in 0.923s [2022-03-16T07:25:15.719Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-16T07:25:21.792Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:25:21.792Z] INFO: Testing against a local daemon [2022-03-16T07:25:21.792Z] === RUN TestPluginInvalidJSON [2022-03-16T07:25:21.792Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:25:21.792Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:25:21.792Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-16T07:25:21.792Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-03-16T07:25:21.792Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-16T07:25:21.792Z] === RUN TestPluginInstall [2022-03-16T07:25:21.792Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-16T07:25:21.792Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-16T07:25:21.792Z] === RUN TestPluginsWithRuntimes [2022-03-16T07:25:21.792Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-16T07:25:21.792Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-16T07:25:21.792Z] === RUN TestPluginBackCompatMediaTypes [2022-03-16T07:25:21.792Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-16T07:25:21.792Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-16T07:25:21.792Z] PASS [2022-03-16T07:25:21.792Z] ok github.com/docker/docker/integration/plugin/common 0.151s [2022-03-16T07:25:22.285Z] [2022-03-16T07:25:22.285Z] === Skipped [2022-03-16T07:25:22.285Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-16T07:25:22.285Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-16T07:25:22.285Z] [2022-03-16T07:25:22.285Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-16T07:25:22.285Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-16T07:25:22.285Z] [2022-03-16T07:25:22.285Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-16T07:25:22.285Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-16T07:25:22.285Z] [2022-03-16T07:25:22.285Z] DONE 5 tests, 3 skipped in 6.483s [2022-03-16T07:25:22.285Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-16T07:25:26.232Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:25:26.232Z] INFO: Testing against a local daemon [2022-03-16T07:25:26.232Z] === RUN TestExternalGraphDriver [2022-03-16T07:25:26.232Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-16T07:25:26.232Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-16T07:25:26.232Z] === RUN TestGraphdriverPluginV2 [2022-03-16T07:25:26.232Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-16T07:25:26.232Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-16T07:25:26.232Z] PASS [2022-03-16T07:25:26.232Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.144s [2022-03-16T07:25:26.232Z] [2022-03-16T07:25:26.232Z] === Skipped [2022-03-16T07:25:26.232Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-16T07:25:26.232Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-16T07:25:26.232Z] [2022-03-16T07:25:26.232Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-16T07:25:26.232Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-16T07:25:26.232Z] [2022-03-16T07:25:26.232Z] DONE 2 tests, 2 skipped in 3.512s [2022-03-16T07:25:26.232Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-16T07:25:29.308Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:25:29.308Z] INFO: Testing against a local daemon [2022-03-16T07:25:29.308Z] === RUN TestReadPluginNoRead [2022-03-16T07:25:29.308Z] read_test.go:21: no unix domain sockets on Windows [2022-03-16T07:25:29.308Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-16T07:25:29.308Z] PASS [2022-03-16T07:25:29.308Z] ok github.com/docker/docker/integration/plugin/logging 0.165s [2022-03-16T07:25:29.308Z] [2022-03-16T07:25:29.308Z] === Skipped [2022-03-16T07:25:29.308Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-16T07:25:29.308Z] read_test.go:21: no unix domain sockets on Windows [2022-03-16T07:25:29.308Z] [2022-03-16T07:25:29.308Z] DONE 1 tests, 1 skipped in 3.181s [2022-03-16T07:25:29.308Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-16T07:25:29.929Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-16T07:25:29.929Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-16T07:25:30.419Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-16T07:25:30.950Z] testing: warning: no tests to run [2022-03-16T07:25:30.950Z] PASS [2022-03-16T07:25:30.950Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.100s [2022-03-16T07:25:30.950Z] [2022-03-16T07:25:30.950Z] DONE 0 tests in 1.453s [2022-03-16T07:25:30.950Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-16T07:25:34.021Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:25:34.021Z] INFO: Testing against a local daemon [2022-03-16T07:25:34.021Z] === RUN TestPluginWithDevMounts [2022-03-16T07:25:34.021Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:34.021Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-16T07:25:34.021Z] PASS [2022-03-16T07:25:34.021Z] ok github.com/docker/docker/integration/plugin/volumes 0.144s [2022-03-16T07:25:34.021Z] [2022-03-16T07:25:34.021Z] === Skipped [2022-03-16T07:25:34.021Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-16T07:25:34.021Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:34.021Z] [2022-03-16T07:25:34.021Z] DONE 1 tests, 1 skipped in 3.078s [2022-03-16T07:25:34.021Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-16T07:25:35.330Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-16T07:25:37.100Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:25:37.100Z] INFO: Testing against a local daemon [2022-03-16T07:25:37.100Z] === RUN TestSecretInspect [2022-03-16T07:25:37.100Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:37.100Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-16T07:25:37.100Z] === RUN TestSecretList [2022-03-16T07:25:37.100Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:37.100Z] --- SKIP: TestSecretList (0.00s) [2022-03-16T07:25:37.100Z] === RUN TestSecretsCreateAndDelete [2022-03-16T07:25:37.100Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:37.100Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-16T07:25:37.100Z] === RUN TestSecretsUpdate [2022-03-16T07:25:37.100Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:37.100Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-16T07:25:37.100Z] === RUN TestTemplatedSecret [2022-03-16T07:25:37.100Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:37.100Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-16T07:25:37.100Z] === RUN TestSecretCreateResolve [2022-03-16T07:25:37.100Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:37.100Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-16T07:25:37.100Z] PASS [2022-03-16T07:25:37.100Z] ok github.com/docker/docker/integration/secret 0.141s [2022-03-16T07:25:37.100Z] [2022-03-16T07:25:37.100Z] === Skipped [2022-03-16T07:25:37.100Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-16T07:25:37.100Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:37.100Z] [2022-03-16T07:25:37.100Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-16T07:25:37.100Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:37.100Z] [2022-03-16T07:25:37.100Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-16T07:25:37.100Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:37.100Z] [2022-03-16T07:25:37.100Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-16T07:25:37.100Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:37.100Z] [2022-03-16T07:25:37.100Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-16T07:25:37.100Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:37.100Z] [2022-03-16T07:25:37.100Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.01s) [2022-03-16T07:25:37.100Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:37.100Z] [2022-03-16T07:25:37.100Z] DONE 6 tests, 6 skipped in 2.811s [2022-03-16T07:25:37.100Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-16T07:25:39.260Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-16T07:25:41.037Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:25:41.037Z] INFO: Testing against a local daemon [2022-03-16T07:25:41.037Z] === RUN TestServiceCreateInit [2022-03-16T07:25:41.037Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-16T07:25:41.037Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-16T07:25:41.037Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- PASS: TestServiceCreateInit (0.06s) [2022-03-16T07:25:41.037Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T07:25:41.037Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestCreateServiceMultipleTimes [2022-03-16T07:25:41.037Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestCreateServiceConflict [2022-03-16T07:25:41.037Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestCreateServiceMaxReplicas [2022-03-16T07:25:41.037Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-16T07:25:41.037Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-16T07:25:41.037Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestCreateServiceSecretFileMode [2022-03-16T07:25:41.037Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestCreateServiceConfigFileMode [2022-03-16T07:25:41.037Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestCreateServiceSysctls [2022-03-16T07:25:41.037Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-03-16T07:25:41.037Z] === RUN TestCreateServiceCapabilities [2022-03-16T07:25:41.037Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-16T07:25:41.037Z] === RUN TestInspect [2022-03-16T07:25:41.037Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestInspect (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestCreateJob [2022-03-16T07:25:41.037Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestCreateJob (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestReplicatedJob [2022-03-16T07:25:41.037Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestUpdateReplicatedJob [2022-03-16T07:25:41.037Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestServiceListWithStatuses [2022-03-16T07:25:41.037Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestDockerNetworkConnectAlias [2022-03-16T07:25:41.037Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestDockerNetworkReConnect [2022-03-16T07:25:41.037Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestServicePlugin [2022-03-16T07:25:41.037Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestServiceUpdateLabel [2022-03-16T07:25:41.037Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:41.037Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestServiceUpdateSecrets [2022-03-16T07:25:41.037Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:41.037Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestServiceUpdateConfigs [2022-03-16T07:25:41.037Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:41.037Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestServiceUpdateNetwork [2022-03-16T07:25:41.037Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:41.037Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-16T07:25:41.037Z] === RUN TestServiceUpdatePidsLimit [2022-03-16T07:25:41.037Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:41.037Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-16T07:25:41.037Z] PASS [2022-03-16T07:25:41.037Z] ok github.com/docker/docker/integration/service 0.309s [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === Skipped [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T07:25:41.037Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T07:25:41.037Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-16T07:25:41.037Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-16T07:25:41.037Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-16T07:25:41.037Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-16T07:25:41.037Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-16T07:25:41.037Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-16T07:25:41.037Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-03-16T07:25:41.037Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-16T07:25:41.037Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-16T07:25:41.037Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-16T07:25:41.037Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-16T07:25:41.037Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-16T07:25:41.037Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-16T07:25:41.037Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-16T07:25:41.037Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-16T07:25:41.037Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-16T07:25:41.037Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-16T07:25:41.037Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-16T07:25:41.037Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.037Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-16T07:25:41.037Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:41.037Z] [2022-03-16T07:25:41.038Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-16T07:25:41.038Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:41.038Z] [2022-03-16T07:25:41.038Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-16T07:25:41.038Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-16T07:25:41.038Z] [2022-03-16T07:25:41.038Z] DONE 24 tests, 23 skipped in 3.746s [2022-03-16T07:25:41.038Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-16T07:25:43.216Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-16T07:25:44.109Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:25:44.109Z] INFO: Testing against a local daemon [2022-03-16T07:25:44.109Z] === RUN TestSessionCreate [2022-03-16T07:25:44.109Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-16T07:25:44.109Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-16T07:25:44.109Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-16T07:25:44.109Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-16T07:25:44.109Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-16T07:25:44.109Z] PASS [2022-03-16T07:25:44.109Z] ok github.com/docker/docker/integration/session 0.125s [2022-03-16T07:25:44.109Z] [2022-03-16T07:25:44.109Z] === Skipped [2022-03-16T07:25:44.109Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-16T07:25:44.109Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-16T07:25:44.109Z] [2022-03-16T07:25:44.109Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-16T07:25:44.109Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-16T07:25:44.109Z] [2022-03-16T07:25:44.109Z] DONE 2 tests, 2 skipped in 2.717s [2022-03-16T07:25:44.109Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-16T07:25:47.189Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:25:47.189Z] INFO: Testing against a local daemon [2022-03-16T07:25:47.189Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-16T07:25:47.189Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:47.189Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T07:25:47.189Z] === RUN TestDiskUsage [2022-03-16T07:25:47.189Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-16T07:25:47.189Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-16T07:25:47.189Z] === RUN TestEventsExecDie [2022-03-16T07:25:47.189Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-16T07:25:47.189Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-16T07:25:47.189Z] === RUN TestEventsBackwardsCompatible [2022-03-16T07:25:47.189Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-16T07:25:47.189Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-16T07:25:47.189Z] === RUN TestEventsVolumeCreate [2022-03-16T07:25:47.189Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-16T07:25:47.189Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-16T07:25:47.189Z] === RUN TestInfoAPI [2022-03-16T07:25:47.189Z] --- PASS: TestInfoAPI (0.05s) [2022-03-16T07:25:47.189Z] === RUN TestInfoAPIWarnings [2022-03-16T07:25:47.189Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:25:47.189Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-16T07:25:47.189Z] === RUN TestInfoDebug [2022-03-16T07:25:47.189Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:25:47.189Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-16T07:25:47.189Z] === RUN TestInfoInsecureRegistries [2022-03-16T07:25:47.189Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:25:47.189Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-16T07:25:47.189Z] === RUN TestInfoRegistryMirrors [2022-03-16T07:25:47.189Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:25:47.189Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-16T07:25:47.189Z] === RUN TestLoginFailsWithBadCredentials [2022-03-16T07:25:48.224Z] --- PASS: TestLoginFailsWithBadCredentials (1.02s) [2022-03-16T07:25:48.224Z] === RUN TestPingCacheHeaders [2022-03-16T07:25:48.224Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-03-16T07:25:48.224Z] === RUN TestPingGet [2022-03-16T07:25:48.224Z] --- PASS: TestPingGet (0.04s) [2022-03-16T07:25:48.224Z] === RUN TestPingHead [2022-03-16T07:25:48.224Z] --- PASS: TestPingHead (0.05s) [2022-03-16T07:25:48.224Z] === RUN TestVersion [2022-03-16T07:25:48.224Z] --- PASS: TestVersion (0.05s) [2022-03-16T07:25:48.224Z] PASS [2022-03-16T07:25:48.224Z] ok github.com/docker/docker/integration/system 1.338s [2022-03-16T07:25:48.224Z] [2022-03-16T07:25:48.224Z] === Skipped [2022-03-16T07:25:48.224Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-16T07:25:48.224Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-16T07:25:48.224Z] [2022-03-16T07:25:48.224Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-16T07:25:48.224Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-16T07:25:48.224Z] [2022-03-16T07:25:48.224Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-16T07:25:48.224Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-16T07:25:48.224Z] [2022-03-16T07:25:48.224Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-16T07:25:48.224Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-16T07:25:48.224Z] [2022-03-16T07:25:48.224Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-16T07:25:48.224Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-16T07:25:48.224Z] [2022-03-16T07:25:48.224Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-16T07:25:48.224Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-16T07:25:48.224Z] [2022-03-16T07:25:48.224Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-16T07:25:48.224Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:25:48.224Z] [2022-03-16T07:25:48.224Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-16T07:25:48.224Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:25:48.224Z] [2022-03-16T07:25:48.224Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-16T07:25:48.224Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-16T07:25:48.224Z] [2022-03-16T07:25:48.224Z] DONE 15 tests, 9 skipped in 4.252s [2022-03-16T07:25:48.722Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-16T07:25:51.042Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:25:51.042Z] INFO: Testing against a local daemon [2022-03-16T07:25:51.042Z] === RUN TestVolumesCreateAndList [2022-03-16T07:25:51.042Z] --- PASS: TestVolumesCreateAndList (0.08s) [2022-03-16T07:25:51.042Z] === RUN TestVolumesRemove [2022-03-16T07:25:51.534Z] --- PASS: TestVolumesRemove (0.13s) [2022-03-16T07:25:51.534Z] === RUN TestVolumesInspect [2022-03-16T07:25:51.534Z] --- PASS: TestVolumesInspect (0.07s) [2022-03-16T07:25:51.534Z] === RUN TestVolumesInvalidJSON [2022-03-16T07:25:51.534Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-16T07:25:51.534Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-16T07:25:51.534Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-16T07:25:51.534Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-16T07:25:51.534Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-16T07:25:51.534Z] PASS [2022-03-16T07:25:51.534Z] ok github.com/docker/docker/integration/volume 0.398s [2022-03-16T07:25:52.027Z] [2022-03-16T07:25:52.027Z] DONE 5 tests in 3.321s [2022-03-16T07:25:52.027Z] INFO: make.ps1 ended at 03/16/2022 07:25:51 [2022-03-16T07:25:52.027Z] INFO: Integration CLI tests being run from the host: [2022-03-16T07:25:52.027Z] 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-16T07:25:57.970Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-16T07:26:04.507Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-16T07:26:07.229Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-16T07:26:07.229Z] INFO: Testing against a local daemon [2022-03-16T07:26:07.229Z] === RUN TestDockerSuite [2022-03-16T07:26:07.229Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-16T07:26:07.229Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-16T07:26:07.229Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T07:26:07.229Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-16T07:26:07.229Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-16T07:26:07.229Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-16T07:26:07.229Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-16T07:26:07.229Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-16T07:26:07.229Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-16T07:26:07.229Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-16T07:26:07.229Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-16T07:26:07.229Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-16T07:26:07.804Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-16T07:26:08.238Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-16T07:26:08.719Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-16T07:26:10.341Z] docker_cli_swarm_test.go:1112: [d9c56e3e256b4] joining swarm manager [d9e9a2590e813]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:26:11.268Z] docker_cli_swarm_test.go:1113: [dbcb49cbce8ec] joining swarm manager [d9e9a2590e813]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:26:21.968Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-16T07:26:21.968Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-16T07:26:21.968Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-16T07:26:39.955Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-16T07:26:52.313Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-16T07:26:55.919Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-16T07:26:55.919Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-16T07:26:55.919Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-16T07:26:55.919Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-16T07:27:04.703Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-16T07:27:40.369Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-16T07:27:47.654Z] docker_cli_swarm_test.go:1166: [d9743d88064f5] joining swarm manager [d9e9a2590e813]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-16T07:27:50.675Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-16T07:28:01.028Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-16T07:28:02.500Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-16T07:28:02.500Z] docker_cli_swarm_test.go:1447: [d7d6d9b974e07] joining swarm manager [d76a361a60582]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:28:02.758Z] docker_cli_swarm_test.go:1448: [de60b1a2ff5a5] joining swarm manager [d76a361a60582]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-16T07:28:08.448Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-16T07:28:08.448Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-16T07:28:08.448Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-16T07:28:14.945Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-16T07:28:14.945Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-16T07:28:14.945Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-16T07:28:14.945Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-16T07:28:14.945Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-16T07:28:15.508Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-16T07:28:18.027Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-16T07:28:20.939Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-16T07:28:20.939Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-16T07:28:20.939Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-16T07:28:20.939Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-16T07:28:20.939Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-16T07:28:20.939Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-16T07:28:20.939Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-16T07:28:20.939Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-16T07:28:20.939Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-16T07:28:20.939Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-16T07:28:20.939Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-16T07:28:21.300Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-16T07:28:23.191Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-16T07:28:24.061Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-16T07:28:25.080Z] docker_cli_swarm_unix_test.go:63: [de69badde305d] joining swarm manager [d99f7f22b44dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:28:26.325Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-16T07:28:26.325Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-16T07:28:26.325Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-16T07:28:26.325Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-16T07:28:26.325Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-16T07:28:26.325Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-16T07:28:26.806Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-16T07:28:26.806Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-16T07:28:26.806Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-16T07:28:29.851Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-16T07:28:30.673Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-16T07:28:30.673Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-16T07:28:30.673Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-16T07:28:30.673Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-16T07:28:30.673Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-16T07:28:39.471Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-16T07:28:44.920Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-16T07:28:57.541Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-16T07:29:21.253Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-16T07:29:21.253Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-16T07:29:21.253Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-16T07:29:23.144Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-16T07:29:26.427Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-16T07:29:28.947Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-16T07:29:30.841Z] docker_api_swarm_test.go:962: [d2da1082fd853] joining swarm manager [d73cde70e1d5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-16T07:29:33.587Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-16T07:29:42.390Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-16T07:29:42.390Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-16T07:29:42.390Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-16T07:29:42.390Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-16T07:29:42.390Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-16T07:29:42.390Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-16T07:29:42.390Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-16T07:29:42.390Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-16T07:29:42.390Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-16T07:29:42.390Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-16T07:29:42.390Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-16T07:29:42.390Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-16T07:29:42.390Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-16T07:29:46.192Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-16T07:29:46.199Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-16T07:29:48.890Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-16T07:29:52.064Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-16T07:29:52.064Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-16T07:29:52.064Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-16T07:29:52.064Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-16T07:29:52.064Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-16T07:29:52.064Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-16T07:29:52.064Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-16T07:29:52.064Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-16T07:29:52.064Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-16T07:29:52.064Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-16T07:29:52.064Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-16T07:29:56.834Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-16T07:29:56.834Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T07:29:56.834Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-16T07:29:56.834Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T07:29:56.834Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-16T07:29:56.834Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T07:29:56.834Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-16T07:29:58.403Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-16T07:30:01.063Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-16T07:30:01.263Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-16T07:30:02.431Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-16T07:30:04.323Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-16T07:30:04.374Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-16T07:30:07.621Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-16T07:30:14.159Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-16T07:30:19.405Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-16T07:30:21.295Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-16T07:30:22.294Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-16T07:30:22.294Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-16T07:30:22.294Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-16T07:30:22.294Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-16T07:30:22.294Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-16T07:30:22.294Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-16T07:30:22.294Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-16T07:30:22.294Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-16T07:30:22.294Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-16T07:30:22.294Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-16T07:30:22.294Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-16T07:30:22.294Z] === RUN TestDockerSuite/TestBuildFails [2022-03-16T07:30:23.814Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-16T07:30:24.516Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-16T07:30:24.985Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-16T07:30:26.334Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-16T07:30:28.853Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-16T07:30:31.372Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-16T07:30:32.147Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-16T07:30:33.892Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-16T07:30:38.015Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-16T07:30:45.174Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-16T07:30:52.329Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-16T07:30:52.797Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-16T07:30:58.665Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-16T07:30:58.665Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-16T07:30:58.665Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-16T07:30:59.137Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-16T07:30:59.605Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-16T07:30:59.605Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-16T07:30:59.605Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-16T07:31:06.949Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-16T07:31:06.949Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-16T07:31:06.949Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-16T07:31:06.949Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-16T07:31:06.949Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-16T07:31:10.053Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-16T07:31:10.549Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-16T07:31:10.549Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-16T07:31:10.549Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-16T07:31:10.549Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-16T07:31:11.042Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-16T07:31:11.042Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-16T07:31:11.042Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-16T07:31:11.042Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-16T07:31:12.089Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-16T07:31:12.119Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-16T07:31:12.119Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T07:31:12.119Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-16T07:31:17.009Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-16T07:31:18.047Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-16T07:31:18.047Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-16T07:31:18.539Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-16T07:31:18.539Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-16T07:31:18.539Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-16T07:31:18.539Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-16T07:31:22.424Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-16T07:31:24.625Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-16T07:31:24.625Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-16T07:31:27.581Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-16T07:31:27.581Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-16T07:31:27.581Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-16T07:31:28.567Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-16T07:31:28.567Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-16T07:31:30.109Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-16T07:31:34.441Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-16T07:31:34.909Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-16T07:31:35.377Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-16T07:31:36.364Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-16T07:31:36.832Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-16T07:31:37.616Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-16T07:31:38.398Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-16T07:31:39.967Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-16T07:31:43.043Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-16T07:31:43.043Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-16T07:31:43.043Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-16T07:31:43.043Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-16T07:31:43.043Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-16T07:31:43.043Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-16T07:31:43.043Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-16T07:31:43.043Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-16T07:31:43.043Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-16T07:31:43.043Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-16T07:31:43.043Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-16T07:31:43.043Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-16T07:31:44.952Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-16T07:31:45.841Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-16T07:31:45.841Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-16T07:31:45.841Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-16T07:31:45.841Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-16T07:31:45.841Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-16T07:31:46.310Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-16T07:31:46.310Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-16T07:31:46.310Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-16T07:31:46.310Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-16T07:31:46.779Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-16T07:31:47.765Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-16T07:31:47.955Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-16T07:31:48.300Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-16T07:31:49.937Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-16T07:31:49.937Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-16T07:31:49.937Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-16T07:31:51.890Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-16T07:31:53.639Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-16T07:31:53.854Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-16T07:31:55.468Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-16T07:31:57.896Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-16T07:31:57.896Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-16T07:31:57.896Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-16T07:31:57.896Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-16T07:31:57.896Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-16T07:31:57.896Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-16T07:31:57.896Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-16T07:31:57.896Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-16T07:31:57.896Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-16T07:31:57.896Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-16T07:31:57.896Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-16T07:32:02.807Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-16T07:32:02.807Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T07:32:02.807Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-16T07:32:02.807Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T07:32:02.807Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-16T07:32:02.807Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T07:32:02.807Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite (1591.49s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.20s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.02s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.98s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.23s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.06s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.19s) [2022-03-16T07:32:03.003Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.95s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.84s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.67s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (39.84s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.48s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.41s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.42s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.43s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.63s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.51s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.40s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.44s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.76s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.10s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (54.92s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.32s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.48s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.68s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.31s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.07s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.57s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.27s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.61s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.87s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.42s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.73s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.30s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.13s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (3.79s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.17s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.54s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.49s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.80s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.65s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.17s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.47s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.02s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.05s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.09s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.54s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.24s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.81s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.38s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.18s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.99s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.32s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.77s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.79s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.06s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.48s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (12.93s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.01s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.59s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.14s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.85s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.10s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.90s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.00s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.22s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.34s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.77s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.56s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.58s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.67s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.52s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.58s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.12s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.18s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.93s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (74.35s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.38s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.11s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.24s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.95s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.62s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.95s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.36s) [2022-03-16T07:32:03.003Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.34s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.76s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.35s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.38s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.49s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.10s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.24s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (112.08s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.29s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.26s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.21s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.29s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.19s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.47s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.16s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.07s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.25s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.12s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.47s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.87s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.32s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.19s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.21s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.84s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.93s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.48s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.49s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.45s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.50s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.48s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.93s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.22s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.86s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.24s) [2022-03-16T07:32:03.003Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.19s) [2022-03-16T07:32:03.003Z] === RUN TestDockerExternalVolumeSuite [2022-03-16T07:32:03.003Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-16T07:32:03.003Z] docker_cli_external_volume_driver_test.go:52: [df9b14aaa1121] daemon is not started [2022-03-16T07:32:03.837Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-16T07:32:08.245Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-16T07:32:08.245Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-16T07:32:08.245Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-16T07:32:08.245Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-16T07:32:08.245Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-16T07:32:08.245Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-16T07:32:08.245Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-16T07:32:08.245Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-16T07:32:08.245Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-16T07:32:08.245Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-16T07:32:11.191Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-16T07:32:11.465Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-16T07:32:11.465Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-16T07:32:11.465Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-16T07:32:13.031Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-16T07:32:17.858Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-16T07:32:29.334Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-16T07:32:29.334Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-16T07:32:29.334Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-16T07:32:29.334Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-16T07:32:29.334Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-16T07:32:29.334Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-16T07:32:29.334Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-16T07:32:29.334Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-16T07:32:29.334Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-16T07:32:29.334Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-16T07:32:29.334Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-16T07:32:29.334Z] === RUN TestDockerSuite/TestBuildFails [2022-03-16T07:32:32.397Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-16T07:32:32.397Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-16T07:32:41.257Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-16T07:32:48.520Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-16T07:32:55.744Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-16T07:32:59.064Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-16T07:32:59.562Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-16T07:32:59.562Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-16T07:32:59.562Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-16T07:32:59.562Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-16T07:32:59.562Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-16T07:33:05.008Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-16T07:33:06.604Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-16T07:33:10.677Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-16T07:33:13.855Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-16T07:33:13.855Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-16T07:33:13.855Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-16T07:33:14.333Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-16T07:33:15.340Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-16T07:33:15.340Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-16T07:33:15.340Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-16T07:33:16.550Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-16T07:33:23.715Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-16T07:33:25.486Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-16T07:33:27.959Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-16T07:33:27.959Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T07:33:27.959Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-16T07:33:29.590Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-16T07:33:29.879Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-16T07:33:29.879Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-16T07:33:30.889Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-16T07:33:31.900Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-16T07:33:33.571Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-16T07:33:40.569Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-16T07:33:40.678Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-16T07:33:40.678Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-16T07:33:41.575Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-16T07:33:42.278Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-16T07:33:44.576Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-16T07:33:44.576Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-16T07:33:44.576Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-16T07:33:45.582Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-16T07:33:45.582Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-16T07:33:47.422Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-16T07:33:47.422Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-16T07:33:47.422Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-16T07:33:48.236Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-16T07:33:48.417Z] docker_cli_external_volume_driver_test.go:52: [dccd54ccb13e8] daemon is not started [2022-03-16T07:33:51.540Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-16T07:33:53.142Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-16T07:33:53.625Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-16T07:33:54.583Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-16T07:33:54.638Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-16T07:33:55.568Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-16T07:33:55.568Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-16T07:33:55.568Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-16T07:33:55.568Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-16T07:33:55.568Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-16T07:33:55.662Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-16T07:33:57.273Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-16T07:33:58.524Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-16T07:33:59.184Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-16T07:34:00.883Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-16T07:34:03.270Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-16T07:34:03.281Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-16T07:34:06.238Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-16T07:34:06.440Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-16T07:34:06.440Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-16T07:34:06.440Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-16T07:34:06.440Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-16T07:34:06.440Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-16T07:34:06.440Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-16T07:34:06.706Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-16T07:34:06.706Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-16T07:34:06.921Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-16T07:34:06.921Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-16T07:34:06.921Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-16T07:34:07.929Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-16T07:34:08.408Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-16T07:34:09.656Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-16T07:34:10.643Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-16T07:34:11.448Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-16T07:34:11.448Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-16T07:34:11.448Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-16T07:34:12.208Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-16T07:34:15.657Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-16T07:34:17.409Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-16T07:34:17.409Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-16T07:34:17.409Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-16T07:34:17.409Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-16T07:34:17.409Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-16T07:34:18.108Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-16T07:34:22.638Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-16T07:34:24.209Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-16T07:34:26.190Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-16T07:34:26.191Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-16T07:34:26.191Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-16T07:34:26.191Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-16T07:34:26.191Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-16T07:34:26.191Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-16T07:34:26.191Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-16T07:34:26.191Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-16T07:34:32.953Z] docker_cli_external_volume_driver_test.go:52: [df40b81b820bf] daemon is not started [2022-03-16T07:34:34.690Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-16T07:34:37.042Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-16T07:34:37.042Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-16T07:34:37.042Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-16T07:34:38.645Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-16T07:34:39.448Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-16T07:34:47.892Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-16T07:34:48.103Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-16T07:34:48.148Z] docker_cli_external_volume_driver_test.go:52: [d7d6309b0272c] daemon is not started [2022-03-16T07:34:58.524Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-16T07:35:02.320Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-16T07:35:02.998Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-16T07:35:03.309Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-16T07:35:03.309Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-16T07:35:03.309Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-16T07:35:03.309Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-16T07:35:03.309Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-16T07:35:06.266Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-16T07:35:06.266Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-16T07:35:06.266Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-16T07:35:21.541Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-16T07:35:27.074Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-16T07:35:27.074Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-16T07:35:27.074Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-16T07:35:27.074Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-16T07:35:27.074Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T07:35:27.074Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-16T07:35:27.554Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-16T07:35:27.554Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-16T07:35:27.554Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-16T07:35:33.514Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-16T07:35:35.031Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-16T07:35:35.114Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-16T07:35:35.114Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-16T07:35:35.114Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-16T07:35:35.114Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-16T07:35:35.114Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-16T07:35:37.374Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-16T07:35:38.395Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-16T07:35:39.407Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-16T07:35:40.416Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-16T07:35:40.902Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-16T07:35:42.928Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-16T07:35:48.167Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-16T07:35:48.893Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-16T07:35:50.440Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-16T07:35:50.441Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-16T07:35:50.441Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-16T07:35:52.045Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-16T07:35:52.045Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-16T07:35:52.045Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-16T07:35:53.054Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-16T07:35:53.083Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-16T07:35:55.313Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-16T07:35:56.912Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-16T07:35:57.136Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-16T07:35:57.403Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-16T07:35:57.404Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-16T07:35:57.404Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-16T07:35:57.671Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-16T07:35:58.437Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-16T07:35:59.473Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-16T07:35:59.473Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-16T07:35:59.473Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-16T07:35:59.473Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-16T07:35:59.473Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-16T07:36:05.157Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-16T07:36:06.845Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-16T07:36:07.926Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-16T07:36:12.071Z] === RUN TestDockerSuite/TestBuildRm [2022-03-16T07:36:24.563Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-16T07:36:27.514Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-16T07:36:27.514Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-16T07:36:27.514Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-16T07:36:27.514Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-16T07:36:27.981Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-16T07:36:29.546Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-16T07:36:30.779Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-16T07:36:30.779Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-16T07:36:30.779Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-16T07:36:34.305Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-16T07:36:38.105Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-16T07:36:39.668Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-16T07:36:40.158Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-16T07:36:40.158Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-16T07:36:40.158Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-16T07:36:40.158Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-16T07:36:40.158Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-16T07:36:42.857Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-16T07:36:44.088Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-16T07:36:50.132Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-16T07:36:50.286Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-16T07:36:50.286Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-16T07:36:50.286Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-16T07:36:54.057Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-16T07:36:54.057Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-16T07:36:54.057Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-16T07:36:54.559Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-16T07:36:55.208Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-16T07:36:55.208Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-16T07:36:55.208Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-16T07:36:55.208Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-16T07:36:55.700Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-16T07:36:55.700Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-16T07:36:55.700Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-16T07:36:56.192Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-16T07:36:56.192Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-16T07:36:56.192Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-16T07:36:57.126Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-16T07:36:58.157Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-16T07:36:59.790Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-16T07:37:00.672Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-16T07:37:00.672Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-16T07:37:00.672Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-16T07:37:11.103Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-16T07:37:11.103Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-16T07:37:12.498Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-16T07:37:12.606Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-16T07:37:13.508Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-16T07:37:15.860Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-16T07:37:15.860Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-16T07:37:20.619Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-16T07:37:26.130Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-16T07:37:30.955Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-16T07:37:32.372Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-16T07:37:32.373Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-16T07:37:32.373Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-16T07:37:32.373Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-16T07:37:41.858Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-16T07:37:41.858Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-16T07:37:41.858Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-16T07:37:43.598Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-16T07:37:44.074Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-16T07:37:44.628Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-16T07:37:45.638Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-16T07:37:48.435Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-16T07:37:50.392Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-16T07:37:54.384Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-16T07:37:55.978Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-16T07:37:55.978Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-16T07:37:55.978Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-16T07:37:55.978Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-16T07:37:55.978Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-16T07:37:56.256Z] === RUN TestDockerSuite/TestBuildUser [2022-03-16T07:37:56.256Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-16T07:37:56.256Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-16T07:37:56.256Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-16T07:37:56.256Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-16T07:37:56.256Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-16T07:37:56.256Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-16T07:37:57.878Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-16T07:37:58.357Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-16T07:37:58.979Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-16T07:37:58.979Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-16T07:37:58.980Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-16T07:37:59.366Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-16T07:38:00.051Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-16T07:38:00.051Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-16T07:38:03.844Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-16T07:38:03.844Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-16T07:38:03.844Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-16T07:38:03.844Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-16T07:38:03.844Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-16T07:38:04.199Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-16T07:38:07.208Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-16T07:38:15.986Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-16T07:38:16.659Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-16T07:38:29.227Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-16T07:38:29.227Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-16T07:38:31.502Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-16T07:38:39.660Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-16T07:38:44.416Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-16T07:38:44.416Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-16T07:38:44.416Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-16T07:38:44.416Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-16T07:38:44.884Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-16T07:38:46.346Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-16T07:38:46.346Z] docker_cli_external_volume_driver_test.go:484: [d8cb07e695bb8] daemon is not started [2022-03-16T07:38:47.102Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-16T07:38:47.102Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T07:38:47.570Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-16T07:38:57.996Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-16T07:38:59.829Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-16T07:39:02.755Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-16T07:39:02.755Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-16T07:39:04.407Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-16T07:39:04.407Z] docker_cli_external_volume_driver_test.go:52: [d707ca4ba3aa8] daemon is not started [2022-03-16T07:39:17.709Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-16T07:39:17.709Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-16T07:39:17.792Z] === RUN TestDockerSuite/TestBuildRm [2022-03-16T07:39:18.177Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-16T07:39:18.177Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-16T07:39:18.177Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-16T07:39:18.177Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-16T07:39:18.177Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite (437.07s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.57s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.64s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.18s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.27s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.21s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.62s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.03s) [2022-03-16T07:39:19.248Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-03-16T07:39:19.248Z] PASS [2022-03-16T07:39:19.248Z] [2022-03-16T07:39:19.248Z] === Skipped [2022-03-16T07:39:19.248Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-16T07:39:19.248Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-16T07:39:19.248Z] check_test.go:308: [d0b821e25319c] daemon is not started [2022-03-16T07:39:19.248Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-16T07:39:19.248Z] [2022-03-16T07:39:19.248Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-16T07:39:19.248Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-16T07:39:19.248Z] check_test.go:308: [ddab6ff48123a] daemon is not started [2022-03-16T07:39:19.248Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-16T07:39:19.248Z] [2022-03-16T07:39:19.248Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-16T07:39:19.248Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-16T07:39:19.248Z] check_test.go:308: [d7d155b017386] daemon is not started [2022-03-16T07:39:19.248Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-16T07:39:19.248Z] [2022-03-16T07:39:19.248Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-16T07:39:19.248Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-16T07:39:19.248Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-16T07:39:19.248Z] [2022-03-16T07:39:19.248Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-16T07:39:19.248Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-16T07:39:19.248Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-16T07:39:19.248Z] [2022-03-16T07:39:19.248Z] DONE 271 tests, 5 skipped in 2369.155s [2022-03-16T07:39:19.248Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-16T07:39:19.248Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/de9ea9aee4294/docker.pid [2022-03-16T07:39:19.248Z] +++ kill 6294 [2022-03-16T07:39:19.248Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6294 is not a child of this shell [2022-03-16T07:39:19.248Z] warning: PID 6294 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/de9ea9aee4294/docker.pid had a nonzero exit code [2022-03-16T07:39:19.248Z] ++++ cat bundles/test-integration/docker.pid [2022-03-16T07:39:19.248Z] +++ kill 8722 [2022-03-16T07:39:19.248Z] +++ /etc/init.d/apparmor stop [2022-03-16T07:39:19.248Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-16T07:39:19.248Z] [2022-03-16T07:39:19.248Z] Unloading profiles will leave already running processes permanently [2022-03-16T07:39:19.248Z] unconfined, which can lead to unexpected situations. [2022-03-16T07:39:19.248Z] [2022-03-16T07:39:19.248Z] To set a process to complain mode, use the command line tool [2022-03-16T07:39:19.248Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-16T07:39:19.248Z] +++ true [2022-03-16T07:39:19.248Z] exiting test-integration [2022-03-16T07:39:19.248Z] ++ exit 0 [2022-03-16T07:39:19.248Z] [2022-03-16T07:39:19.248Z] + exit 0 [2022-03-16T07:39:19.248Z] ++ jobs -p [2022-03-16T07:39:19.248Z] + pids= [2022-03-16T07:39:19.248Z] + echo 'Remaining pids to kill: []' [2022-03-16T07:39:19.248Z] Remaining pids to kill: [] [2022-03-16T07:39:19.248Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-16T07:39:19.267Z] Recording test results [2022-03-16T07:39:19.746Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-16T07:39:21.038Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-16T07:39:21.361Z] + echo Ensuring container killed. [2022-03-16T07:39:21.362Z] Ensuring container killed. [2022-03-16T07:39:21.362Z] + docker ps -aq -f name=docker-pr3-* [2022-03-16T07:39:21.362Z] + cids=95b652c1fcff [2022-03-16T07:39:21.362Z] 94e7b4043d26 [2022-03-16T07:39:21.362Z] 6c327a00cdc6 [2022-03-16T07:39:21.362Z] + [ -n 95b652c1fcff [2022-03-16T07:39:21.362Z] 94e7b4043d26 [2022-03-16T07:39:21.362Z] 6c327a00cdc6 ] [2022-03-16T07:39:21.362Z] + docker rm -vf 95b652c1fcff 94e7b4043d26 6c327a00cdc6 [2022-03-16T07:39:21.623Z] 95b652c1fcff [2022-03-16T07:39:22.186Z] 94e7b4043d26 [2022-03-16T07:39:22.186Z] 6c327a00cdc6 [Pipeline] sh [2022-03-16T07:39:22.473Z] + echo Chowning /workspace to jenkins user [2022-03-16T07:39:22.473Z] Chowning /workspace to jenkins user [2022-03-16T07:39:22.473Z] + id -u [2022-03-16T07:39:22.473Z] + id -g [2022-03-16T07:39:22.473Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43372:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-16T07:39:25.285Z] + bundleName=amd64 [2022-03-16T07:39:25.285Z] + echo Creating amd64-bundles.tar.gz [2022-03-16T07:39:25.285Z] Creating amd64-bundles.tar.gz [2022-03-16T07:39:25.285Z] + xargs tar -czf amd64-bundles.tar.gz [2022-03-16T07:39:25.285Z] + 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-16T07:39:26.662Z] Archiving artifacts [2022-03-16T07:39:28.415Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-16T07:39:28.537Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43372/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-16T07:39:28.884Z] + make clean [2022-03-16T07:39:28.884Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-16T07:39:28.884Z] docker-dev-cache [2022-03-16T07:39:28.884Z] docker-mod-cache [Pipeline] deleteDir [2022-03-16T07:39:30.641Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-16T07:39:30.641Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-16T07:39:30.641Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-16T07:39:30.641Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-16T07:39:30.641Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-16T07:39:30.641Z] docker_cli_sni_test.go:18: Flakey test [2022-03-16T07:39:30.641Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-16T07:39:32.852Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-16T07:39:32.863Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-16T07:39:37.622Z] === RUN TestDockerSuite/TestCommitChange [2022-03-16T07:39:37.678Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-16T07:39:37.678Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-16T07:39:37.678Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-16T07:39:37.678Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-16T07:39:37.678Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-16T07:39:39.273Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-16T07:39:42.519Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-16T07:39:43.492Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-16T07:39:45.233Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-16T07:39:45.528Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-16T07:39:45.528Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-16T07:39:45.528Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-16T07:39:48.253Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-16T07:39:48.253Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-16T07:39:48.253Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-16T07:39:50.058Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-16T07:39:55.409Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-16T07:39:55.409Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T07:39:55.409Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-16T07:39:56.014Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-16T07:40:04.079Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-16T07:40:08.837Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-16T07:40:08.837Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-16T07:40:08.837Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-16T07:40:08.837Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-16T07:40:08.837Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-16T07:40:08.837Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-16T07:40:08.837Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-16T07:40:08.837Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-16T07:40:08.837Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-16T07:40:08.837Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-16T07:40:08.837Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-16T07:40:08.837Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-16T07:40:08.837Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-16T07:40:08.837Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-16T07:40:08.837Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-16T07:40:08.837Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-16T07:40:17.400Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-16T07:40:17.400Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-16T07:40:17.400Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-16T07:40:17.508Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-16T07:40:24.667Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-16T07:40:24.667Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T07:40:24.668Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-16T07:40:27.623Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-16T07:40:27.623Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-16T07:40:27.623Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-16T07:40:27.623Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T07:40:27.623Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-16T07:40:27.623Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-16T07:40:27.623Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-16T07:40:27.932Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-16T07:40:28.411Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-16T07:40:30.579Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-16T07:40:30.579Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-16T07:40:30.579Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-16T07:40:30.579Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-16T07:40:33.531Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-16T07:40:33.531Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-16T07:40:33.531Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-16T07:40:33.531Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-16T07:40:33.531Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-16T07:40:33.531Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-16T07:40:33.531Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-16T07:40:33.531Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-16T07:40:35.659Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-16T07:40:35.659Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-16T07:40:37.325Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-16T07:40:39.555Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-16T07:40:40.503Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-16T07:40:41.777Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-16T07:40:41.777Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-16T07:40:41.777Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-16T07:40:41.777Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-16T07:40:43.999Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-16T07:40:43.999Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-16T07:40:46.954Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-16T07:40:46.954Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T07:40:46.954Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-16T07:40:46.954Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:40:46.954Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-16T07:40:49.905Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-16T07:40:49.905Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-16T07:40:52.123Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-16T07:40:52.123Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-16T07:40:52.123Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-16T07:40:55.075Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-16T07:40:55.075Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-16T07:40:58.027Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-16T07:41:02.788Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-16T07:41:05.963Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-16T07:41:05.963Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-16T07:41:06.969Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-16T07:41:07.548Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-16T07:41:07.548Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-16T07:41:07.548Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-16T07:41:07.548Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-16T07:41:07.548Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-16T07:41:09.771Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-16T07:41:09.771Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-16T07:41:09.771Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-16T07:41:11.858Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-16T07:41:12.729Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-16T07:41:12.729Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-16T07:41:12.729Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-16T07:41:12.871Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-16T07:41:15.681Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-16T07:41:15.681Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-16T07:41:18.827Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-16T07:41:20.435Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-16T07:41:22.654Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-16T07:41:22.654Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-16T07:41:22.654Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-16T07:41:22.654Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-16T07:41:22.654Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-16T07:41:22.654Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-16T07:41:22.654Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-16T07:41:22.654Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-16T07:41:22.654Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-16T07:41:22.654Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-16T07:41:22.654Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-16T07:41:24.871Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-16T07:41:24.871Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-16T07:41:26.082Z] === RUN TestDockerSuite/TestBuildUser [2022-03-16T07:41:26.082Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-16T07:41:26.082Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-16T07:41:26.082Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-16T07:41:26.082Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-16T07:41:26.082Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-16T07:41:26.082Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-16T07:41:27.826Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-16T07:41:30.909Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-16T07:41:30.909Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-16T07:41:31.617Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-16T07:41:34.575Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-16T07:41:34.762Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-16T07:41:34.762Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-16T07:41:34.762Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-16T07:41:34.762Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-16T07:41:34.762Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-16T07:41:37.528Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000cb4db0_} [2022-03-16T07:41:39.746Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13601883343_c:\foo_false____} [2022-03-16T07:41:42.500Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-16T07:41:42.500Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-16T07:41:42.500Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-16T07:41:42.694Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13601883343_c:\foo_true____} [2022-03-16T07:41:44.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-16T07:41:44.915Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-16T07:41:44.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-16T07:41:44.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-16T07:41:44.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-16T07:41:44.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-16T07:41:44.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-16T07:41:44.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-16T07:41:44.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-16T07:41:44.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-16T07:41:45.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-16T07:41:45.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-16T07:41:45.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-16T07:41:45.383Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-16T07:41:45.383Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-16T07:41:45.383Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-16T07:41:45.383Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-16T07:41:45.383Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-16T07:41:45.383Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-16T07:41:45.383Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-16T07:41:45.383Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-16T07:41:45.383Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-16T07:41:45.383Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-16T07:41:45.383Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-16T07:41:48.338Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-16T07:41:48.338Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-16T07:41:48.338Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-16T07:41:48.338Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-16T07:41:48.338Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-16T07:41:48.338Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-16T07:41:48.338Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-16T07:41:48.338Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-16T07:41:48.338Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-16T07:41:48.338Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-16T07:41:48.338Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.338Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-16T07:41:48.338Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.806Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-16T07:41:48.806Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T07:41:48.806Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-16T07:41:51.757Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-16T07:41:51.757Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-16T07:41:51.757Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-16T07:41:51.758Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-16T07:41:54.710Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-16T07:41:54.710Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-16T07:41:54.710Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-16T07:41:54.710Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-16T07:41:54.710Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-16T07:41:54.710Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-16T07:41:54.710Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-16T07:41:59.476Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-16T07:42:02.430Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-16T07:42:02.430Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T07:42:02.430Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-16T07:42:02.430Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-16T07:42:02.430Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-16T07:42:03.946Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-16T07:42:05.065Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-16T07:42:05.065Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-16T07:42:12.864Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-16T07:42:12.864Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-16T07:42:12.864Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-16T07:42:12.864Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T07:42:12.864Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-16T07:42:15.595Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-16T07:42:19.026Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-16T07:42:21.538Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-16T07:42:21.538Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-16T07:42:21.538Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-16T07:42:21.538Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-16T07:42:21.538Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-16T07:42:23.298Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-16T07:42:23.298Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-16T07:42:23.767Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-16T07:42:23.767Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-16T07:42:23.767Z] === RUN TestDockerSuite/TestCpToDot [2022-03-16T07:42:25.387Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-16T07:42:25.387Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T07:42:25.865Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-16T07:42:26.723Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-16T07:42:26.723Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-16T07:42:26.723Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-16T07:42:26.723Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-16T07:42:26.723Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-16T07:42:29.678Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-16T07:42:29.678Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T07:42:29.678Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-16T07:42:29.678Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-16T07:42:29.678Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-16T07:42:29.678Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-16T07:42:29.678Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-16T07:42:29.678Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-16T07:42:29.678Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-16T07:42:30.147Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-16T07:42:30.147Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-16T07:42:32.366Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-16T07:42:35.329Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-16T07:42:35.800Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-16T07:42:35.800Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-16T07:42:38.016Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-16T07:42:38.485Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-16T07:42:38.958Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-16T07:42:38.958Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-16T07:42:38.958Z] === RUN TestDockerSuite/TestCreateRM [2022-03-16T07:42:39.427Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-16T07:42:39.427Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-16T07:42:39.427Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-16T07:42:39.427Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-16T07:42:39.901Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-16T07:42:40.928Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-16T07:42:44.503Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-16T07:42:44.779Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-16T07:42:44.779Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-16T07:42:48.566Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-16T07:42:48.566Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-16T07:42:49.036Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-16T07:42:52.973Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-16T07:42:52.973Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-16T07:42:52.973Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-16T07:42:52.973Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-16T07:42:55.990Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-16T07:42:55.990Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T07:42:55.990Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-16T07:42:55.990Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-16T07:42:55.990Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-16T07:42:55.990Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-16T07:42:55.990Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-16T07:42:55.990Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-16T07:42:55.990Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-16T07:42:55.990Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-16T07:42:55.990Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T07:42:55.990Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-16T07:42:55.990Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-16T07:42:55.990Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-16T07:42:55.990Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-16T07:42:55.990Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-16T07:42:55.990Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:42:55.990Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-16T07:42:55.990Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T07:42:55.990Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-16T07:42:55.990Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-16T07:42:56.475Z] === RUN TestDockerSuite/TestDockerFails [2022-03-16T07:42:56.475Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-16T07:42:56.475Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-16T07:42:56.475Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-16T07:42:56.475Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-16T07:42:56.475Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-16T07:42:56.475Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-16T07:42:56.475Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-16T07:42:56.475Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-16T07:42:56.475Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-16T07:42:56.475Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-16T07:42:56.475Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-16T07:42:59.432Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-16T07:43:02.396Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-16T07:43:02.749Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-16T07:43:02.749Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-16T07:43:02.749Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-16T07:43:02.749Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-16T07:43:02.749Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-16T07:43:02.749Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-16T07:43:02.749Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-16T07:43:04.344Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-16T07:43:05.356Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-16T07:43:14.884Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-16T07:43:15.796Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-16T07:43:15.891Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-16T07:43:15.891Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-16T07:43:16.369Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-16T07:43:16.369Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-16T07:43:16.369Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-16T07:43:16.369Z] docker_cli_sni_test.go:18: Flakey test [2022-03-16T07:43:16.847Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-16T07:43:19.103Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-16T07:43:19.103Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-16T07:43:19.103Z] === RUN TestDockerSuite/TestCommitChange [2022-03-16T07:43:20.563Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-16T07:43:26.356Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-16T07:43:27.724Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-16T07:43:29.944Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-16T07:43:30.931Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-16T07:43:32.309Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-16T07:43:32.309Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-16T07:43:32.309Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-16T07:43:35.600Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-16T07:43:36.810Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-16T07:43:37.280Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-16T07:43:38.267Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-16T07:43:42.855Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-16T07:43:42.855Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T07:43:42.855Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-16T07:43:44.135Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-16T07:43:50.000Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-16T07:43:50.000Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-16T07:43:50.000Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-16T07:43:50.000Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T07:43:50.000Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-16T07:43:50.000Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-16T07:43:50.000Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-16T07:43:50.000Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-16T07:43:50.000Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-16T07:43:51.571Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-16T07:43:51.571Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-16T07:43:51.571Z] === RUN TestDockerSuite/TestEventsRename [2022-03-16T07:43:51.754Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-16T07:43:53.644Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-16T07:43:54.522Z] === RUN TestDockerSuite/TestEventsResize [2022-03-16T07:43:57.799Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-16T07:43:57.799Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-16T07:43:57.799Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-16T07:43:57.799Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-16T07:43:57.799Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-16T07:43:57.799Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-16T07:43:58.290Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-16T07:43:58.290Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-16T07:43:58.290Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-16T07:43:58.290Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-16T07:43:58.290Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-16T07:43:58.290Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-16T07:43:58.290Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-16T07:43:58.290Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-16T07:43:58.290Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-16T07:43:58.290Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-16T07:44:03.178Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-16T07:44:05.395Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-16T07:44:06.454Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-16T07:44:08.350Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-16T07:44:08.963Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-16T07:44:14.180Z] === RUN TestDockerSuite/TestEventsTop [2022-03-16T07:44:14.180Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-16T07:44:14.180Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-16T07:44:16.394Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-16T07:44:17.800Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-16T07:44:17.800Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T07:44:17.800Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-16T07:44:20.872Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-16T07:44:20.873Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-16T07:44:20.873Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-16T07:44:20.873Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T07:44:20.873Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-16T07:44:20.873Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-16T07:44:20.873Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-16T07:44:21.149Z] === RUN TestDockerSuite/TestExec [2022-03-16T07:44:21.149Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T07:44:21.149Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-16T07:44:21.149Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-16T07:44:21.149Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-16T07:44:23.363Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-16T07:44:23.935Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-16T07:44:23.935Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-16T07:44:23.935Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-16T07:44:23.935Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-16T07:44:26.318Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-16T07:44:26.318Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T07:44:26.318Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-16T07:44:26.318Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T07:44:26.318Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-16T07:44:26.318Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-16T07:44:26.318Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-16T07:44:27.861Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-16T07:44:27.861Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-16T07:44:27.861Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-16T07:44:27.861Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-16T07:44:27.861Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-16T07:44:27.861Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-16T07:44:27.861Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-16T07:44:27.861Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-16T07:44:28.533Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-16T07:44:30.746Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-16T07:44:31.803Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-16T07:44:32.960Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-16T07:44:35.175Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-16T07:44:35.731Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-16T07:44:39.661Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-16T07:44:39.661Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-16T07:44:39.661Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-16T07:44:39.661Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-16T07:44:41.051Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-16T07:44:41.051Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-16T07:44:41.051Z] === RUN TestDockerSuite/TestExecEnv [2022-03-16T07:44:41.051Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T07:44:41.051Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-16T07:44:41.051Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-16T07:44:41.051Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-16T07:44:42.616Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-16T07:44:44.575Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-16T07:44:44.575Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-16T07:44:47.368Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-16T07:44:47.368Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-16T07:44:47.368Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-16T07:44:47.368Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-16T07:44:47.368Z] === RUN TestDockerSuite/TestExecParseError [2022-03-16T07:44:47.368Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-16T07:44:47.368Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-16T07:44:47.368Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-16T07:44:47.368Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-16T07:44:47.368Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-16T07:44:47.368Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-16T07:44:47.637Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-16T07:44:47.637Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T07:44:47.637Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-16T07:44:47.637Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:44:47.637Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-16T07:44:49.589Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-16T07:44:49.589Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-16T07:44:49.589Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-16T07:44:49.589Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-16T07:44:49.589Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-16T07:44:49.589Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-16T07:44:49.589Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-16T07:44:49.589Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-16T07:44:49.589Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-16T07:44:49.589Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-16T07:44:49.589Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-16T07:44:51.566Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-16T07:44:51.566Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-16T07:44:52.544Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-16T07:44:52.545Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-16T07:44:52.545Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-16T07:44:54.629Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-16T07:44:54.629Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-16T07:44:54.629Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-16T07:44:58.406Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-16T07:44:58.406Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-16T07:44:58.406Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-16T07:44:58.406Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-16T07:44:58.406Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-16T07:44:58.406Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-16T07:44:58.406Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-16T07:44:58.559Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-16T07:44:58.559Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-16T07:45:01.625Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-16T07:45:04.274Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-16T07:45:08.981Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-16T07:45:11.433Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-16T07:45:14.389Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-16T07:45:15.027Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-16T07:45:15.517Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-16T07:45:15.517Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-16T07:45:15.517Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-16T07:45:15.517Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-16T07:45:19.443Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-16T07:45:19.443Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-16T07:45:19.443Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-16T07:45:20.260Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-16T07:45:20.260Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T07:45:20.260Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-16T07:45:20.260Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-16T07:45:20.729Z] === RUN TestDockerSuite/TestHealth [2022-03-16T07:45:20.729Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-16T07:45:20.729Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-16T07:45:20.729Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-16T07:45:20.729Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-16T07:45:20.729Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-16T07:45:22.506Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-16T07:45:22.506Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-16T07:45:22.506Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-16T07:45:26.444Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-16T07:45:26.444Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-16T07:45:26.601Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-16T07:45:26.601Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-16T07:45:26.601Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-16T07:45:26.601Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-16T07:45:26.601Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-16T07:45:26.601Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-16T07:45:26.601Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-16T07:45:27.588Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-16T07:45:27.588Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-16T07:45:27.588Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-16T07:45:28.575Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-16T07:45:28.575Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-16T07:45:30.790Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-16T07:45:30.790Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-16T07:45:32.487Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-16T07:45:33.742Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-16T07:45:34.793Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-16T07:45:34.793Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-16T07:45:34.793Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-16T07:45:34.793Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-16T07:45:34.793Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-16T07:45:34.793Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-16T07:45:34.793Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-16T07:45:34.793Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-16T07:45:34.793Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-16T07:45:34.793Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-16T07:45:34.793Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-16T07:45:36.686Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-16T07:45:36.686Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-16T07:45:36.686Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T07:45:36.686Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-16T07:45:37.835Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-16T07:45:37.835Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-16T07:45:40.447Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-16T07:45:40.447Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-16T07:45:40.887Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-16T07:45:40.916Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestImportFile [2022-03-16T07:45:40.916Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-16T07:45:40.916Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-16T07:45:40.916Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-16T07:45:40.916Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-16T07:45:40.916Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-16T07:45:40.916Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-16T07:45:40.916Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-16T07:45:40.916Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-16T07:45:40.916Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T07:45:40.916Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-16T07:45:43.866Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-16T07:45:44.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-16T07:45:46.815Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-16T07:45:46.815Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T07:45:46.815Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-16T07:45:46.815Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-16T07:45:46.815Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-16T07:45:46.815Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-16T07:45:46.815Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-16T07:45:46.815Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-16T07:45:47.871Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-16T07:45:49.030Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-16T07:45:49.497Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-16T07:45:50.936Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a060d8_} [2022-03-16T07:45:51.711Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-16T07:45:51.711Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-16T07:45:51.711Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-16T07:45:51.711Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-16T07:45:51.711Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-16T07:45:51.711Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-16T07:45:52.179Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-16T07:45:54.393Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-16T07:45:54.878Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11180967218_c:\foo_false____} [2022-03-16T07:45:57.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11180967218_c:\foo_true____} [2022-03-16T07:45:59.158Z] === RUN TestDockerSuite/TestInspectImage [2022-03-16T07:45:59.158Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T07:45:59.158Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-16T07:45:59.158Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T07:45:59.158Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-16T07:45:59.158Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T07:45:59.158Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-16T07:46:01.006Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-16T07:46:01.006Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-16T07:46:01.497Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-16T07:46:01.497Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-16T07:46:01.988Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-16T07:46:01.988Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-16T07:46:01.988Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-16T07:46:01.988Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-16T07:46:01.988Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-16T07:46:01.988Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-16T07:46:01.988Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-16T07:46:01.988Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-16T07:46:01.988Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-16T07:46:02.113Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-16T07:46:04.335Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-16T07:46:04.803Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-16T07:46:05.913Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-16T07:46:05.913Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-16T07:46:05.913Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-16T07:46:05.913Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-16T07:46:05.913Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-16T07:46:05.913Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-16T07:46:05.913Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-16T07:46:05.913Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-16T07:46:05.913Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-16T07:46:05.913Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-16T07:46:05.913Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-16T07:46:05.913Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-16T07:46:05.913Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T07:46:05.913Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-16T07:46:07.746Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-16T07:46:08.942Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-16T07:46:08.942Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-16T07:46:08.942Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-16T07:46:08.942Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-16T07:46:10.654Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-16T07:46:10.654Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-16T07:46:10.654Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-16T07:46:10.655Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-16T07:46:12.849Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-16T07:46:12.849Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-16T07:46:12.849Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-16T07:46:12.849Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-16T07:46:12.849Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-16T07:46:12.849Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-16T07:46:12.849Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-16T07:46:12.868Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-16T07:46:16.661Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-16T07:46:18.896Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-16T07:46:18.972Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-16T07:46:18.972Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-16T07:46:18.972Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-16T07:46:18.972Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-16T07:46:18.972Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-16T07:46:18.972Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-16T07:46:19.465Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-16T07:46:21.101Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-16T07:46:21.101Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-16T07:46:21.101Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-16T07:46:21.420Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-16T07:46:21.592Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-16T07:46:22.627Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-16T07:46:22.819Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-16T07:46:22.819Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T07:46:22.819Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-16T07:46:22.819Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-16T07:46:22.819Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-16T07:46:23.636Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-16T07:46:26.588Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-16T07:46:28.805Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-16T07:46:30.002Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-16T07:46:31.757Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-16T07:46:33.938Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-16T07:46:34.712Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-16T07:46:35.584Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-16T07:46:35.584Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-16T07:46:35.584Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-16T07:46:35.584Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T07:46:35.584Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-16T07:46:37.631Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-16T07:46:37.632Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-16T07:46:37.632Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-16T07:46:37.632Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-16T07:46:37.632Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-16T07:46:39.813Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-16T07:46:39.959Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-16T07:46:39.959Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-16T07:46:39.959Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-16T07:46:39.959Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-16T07:46:39.959Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-16T07:46:39.959Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-16T07:46:39.959Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-16T07:46:39.959Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-16T07:46:39.959Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-16T07:46:39.959Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-16T07:46:39.959Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-16T07:46:42.008Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-16T07:46:44.860Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-16T07:46:44.860Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T07:46:44.860Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-16T07:46:44.860Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T07:46:44.860Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-16T07:46:44.860Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T07:46:44.860Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-16T07:46:46.495Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-16T07:46:47.870Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-16T07:46:48.282Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-16T07:46:48.282Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-16T07:46:48.282Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-16T07:46:48.282Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-16T07:46:48.282Z] === RUN TestDockerSuite/TestCpToDot [2022-03-16T07:46:50.820Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-16T07:46:50.820Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-16T07:46:50.820Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-16T07:46:51.348Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-16T07:46:51.348Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-16T07:46:51.838Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-16T07:46:51.838Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-16T07:46:51.838Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-16T07:46:52.572Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-16T07:46:53.035Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-16T07:46:53.035Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-16T07:46:54.901Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-16T07:46:54.901Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T07:46:54.901Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-16T07:46:54.901Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-16T07:46:54.901Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-16T07:46:54.901Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-16T07:46:55.392Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-16T07:46:55.392Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-16T07:46:55.392Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-16T07:46:55.392Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-16T07:46:55.882Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-16T07:46:58.185Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-16T07:46:58.900Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-16T07:47:01.262Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-16T07:47:01.753Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-16T07:47:01.753Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-16T07:47:04.819Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-16T07:47:05.310Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-16T07:47:05.800Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-16T07:47:05.800Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-16T07:47:05.800Z] === RUN TestDockerSuite/TestCreateRM [2022-03-16T07:47:06.065Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-16T07:47:06.291Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-16T07:47:06.291Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-16T07:47:06.291Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-16T07:47:06.291Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-16T07:47:06.783Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-16T07:47:11.936Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-16T07:47:14.155Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-16T07:47:14.163Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-16T07:47:14.163Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-16T07:47:14.163Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-16T07:47:14.163Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-16T07:47:14.163Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-16T07:47:14.163Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-16T07:47:14.163Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-16T07:47:14.163Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-16T07:47:14.163Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-16T07:47:14.163Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-16T07:47:14.163Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-16T07:47:14.163Z] === RUN TestDockerSuite/TestBuildFails [2022-03-16T07:47:16.579Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-16T07:47:16.579Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-16T07:47:17.236Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-16T07:47:17.236Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-16T07:47:17.236Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-16T07:47:17.451Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-16T07:47:17.451Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-16T07:47:17.941Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-16T07:47:20.188Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-16T07:47:21.863Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-16T07:47:21.863Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-16T07:47:21.863Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-16T07:47:21.863Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-16T07:47:22.410Z] === RUN TestDockerSuite/TestLogsSince [2022-03-16T07:47:23.961Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-16T07:47:25.787Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-16T07:47:25.787Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-16T07:47:25.787Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-16T07:47:25.787Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-16T07:47:25.787Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-16T07:47:25.787Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-16T07:47:25.787Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-16T07:47:25.787Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-16T07:47:25.787Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-16T07:47:25.787Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDockerFails [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-16T07:47:25.787Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-16T07:47:25.787Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-16T07:47:25.787Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-16T07:47:25.787Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-16T07:47:25.787Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-16T07:47:25.787Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-16T07:47:29.716Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-16T07:47:30.017Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-16T07:47:32.781Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-16T07:47:32.835Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-16T07:47:32.835Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-16T07:47:32.835Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-16T07:47:32.835Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-16T07:47:32.835Z] === RUN TestDockerSuite/TestLogsTail [2022-03-16T07:47:35.787Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-16T07:47:36.709Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-16T07:47:38.739Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-16T07:47:38.921Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-16T07:47:41.694Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-16T07:47:41.694Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestNetHostname [2022-03-16T07:47:41.694Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-16T07:47:41.694Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-16T07:47:41.694Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-16T07:47:41.694Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPluginActive [2022-03-16T07:47:41.694Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-16T07:47:41.694Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-16T07:47:41.694Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-16T07:47:41.694Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-16T07:47:41.694Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-16T07:47:41.694Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-16T07:47:41.694Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-16T07:47:41.694Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-16T07:47:41.694Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-16T07:47:41.694Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPortList [2022-03-16T07:47:41.694Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-16T07:47:41.694Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-16T07:47:44.977Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-16T07:47:47.291Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-16T07:47:47.561Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-16T07:47:47.561Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:47:47.561Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-16T07:47:47.561Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-16T07:47:47.561Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-16T07:47:47.561Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-16T07:47:47.561Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-16T07:47:47.561Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-16T07:47:47.561Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-16T07:47:47.561Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-16T07:47:47.561Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-16T07:47:47.561Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-16T07:47:47.561Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-16T07:47:47.561Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-16T07:47:47.561Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-16T07:47:47.561Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-16T07:47:47.561Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-16T07:47:47.561Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-16T07:47:49.471Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-16T07:47:52.313Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-16T07:47:52.313Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-16T07:47:52.313Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-16T07:47:54.661Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-16T07:47:54.661Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-16T07:47:54.661Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-16T07:47:54.661Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-16T07:47:55.513Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-16T07:47:55.696Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-16T07:47:55.696Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-16T07:47:55.696Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-16T07:48:00.971Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-16T07:48:00.971Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-16T07:48:00.971Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-16T07:48:02.874Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-16T07:48:05.940Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-16T07:48:06.430Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-16T07:48:08.472Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-16T07:48:08.472Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T07:48:08.472Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-16T07:48:11.397Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-16T07:48:12.475Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-16T07:48:13.505Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-16T07:48:14.538Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-16T07:48:21.908Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-16T07:48:23.714Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-16T07:48:23.714Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-16T07:48:26.024Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-16T07:48:26.024Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-16T07:48:26.024Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-16T07:48:27.064Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-16T07:48:27.064Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-16T07:48:27.953Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-16T07:48:27.953Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-16T07:48:27.953Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-16T07:48:27.953Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T07:48:27.953Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-16T07:48:27.953Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-16T07:48:27.953Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-16T07:48:27.953Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-16T07:48:27.953Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-16T07:48:29.232Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-16T07:48:29.233Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-16T07:48:29.233Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-16T07:48:29.233Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-16T07:48:29.588Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-16T07:48:29.588Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-16T07:48:29.588Z] === RUN TestDockerSuite/TestEventsRename [2022-03-16T07:48:32.657Z] === RUN TestDockerSuite/TestEventsResize [2022-03-16T07:48:37.746Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-16T07:48:38.781Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-16T07:48:39.815Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-16T07:48:40.850Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-16T07:48:41.749Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-16T07:48:41.884Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-16T07:48:43.522Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-16T07:48:45.160Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-16T07:48:45.546Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-16T07:48:54.058Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-16T07:48:54.058Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-16T07:48:54.058Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-16T07:48:54.058Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-16T07:48:54.058Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-16T07:48:54.058Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-16T07:48:54.058Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-16T07:48:54.058Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-16T07:48:54.058Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-16T07:48:54.204Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-16T07:48:55.092Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-16T07:48:55.584Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-16T07:48:58.956Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-16T07:48:58.956Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-16T07:48:58.956Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-16T07:48:58.956Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-16T07:48:58.956Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-16T07:49:02.951Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-16T07:49:04.827Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-16T07:49:04.827Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T07:49:04.827Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-16T07:49:04.827Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-16T07:49:04.827Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-16T07:49:04.827Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-16T07:49:04.827Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-16T07:49:04.827Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-16T07:49:04.827Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-16T07:49:08.917Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-16T07:49:09.947Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-16T07:49:11.986Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-16T07:49:11.986Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-16T07:49:11.986Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-16T07:49:13.870Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-16T07:49:14.294Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-16T07:49:14.294Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-16T07:49:14.294Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-16T07:49:15.303Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-16T07:49:16.307Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-16T07:49:16.307Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-16T07:49:16.307Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-16T07:49:19.920Z] === RUN TestDockerSuite/TestEventsTop [2022-03-16T07:49:19.920Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-16T07:49:19.920Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-16T07:49:21.067Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-16T07:49:22.981Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-16T07:49:26.938Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-16T07:49:29.034Z] === RUN TestDockerSuite/TestExec [2022-03-16T07:49:29.034Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T07:49:29.034Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-16T07:49:29.034Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-16T07:49:29.034Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-16T07:49:29.160Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-16T07:49:32.097Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-16T07:49:33.459Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-16T07:49:33.459Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-16T07:49:33.459Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-16T07:49:33.459Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-16T07:49:35.472Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-16T07:49:35.472Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T07:49:35.472Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-16T07:49:35.472Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T07:49:35.472Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-16T07:49:35.472Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-16T07:49:35.472Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-16T07:49:39.350Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-16T07:49:43.256Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-16T07:49:47.180Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-16T07:49:50.355Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-16T07:49:50.355Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T07:49:50.355Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-16T07:49:51.103Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-16T07:49:57.513Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-16T07:49:57.513Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-16T07:49:57.513Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-16T07:49:57.982Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-16T07:49:58.463Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-16T07:49:58.463Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-16T07:49:58.463Z] === RUN TestDockerSuite/TestExecEnv [2022-03-16T07:49:58.463Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T07:49:58.463Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-16T07:49:58.463Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-16T07:49:58.463Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-16T07:50:02.391Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-16T07:50:04.035Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-16T07:50:08.436Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-16T07:50:08.436Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-16T07:50:08.436Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-16T07:50:08.436Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-16T07:50:08.436Z] === RUN TestDockerSuite/TestExecParseError [2022-03-16T07:50:08.436Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-16T07:50:08.436Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-16T07:50:08.436Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-16T07:50:08.436Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-16T07:50:08.436Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-16T07:50:08.436Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-16T07:50:08.790Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-16T07:50:08.790Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T07:50:08.790Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-16T07:50:12.361Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-16T07:50:12.361Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-16T07:50:12.361Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-16T07:50:12.361Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-16T07:50:12.361Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-16T07:50:12.361Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-16T07:50:12.361Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-16T07:50:12.361Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-16T07:50:12.361Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-16T07:50:12.361Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-16T07:50:12.361Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-16T07:50:14.659Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-16T07:50:14.659Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-16T07:50:14.659Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-16T07:50:16.285Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-16T07:50:16.285Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-16T07:50:16.777Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-16T07:50:16.887Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-16T07:50:24.041Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-16T07:50:24.041Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-16T07:50:24.041Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-16T07:50:24.041Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-16T07:50:24.041Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-16T07:50:24.041Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-16T07:50:24.041Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-16T07:50:30.006Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-16T07:50:32.802Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-16T07:50:32.910Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-16T07:50:33.365Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-16T07:50:40.047Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-16T07:50:40.412Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-16T07:50:42.373Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-16T07:50:43.896Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-16T07:50:44.638Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-16T07:50:45.088Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-16T07:50:51.140Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-16T07:50:51.140Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T07:50:51.140Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-16T07:50:51.618Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-16T07:50:51.618Z] === RUN TestDockerSuite/TestHealth [2022-03-16T07:50:51.618Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-16T07:50:51.618Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-16T07:50:51.618Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-16T07:50:51.618Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-16T07:50:51.618Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-16T07:50:53.627Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-16T07:50:58.292Z] === RUN TestDockerSuite/TestRmiTag [2022-03-16T07:50:58.292Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-16T07:50:58.882Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-16T07:50:58.882Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-16T07:50:58.882Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-16T07:50:58.882Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-16T07:50:58.882Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-16T07:50:58.882Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-16T07:50:58.882Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-16T07:50:59.361Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-16T07:50:59.361Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-16T07:50:59.361Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-16T07:50:59.745Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-16T07:51:00.958Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-16T07:51:00.958Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-16T07:51:01.182Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-16T07:51:03.217Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-16T07:51:03.217Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-16T07:51:05.717Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-16T07:51:06.221Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-16T07:51:10.073Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-16T07:51:10.073Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-16T07:51:10.073Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T07:51:10.073Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-16T07:51:13.923Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-16T07:51:13.923Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-16T07:51:13.923Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-16T07:51:13.923Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T07:51:13.923Z] === RUN TestDockerSuite/TestImportFile [2022-03-16T07:51:13.923Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T07:51:13.923Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-16T07:51:14.407Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-16T07:51:14.407Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-16T07:51:14.407Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-16T07:51:14.407Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T07:51:14.407Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-16T07:51:14.407Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T07:51:14.407Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-16T07:51:14.407Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-16T07:51:14.407Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-16T07:51:14.407Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-16T07:51:14.407Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-16T07:51:14.407Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-16T07:51:14.407Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-16T07:51:14.407Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-16T07:51:14.407Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T07:51:14.407Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-16T07:51:14.407Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T07:51:14.407Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-16T07:51:18.262Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-16T07:51:18.824Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-16T07:51:21.263Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-16T07:51:21.263Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T07:51:21.263Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-16T07:51:21.263Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-16T07:51:21.263Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-16T07:51:21.263Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-16T07:51:21.263Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-16T07:51:21.263Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-16T07:51:22.543Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-16T07:51:25.112Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-16T07:51:25.112Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-16T07:51:27.122Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-16T07:51:27.122Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-16T07:51:27.122Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-16T07:51:28.323Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-16T07:51:28.779Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-16T07:51:28.779Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-16T07:51:28.779Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-16T07:51:28.779Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-16T07:51:28.779Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-16T07:51:28.779Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-16T07:51:28.779Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-16T07:51:28.779Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-16T07:51:28.779Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-16T07:51:28.779Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-16T07:51:28.779Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-16T07:51:28.779Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-16T07:51:28.779Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-16T07:51:28.779Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-16T07:51:28.779Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-16T07:51:28.962Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-16T07:51:28.962Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-16T07:51:28.962Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-16T07:51:28.962Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-16T07:51:28.962Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-16T07:51:28.962Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-16T07:51:28.962Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-16T07:51:31.007Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-16T07:51:31.007Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-16T07:51:31.007Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-16T07:51:31.007Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-16T07:51:31.007Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-16T07:51:32.099Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-16T07:51:35.945Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-16T07:51:36.427Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-16T07:51:36.427Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-16T07:51:36.427Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-16T07:51:36.427Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-16T07:51:36.427Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-16T07:51:36.774Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-16T07:51:38.048Z] === RUN TestDockerSuite/TestInspectImage [2022-03-16T07:51:38.048Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T07:51:38.048Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-16T07:51:38.048Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T07:51:38.048Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-16T07:51:38.048Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T07:51:38.048Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-16T07:51:39.666Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-16T07:51:40.284Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-16T07:51:41.050Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-16T07:51:42.554Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-16T07:51:44.752Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-16T07:51:45.871Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-16T07:51:45.871Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-16T07:51:47.640Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-16T07:51:47.641Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-16T07:51:48.880Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-16T07:51:50.833Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-16T07:51:53.096Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-16T07:51:53.096Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-16T07:51:53.409Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-16T07:51:53.409Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-16T07:51:53.409Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-16T07:51:53.409Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-16T07:51:53.409Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-16T07:51:53.409Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-16T07:51:53.409Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-16T07:51:53.409Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-16T07:51:53.409Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-16T07:51:53.409Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-16T07:51:53.409Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.409Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-16T07:51:53.575Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-16T07:51:53.705Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-16T07:51:53.705Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-16T07:51:53.705Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-16T07:51:53.705Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-16T07:51:55.574Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-16T07:51:55.574Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-16T07:51:55.574Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-16T07:51:56.581Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-16T07:51:57.558Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-16T07:51:57.590Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-16T07:51:59.304Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-16T07:51:59.304Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-16T07:51:59.304Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-16T07:51:59.304Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-16T07:51:59.304Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-16T07:51:59.522Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-16T07:52:01.458Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-16T07:52:01.517Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-16T07:52:01.517Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-16T07:52:01.517Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-16T07:52:01.517Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-16T07:52:01.517Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-16T07:52:01.517Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-16T07:52:01.517Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-16T07:52:01.517Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-16T07:52:01.517Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-16T07:52:01.517Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-16T07:52:01.517Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-16T07:52:01.517Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-16T07:52:01.517Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-16T07:52:01.517Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-16T07:52:01.517Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-16T07:52:04.467Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-16T07:52:07.423Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-16T07:52:08.817Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-16T07:52:10.376Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-16T07:52:10.376Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-16T07:52:10.376Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-16T07:52:10.376Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-16T07:52:10.376Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-16T07:52:10.376Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-16T07:52:10.376Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-16T07:52:12.761Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-16T07:52:13.329Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-16T07:52:13.329Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-16T07:52:13.329Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-16T07:52:13.329Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-16T07:52:13.329Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-16T07:52:13.329Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-16T07:52:13.329Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-16T07:52:13.329Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-16T07:52:13.329Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-16T07:52:15.543Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-16T07:52:15.827Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-16T07:52:17.667Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-16T07:52:17.668Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-16T07:52:19.759Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-16T07:52:21.422Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-16T07:52:21.422Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-16T07:52:21.422Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-16T07:52:21.422Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-16T07:52:21.422Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-16T07:52:21.422Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-16T07:52:21.422Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-16T07:52:21.422Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-16T07:52:21.422Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-16T07:52:21.422Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-16T07:52:21.422Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-16T07:52:21.422Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-16T07:52:21.422Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-16T07:52:23.685Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-16T07:52:24.373Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-16T07:52:24.373Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-16T07:52:24.373Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-16T07:52:24.373Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-16T07:52:24.373Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-16T07:52:24.373Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-16T07:52:26.746Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-16T07:52:27.331Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-16T07:52:28.348Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-16T07:52:29.548Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-16T07:52:29.548Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.548Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-16T07:52:29.950Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T07:52:29.950Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-16T07:52:29.950Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-16T07:52:30.440Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-16T07:52:30.440Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-16T07:52:30.440Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-16T07:52:30.440Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-16T07:52:30.440Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-16T07:52:32.500Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-16T07:52:32.500Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-16T07:52:32.500Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-16T07:52:32.500Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-16T07:52:32.500Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-16T07:52:32.500Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-16T07:52:32.500Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-16T07:52:33.264Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-16T07:52:33.506Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-16T07:52:35.453Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-16T07:52:37.436Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-16T07:52:37.668Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-16T07:52:40.624Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-16T07:52:42.840Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-16T07:52:42.840Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-16T07:52:42.840Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-16T07:52:42.840Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-16T07:52:42.840Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-16T07:52:42.840Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-16T07:52:42.840Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-16T07:52:42.840Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-16T07:52:42.840Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-16T07:52:42.840Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-16T07:52:42.840Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-16T07:52:42.840Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-16T07:52:42.840Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-16T07:52:43.308Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-16T07:52:43.308Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-16T07:52:43.308Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-16T07:52:43.477Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-16T07:52:43.953Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-16T07:52:47.403Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-16T07:52:47.403Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-16T07:52:47.403Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-16T07:52:48.063Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-16T07:52:48.063Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-16T07:52:48.063Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-16T07:52:48.063Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-16T07:52:48.063Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-16T07:52:48.063Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-16T07:52:48.063Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-16T07:52:48.063Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-16T07:52:48.063Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T07:52:48.063Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-16T07:52:48.063Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T07:52:48.063Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-16T07:52:50.007Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-16T07:52:51.336Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-16T07:52:51.336Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-16T07:52:55.215Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-16T07:52:55.215Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-16T07:52:55.215Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-16T07:52:56.060Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunMount [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-16T07:52:57.429Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.429Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-16T07:52:57.696Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-16T07:52:57.697Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.697Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-16T07:52:57.697Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-16T07:52:57.697Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-16T07:53:00.229Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-16T07:53:00.766Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-16T07:53:00.767Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-16T07:53:00.767Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-16T07:53:06.095Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-16T07:53:06.095Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-16T07:53:06.095Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-16T07:53:06.095Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-16T07:53:06.095Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-16T07:53:06.095Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-16T07:53:06.095Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-16T07:53:07.595Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-16T07:53:11.966Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-16T07:53:14.955Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-16T07:53:17.829Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-16T07:53:17.829Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-16T07:53:17.829Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-16T07:53:17.829Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-16T07:53:17.829Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-16T07:53:17.829Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-16T07:53:17.829Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-16T07:53:17.829Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-16T07:53:17.829Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-16T07:53:17.829Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-16T07:53:17.829Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-16T07:53:17.829Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-16T07:53:17.829Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-16T07:53:17.829Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-16T07:53:17.829Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-16T07:53:17.829Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-16T07:53:17.829Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-16T07:53:17.829Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-16T07:53:17.829Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-16T07:53:17.829Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-16T07:53:18.817Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-16T07:53:19.867Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-16T07:53:21.033Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-16T07:53:23.246Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-16T07:53:24.231Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-16T07:53:24.776Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-16T07:53:24.776Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-16T07:53:24.776Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-16T07:53:26.449Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-16T07:53:26.918Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-16T07:53:26.918Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-16T07:53:26.918Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-16T07:53:26.918Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-16T07:53:26.918Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-16T07:53:26.918Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-16T07:53:26.918Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-16T07:53:26.918Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-16T07:53:26.918Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-16T07:53:26.918Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-16T07:53:26.918Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-16T07:53:26.918Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-16T07:53:26.918Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-16T07:53:26.918Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-16T07:53:26.918Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-16T07:53:26.918Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-16T07:53:27.840Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-16T07:53:30.708Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-16T07:53:30.708Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-16T07:53:30.708Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-16T07:53:30.708Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-16T07:53:30.708Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-16T07:53:30.708Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-16T07:53:30.708Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-16T07:53:30.708Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-16T07:53:30.708Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-16T07:53:30.708Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-16T07:53:30.708Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-16T07:53:31.768Z] === RUN TestDockerSuite/TestLogsSince [2022-03-16T07:53:41.117Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-16T07:53:41.117Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-16T07:53:41.117Z] === RUN TestDockerSuite/TestRunRm [2022-03-16T07:53:42.412Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-16T07:53:42.412Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-16T07:53:42.412Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-16T07:53:42.412Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-16T07:53:42.412Z] === RUN TestDockerSuite/TestLogsTail [2022-03-16T07:53:43.282Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-16T07:53:45.418Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-16T07:53:49.045Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-16T07:53:49.272Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-16T07:53:51.935Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-16T07:53:52.274Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-16T07:53:52.274Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.274Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-16T07:53:52.274Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.274Z] === RUN TestDockerSuite/TestNetHostname [2022-03-16T07:53:52.274Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.274Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-16T07:53:52.274Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-16T07:53:52.753Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-16T07:53:52.753Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPluginActive [2022-03-16T07:53:52.753Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-16T07:53:52.753Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-16T07:53:52.753Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-16T07:53:52.753Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-16T07:53:52.753Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-16T07:53:52.753Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-16T07:53:52.753Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-16T07:53:52.753Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-16T07:53:52.753Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-16T07:53:52.753Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPortList [2022-03-16T07:53:52.753Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-16T07:53:52.753Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-16T07:53:54.098Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-16T07:53:56.263Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-16T07:53:59.153Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-16T07:53:59.153Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-16T07:53:59.153Z] === RUN TestDockerSuite/TestRunState [2022-03-16T07:53:59.153Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-16T07:53:59.153Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-16T07:53:59.999Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-16T07:53:59.999Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:53:59.999Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-16T07:53:59.999Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-16T07:53:59.999Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-16T07:53:59.999Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-16T07:53:59.999Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-16T07:53:59.999Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-16T07:53:59.999Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-16T07:53:59.999Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-16T07:53:59.999Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-16T07:53:59.999Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-16T07:53:59.999Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-16T07:53:59.999Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-16T07:53:59.999Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-16T07:53:59.999Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-16T07:53:59.999Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-16T07:53:59.999Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-16T07:54:01.858Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-16T07:54:02.047Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-16T07:54:02.047Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-16T07:54:02.047Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-16T07:54:04.941Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-16T07:54:04.941Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-16T07:54:04.941Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-16T07:54:04.941Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-16T07:54:04.941Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-16T07:54:05.396Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-16T07:54:05.396Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-16T07:54:05.396Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-16T07:54:05.396Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-16T07:54:05.947Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-16T07:54:05.947Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-16T07:54:05.947Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-16T07:54:11.185Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-16T07:54:11.185Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-16T07:54:11.185Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-16T07:54:11.185Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T07:54:11.185Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-16T07:54:11.185Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-16T07:54:11.185Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-16T07:54:11.185Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-16T07:54:11.185Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-16T07:54:11.185Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-16T07:54:11.185Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-16T07:54:11.185Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-16T07:54:11.185Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-16T07:54:11.185Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-16T07:54:11.185Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-16T07:54:11.185Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-16T07:54:11.185Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-16T07:54:11.185Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-16T07:54:11.185Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-16T07:54:11.185Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-16T07:54:11.185Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-16T07:54:13.350Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-16T07:54:13.350Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-16T07:54:13.350Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-16T07:54:16.238Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-16T07:54:16.238Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-16T07:54:16.238Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-16T07:54:16.238Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-16T07:54:16.238Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-16T07:54:19.954Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-16T07:54:21.025Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-16T07:54:21.025Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-16T07:54:21.025Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-16T07:54:23.265Z] === RUN TestDockerSuite/TestBuildRm [2022-03-16T07:54:28.497Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-16T07:54:34.261Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-16T07:54:36.082Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-16T07:54:41.242Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-16T07:54:41.310Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-16T07:54:41.311Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-16T07:54:41.311Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-16T07:54:41.311Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-16T07:54:43.513Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-16T07:54:43.513Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-16T07:54:43.513Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-16T07:54:43.513Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-16T07:54:43.996Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-16T07:54:45.041Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-16T07:54:46.278Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-16T07:54:47.284Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-16T07:54:50.178Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-16T07:54:50.178Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-16T07:54:50.178Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-16T07:54:50.178Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-16T07:54:50.178Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-16T07:54:50.178Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-16T07:54:50.178Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-16T07:54:50.178Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-16T07:54:50.178Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-16T07:54:50.178Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-16T07:54:50.178Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-16T07:54:50.178Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-16T07:54:50.178Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-16T07:54:50.178Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-16T07:54:50.178Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-16T07:54:53.893Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-16T07:54:54.084Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-16T07:54:54.569Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-16T07:54:54.569Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-16T07:54:54.569Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-16T07:54:54.569Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-16T07:54:54.569Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-16T07:54:56.058Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-16T07:54:56.907Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-16T07:54:57.588Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-16T07:55:01.824Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-16T07:55:03.356Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-16T07:55:03.356Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-16T07:55:03.356Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-16T07:55:03.356Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-16T07:55:03.356Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-16T07:55:03.356Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-16T07:55:03.356Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-16T07:55:05.680Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-16T07:55:06.247Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-16T07:55:06.247Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-16T07:55:06.704Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-16T07:55:07.160Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-16T07:55:08.689Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-16T07:55:08.689Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-16T07:55:10.519Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-16T07:55:11.584Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-16T07:55:12.358Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-16T07:55:14.479Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-16T07:55:17.391Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-16T07:55:17.391Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T07:55:17.391Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-16T07:55:19.625Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-16T07:55:19.625Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-16T07:55:19.625Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-16T07:55:19.625Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-16T07:55:19.625Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-16T07:55:26.900Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-16T07:55:26.900Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T07:55:26.900Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-16T07:55:26.900Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-16T07:55:26.900Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-16T07:55:26.900Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-16T07:55:26.900Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-16T07:55:26.900Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-16T07:55:26.900Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-16T07:55:27.720Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-16T07:55:27.720Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T07:55:27.720Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-16T07:55:31.443Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-16T07:55:31.443Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-16T07:55:31.443Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-16T07:55:31.443Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-16T07:55:31.443Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-16T07:55:31.443Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-16T07:55:31.443Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-16T07:55:31.443Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-16T07:55:31.443Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-16T07:55:36.017Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-16T07:55:36.017Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-16T07:55:36.017Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-16T07:55:39.514Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-16T07:55:39.514Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-16T07:55:39.514Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-16T07:55:39.992Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-16T07:55:39.992Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-16T07:55:39.992Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-16T07:55:41.001Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-16T07:55:41.732Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-16T07:55:41.732Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-16T07:55:41.732Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-16T07:55:41.732Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-16T07:55:41.732Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-16T07:55:41.732Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-16T07:55:41.732Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-16T07:55:41.732Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T07:55:41.732Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-16T07:55:41.732Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-16T07:55:41.732Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-16T07:55:41.732Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T07:55:41.732Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-16T07:55:42.011Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-16T07:55:42.011Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-16T07:55:42.011Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-16T07:55:43.902Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-16T07:55:46.073Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-16T07:55:46.073Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-16T07:55:46.073Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-16T07:55:48.239Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-16T07:55:48.239Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-16T07:55:48.239Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-16T07:55:48.239Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-16T07:55:48.239Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-16T07:55:48.239Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T07:55:48.239Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-16T07:55:48.239Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-16T07:55:48.239Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-16T07:55:48.239Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T07:55:48.239Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-16T07:55:48.239Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T07:55:48.239Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-16T07:55:48.660Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-16T07:55:49.139Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-16T07:55:49.263Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-16T07:55:55.098Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-16T07:55:55.098Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-16T07:55:56.518Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-16T07:55:59.521Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-16T07:56:01.053Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-16T07:56:05.880Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-16T07:56:05.880Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-16T07:56:05.880Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-16T07:56:05.880Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T07:56:05.880Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-16T07:56:05.880Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-16T07:56:05.880Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-16T07:56:05.880Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-16T07:56:08.049Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-16T07:56:08.049Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-16T07:56:11.771Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-16T07:56:12.234Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-16T07:56:12.690Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-16T07:56:12.690Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-16T07:56:13.147Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-16T07:56:23.466Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-16T07:56:23.466Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T07:56:23.466Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-16T07:56:23.466Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-16T07:56:23.466Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-16T07:56:23.466Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-16T07:56:23.466Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-16T07:56:26.525Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-16T07:56:26.525Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-16T07:56:26.525Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-16T07:56:29.534Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-16T07:56:31.798Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-16T07:56:32.002Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-16T07:56:32.002Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-16T07:56:32.458Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-16T07:56:35.885Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-16T07:56:35.885Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T07:56:35.885Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-16T07:56:37.755Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-16T07:56:43.134Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-16T07:56:43.134Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-16T07:56:43.134Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-16T07:56:44.141Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-16T07:56:44.811Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-16T07:56:44.811Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.811Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite (2512.19s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.76s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.28s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (83.07s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.81s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.10s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.78s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.54s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.94s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (89.34s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.53s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.67s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.17s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.13s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.87s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.88s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.67s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.16s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.65s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.32s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.47s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.93s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.27s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.62s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddTar (38.97s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.86s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.61s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.23s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.62s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.88s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.90s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.47s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.49s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.66s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (28.09s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.30s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.71s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.93s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.64s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.86s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.14s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCmd (0.68s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.67s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.71s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.34s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.58s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.41s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.60s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (7.07s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.33s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.70s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.21s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.89s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.88s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (39.21s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.70s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.64s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.55s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.75s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.10s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.87s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.98s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.78s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.89s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.20s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.54s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.85s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildDockerignore (56.82s) [2022-03-16T07:56:44.811Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.70s) [2022-03-16T07:56:44.811Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (64.71s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.03s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.90s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (22.71s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.78s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.82s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (34.30s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.63s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.12s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (90.46s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.57s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.75s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.36s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.62s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.70s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.28s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.94s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.43s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.78s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.27s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.83s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.73s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.76s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildFails (3.11s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.62s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.70s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.15s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.27s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.39s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.33s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.59s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.99s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildHistory (12.94s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.19s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.82s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.90s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.94s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildLabel (1.09s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.70s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.05s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.60s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildLabels (1.10s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.62s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.10s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.63s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.63s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.37s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.23s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.72s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (40.18s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.35s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.54s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.28s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.12s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.09s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.08s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.81s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.09s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.21s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.71s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.10s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.63s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.20s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.96s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.52s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.33s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.95s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (9.95s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.65s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.48s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.42s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (44.48s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.14s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildRm (13.11s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.80s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.47s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.64s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.27s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.19s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.73s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.09s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.82s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.68s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.86s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.07s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildStderr (4.64s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.00s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.39s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.52s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.32s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.08s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.06s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.99s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.54s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.57s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (24.19s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.04s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.37s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.76s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.36s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.60s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.38s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.12s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.42s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.57s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.88s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.37s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.37s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.38s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.37s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.22s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.43s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.09s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.78s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestCommitChange (5.28s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.74s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.44s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestCommitTTY (7.78s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.27s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.04s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.05s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.90s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.88s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.89s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.59s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.38s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.24s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.33s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.77s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.76s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.19s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.86s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.26s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.82s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.41s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.99s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.48s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.13s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.40s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.12s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.75s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.49s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.21s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.03s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.92s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.73s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.73s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.72s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000cb4db0_} (2.53s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13601883343_c:\foo_false____} (2.66s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13601883343_c:\foo_true____} (2.71s) [2022-03-16T07:56:44.812Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.41s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2022-03-16T07:56:44.812Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.90s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.73s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.83s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.75s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.97s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.93s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.54s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCpToDot (2.94s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCpToStdout (3.23s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateArgs (0.24s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.31s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.85s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.73s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateLabels (0.24s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateRM (0.44s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.43s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.34s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.25s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.50s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.73s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.89s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.87s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.09s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.20s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.87s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsCopy (5.22s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.23s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.19s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.06s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.06s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.13s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.09s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsFilters (5.85s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsFormat (5.66s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsRename (2.87s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsResize (8.13s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.96s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.98s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.45s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.79s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.26s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.33s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.42s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.28s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.31s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.29s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.99s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.18s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecInspectID (4.74s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.46s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.33s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.96s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.10s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.38s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.50s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.23s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.18s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.28s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.73s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.16s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.95s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.33s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.19s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesFormat (0.21s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.83s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.64s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.70s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.66s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.60s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectDefault (2.59s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectHistory (4.62s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.71s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.53s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.93s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.59s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.10s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.37s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectStatus (3.61s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.54s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.51s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.96s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.41s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.82s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.80s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.85s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.24s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.12s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.90s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.70s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.22s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.88s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.44s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.23s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.80s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.74s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.89s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.72s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsSince (9.66s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsTail (3.18s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.03s) [2022-03-16T07:56:44.813Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.81s) [2022-03-16T07:56:44.813Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.26s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.37s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPsByOrder (8.23s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.43s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.34s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.91s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.04s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.30s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.94s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.54s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.56s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.68s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.78s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.35s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.83s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.32s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.10s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.83s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.30s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.35s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.32s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.31s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.84s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.56s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.73s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.42s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.24s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.47s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.06s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiTag (0.64s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.83s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.80s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.17s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.57s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.30s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.21s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.52s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.80s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.63s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.63s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.68s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.40s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.63s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.64s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.20s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.48s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.19s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.96s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.76s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.93s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.63s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.00s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.96s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.50s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.82s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunExitCode (2.71s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.36s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.72s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.72s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.78s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.37s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.66s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.55s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.24s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.91s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.43s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.08s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.28s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.09s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-16T07:56:44.814Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.72s) [2022-03-16T07:56:44.814Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.47s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunRm (2.80s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.80s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.69s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.71s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.22s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.78s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.76s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.94s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.16s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.84s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.79s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.67s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.61s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.55s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.56s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.78s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.72s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.77s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.79s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.68s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.93s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.50s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.36s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.43s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.74s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.40s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.96s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.75s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.67s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.24s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.23s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.57s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.22s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.31s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.25s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.30s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.39s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.31s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.31s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.76s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.46s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.42s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.10s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.19s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.70s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.47s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.31s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.72s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-16T07:56:44.815Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.36s) [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-16T07:56:44.815Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.815Z] --- PASS: TestDockerRegistrySuite (0.14s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-16T07:56:44.815Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-16T07:56:44.816Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-16T07:56:44.816Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-16T07:56:44.816Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-16T07:56:44.816Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-16T07:56:44.816Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-16T07:56:44.816Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-16T07:56:44.816Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-16T07:56:44.816Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-16T07:56:44.816Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-16T07:56:44.816Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-16T07:56:44.816Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-16T07:56:44.816Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-16T07:56:44.816Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-16T07:56:44.816Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-16T07:56:44.816Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-16T07:56:44.816Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-16T07:56:44.816Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-16T07:56:44.816Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-16T07:56:44.816Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-16T07:56:44.816Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-16T07:56:44.816Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-16T07:56:44.816Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-16T07:56:44.816Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-16T07:56:44.816Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-16T07:56:44.816Z] === RUN TestDockerDaemonSuite [2022-03-16T07:56:44.816Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-16T07:56:44.816Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-16T07:56:44.816Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-16T07:56:44.816Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-16T07:56:44.816Z] === RUN TestDockerSwarmSuite [2022-03-16T07:56:44.816Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-16T07:56:44.816Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-16T07:56:44.816Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-16T07:56:44.816Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-16T07:56:44.816Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-16T07:56:44.816Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-16T07:56:44.816Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-16T07:56:44.816Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-16T07:56:44.816Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-16T07:56:44.816Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-16T07:56:44.816Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-16T07:56:44.816Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-16T07:56:44.816Z] === RUN TestDockerExternalVolumeSuite [2022-03-16T07:56:44.816Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-16T07:56:44.816Z] === RUN TestDockerNetworkSuite [2022-03-16T07:56:44.816Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-16T07:56:44.816Z] === RUN TestDockerHubPullSuite [2022-03-16T07:56:44.816Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-16T07:56:44.816Z] PASS [2022-03-16T07:56:44.816Z] ok github.com/docker/docker/integration-cli 2512.582s [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === Skipped [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-16T07:56:44.816Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-16T07:56:44.816Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-16T07:56:44.816Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-16T07:56:44.816Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-16T07:56:44.816Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-16T07:56:44.816Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-16T07:56:44.816Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-16T07:56:44.816Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-03-16T07:56:44.816Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-16T07:56:44.816Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-16T07:56:44.816Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-16T07:56:44.816Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-16T07:56:44.816Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-16T07:56:44.816Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-16T07:56:44.816Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-16T07:56:44.816Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-16T07:56:44.816Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-16T07:56:44.816Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-16T07:56:44.816Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-16T07:56:44.816Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-16T07:56:44.816Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-16T07:56:44.816Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-16T07:56:44.816Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-16T07:56:44.816Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-16T07:56:44.816Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-16T07:56:44.816Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.816Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-16T07:56:44.816Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-16T07:56:44.817Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.47s) [2022-03-16T07:56:44.817Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.47s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.39s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.39s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-16T07:56:44.817Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.817Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-16T07:56:44.817Z] [2022-03-16T07:56:44.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.36s) [2022-03-16T07:56:44.818Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.36s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-16T07:56:44.818Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.38s) [2022-03-16T07:56:44.818Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.38s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.37s) [2022-03-16T07:56:44.818Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.37s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.37s) [2022-03-16T07:56:44.818Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.37s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.43s) [2022-03-16T07:56:44.818Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.43s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-16T07:56:44.818Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-16T07:56:44.818Z] docker_cli_sni_test.go:18: Flakey test [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-03-16T07:56:44.818Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-16T07:56:44.818Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-16T07:56:44.818Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.818Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-16T07:56:44.818Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.818Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-16T07:56:44.818Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-16T07:56:44.819Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-16T07:56:44.819Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-16T07:56:44.819Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-16T07:56:44.819Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-16T07:56:44.819Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-16T07:56:44.819Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-16T07:56:44.819Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-16T07:56:44.819Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-16T07:56:44.819Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-16T07:56:44.819Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-16T07:56:44.819Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-16T07:56:44.819Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-16T07:56:44.819Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-16T07:56:44.819Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-16T07:56:44.819Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-16T07:56:44.819Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-16T07:56:44.819Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-03-16T07:56:44.819Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-16T07:56:44.819Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-16T07:56:44.819Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-16T07:56:44.819Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T07:56:44.819Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-16T07:56:44.819Z] [2022-03-16T07:56:44.819Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-16T07:56:45.015Z] === RUN TestDockerSuite/TestBuildUser [2022-03-16T07:56:45.015Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.015Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-16T07:56:45.015Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.015Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-16T07:56:45.015Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.015Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-16T07:56:45.276Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-16T07:56:45.276Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-16T07:56:45.276Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-16T07:56:45.276Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-16T07:56:45.276Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-16T07:56:45.276Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-16T07:56:45.276Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-16T07:56:45.276Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-16T07:56:45.276Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-16T07:56:45.276Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-16T07:56:45.276Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-16T07:56:45.276Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-16T07:56:45.276Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-16T07:56:45.276Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-16T07:56:45.276Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-16T07:56:45.276Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-16T07:56:45.276Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-16T07:56:45.276Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-16T07:56:45.276Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.276Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-16T07:56:45.276Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-16T07:56:45.277Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-16T07:56:45.277Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-16T07:56:45.277Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-16T07:56:45.277Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-16T07:56:45.277Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-16T07:56:45.277Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-16T07:56:45.277Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-16T07:56:45.277Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-16T07:56:45.277Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-16T07:56:45.277Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-16T07:56:45.277Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-16T07:56:45.277Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-16T07:56:45.277Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.277Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-16T07:56:45.277Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-03-16T07:56:45.278Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.278Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-16T07:56:45.278Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.279Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-16T07:56:45.279Z] [2022-03-16T07:56:45.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-16T07:56:45.279Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-16T07:56:45.280Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-16T07:56:45.280Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-16T07:56:45.280Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-16T07:56:45.280Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-16T07:56:45.280Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-16T07:56:45.280Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-16T07:56:45.280Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.280Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-16T07:56:45.280Z] [2022-03-16T07:56:45.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-16T07:56:45.281Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.281Z] DONE 1088 tests, 539 skipped in 2523.391s [2022-03-16T07:56:45.281Z] INFO: Integration tests ended at 03/16/2022 07:56:45. Duration:00:42:03.7091064 [2022-03-16T07:56:45.281Z] INFO: Docker info of the daemon under test at end of run [2022-03-16T07:56:45.281Z] [2022-03-16T07:56:45.736Z] Containers: 2 [2022-03-16T07:56:45.736Z] Running: 0 [2022-03-16T07:56:45.736Z] Paused: 0 [2022-03-16T07:56:45.736Z] Stopped: 2 [2022-03-16T07:56:45.736Z] Images: 18 [2022-03-16T07:56:45.736Z] Server Version: 0.0.0-dev [2022-03-16T07:56:45.736Z] Storage Driver: windowsfilter [2022-03-16T07:56:45.736Z] Windows: [2022-03-16T07:56:45.736Z] Logging Driver: json-file [2022-03-16T07:56:45.736Z] Plugins: [2022-03-16T07:56:45.736Z] Volume: local [2022-03-16T07:56:45.736Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T07:56:45.736Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T07:56:45.736Z] Swarm: inactive [2022-03-16T07:56:45.736Z] Default Isolation: process [2022-03-16T07:56:45.736Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-16T07:56:45.736Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-16T07:56:45.736Z] OSType: windows [2022-03-16T07:56:45.736Z] Architecture: x86_64 [2022-03-16T07:56:45.736Z] CPUs: 4 [2022-03-16T07:56:45.736Z] Total Memory: 32GiB [2022-03-16T07:56:45.736Z] Name: azwin-2-916841 [2022-03-16T07:56:45.736Z] ID: KY5F:TWKM:W2B5:4BEG:NMUF:4LWP:SNY4:E6VO:27DX:L6PE:HFQ3:6EBL [2022-03-16T07:56:45.736Z] Docker Root Dir: D:\CI\PR-43372\3\daemon [2022-03-16T07:56:45.736Z] Debug Mode (client): false [2022-03-16T07:56:45.736Z] Debug Mode (server): true [2022-03-16T07:56:45.736Z] File Descriptors: -1 [2022-03-16T07:56:45.736Z] Goroutines: 17 [2022-03-16T07:56:45.736Z] System Time: 2022-03-16T07:56:45.2526052Z [2022-03-16T07:56:45.736Z] EventsListeners: 0 [2022-03-16T07:56:45.736Z] Registry: https://index.docker.io/v1/ [2022-03-16T07:56:45.736Z] Labels: [2022-03-16T07:56:45.736Z] Experimental: false [2022-03-16T07:56:45.736Z] Insecure Registries: [2022-03-16T07:56:45.736Z] 127.0.0.0/8 [2022-03-16T07:56:45.736Z] Live Restore Enabled: false [2022-03-16T07:56:45.736Z] [2022-03-16T07:56:45.736Z] [2022-03-16T07:56:45.736Z] INFO: Stopping daemon under test [2022-03-16T07:56:45.736Z] SUCCESS: The process with PID 2232 (child process of PID 4004) has been terminated. [2022-03-16T07:56:45.736Z] SUCCESS: The process with PID 4004 (child process of PID 2404) has been terminated. [2022-03-16T07:56:45.736Z] INFO: Stop tailing logs of the daemon under tests [2022-03-16T07:56:45.736Z] INFO: executeCI.ps1 Completed successfully at 03/16/2022 07:56:45. [2022-03-16T07:56:45.736Z] INFO: Tidying up at end of run [2022-03-16T07:56:45.736Z] INFO: Saving daemon under test log (d:\CI\PR-43372\3\dut.out) to bundles\CIDUT.out [2022-03-16T07:56:45.736Z] INFO: Saving daemon under test log (d:\CI\PR-43372\3\dut.err) to bundles\CIDUT.err [2022-03-16T07:56:45.736Z] INFO: Saving containerd logs to bundles [2022-03-16T07:56:45.736Z] INFO: Nuke-Everything... [2022-03-16T07:56:45.736Z] INFO: Container count on control daemon to delete is 2 [2022-03-16T07:56:46.192Z] 43787565159e [2022-03-16T07:56:46.192Z] c5ba8ed40dd0 [2022-03-16T07:56:46.192Z] INFO: Tidying pidfile d:\CI\PR-43372\3\docker.pid [2022-03-16T07:56:46.192Z] INFO: Nuking d:\CI [2022-03-16T07:56:49.850Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-16T07:56:50.330Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-16T07:56:52.903Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-16T07:56:53.385Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-16T07:56:53.385Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-16T07:56:53.385Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-16T07:56:53.385Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-16T07:56:53.385Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-16T07:56:58.885Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-16T07:56:58.885Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T07:56:58.885Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-16T07:57:06.147Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-16T07:57:06.147Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-16T07:57:06.147Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-16T07:57:07.280Z] INFO: Zapped successfully [2022-03-16T07:57:07.280Z] [2022-03-16T07:57:07.280Z] INFO: executeCI.ps1 exiting at Wed Mar 16 07:57:07 CUT 2022. Duration 01:09:07.2597050 [2022-03-16T07:57:07.280Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-16T07:57:07.978Z] Recording test results [2022-03-16T07:57:10.839Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-16T07:57:13.073Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-16T07:57:14.808Z] Archiving artifacts [2022-03-16T07:57:23.715Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-16T07:57:23.715Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-16T07:57:27.531Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-16T07:57:29.788Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-16T07:57:29.991Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43372/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-16T07:57:30.265Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-16T07:57:30.913Z] + make clean [2022-03-16T07:57:31.876Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-16T07:57:31.876Z] docker-dev-cache [2022-03-16T07:57:31.876Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-16T07:57:38.795Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-16T07:57:40.803Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-16T07:57:46.752Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-16T07:57:49.349Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-16T07:57:49.349Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-16T07:57:49.349Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-16T07:57:49.349Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-16T07:57:49.349Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-16T07:57:53.212Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-16T07:57:53.212Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T07:57:53.212Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-16T07:57:57.288Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-16T07:58:02.114Z] === RUN TestDockerSuite/TestRmiTag [2022-03-16T07:58:03.119Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-16T07:58:06.969Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-16T07:58:08.292Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-16T07:58:13.123Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-16T07:58:13.123Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-16T07:58:32.416Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-16T07:58:32.416Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-16T07:58:34.533Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-16T07:58:34.533Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-16T07:58:34.533Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-16T07:58:34.533Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-16T07:58:35.012Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-16T07:58:35.012Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-16T07:58:35.492Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-16T07:58:37.092Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-16T07:58:39.664Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-16T07:58:40.141Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-16T07:58:40.141Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-16T07:58:40.619Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-16T07:58:40.619Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-16T07:58:40.619Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-16T07:58:40.619Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-16T07:58:40.619Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-16T07:58:40.619Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-16T07:58:40.619Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-16T07:58:40.619Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-16T07:58:40.619Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-16T07:58:40.619Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-16T07:58:40.619Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-16T07:58:40.619Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-16T07:58:40.619Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-16T07:58:42.874Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-16T07:58:42.874Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-16T07:58:42.874Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-16T07:58:42.874Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-16T07:58:42.874Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-16T07:58:47.647Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-16T07:58:49.908Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-16T07:58:49.908Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-16T07:58:50.126Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-16T07:58:50.388Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-16T07:58:50.388Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-16T07:58:50.388Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-16T07:58:50.388Z] docker_cli_sni_test.go:18: Flakey test [2022-03-16T07:58:50.388Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-16T07:58:53.420Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-16T07:58:53.984Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-16T07:58:57.837Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-16T07:59:00.841Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-16T07:59:03.967Z] === RUN TestDockerSuite/TestCommitChange [2022-03-16T07:59:04.698Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-16T07:59:04.699Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-16T07:59:09.924Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-16T07:59:11.948Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-16T07:59:11.948Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-16T07:59:11.948Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-16T07:59:11.948Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-16T07:59:11.948Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-16T07:59:11.948Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-16T07:59:11.948Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-16T07:59:11.948Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-16T07:59:11.948Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-16T07:59:11.948Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-16T07:59:11.948Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-16T07:59:11.948Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-16T07:59:14.949Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-16T07:59:14.949Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-16T07:59:14.949Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-16T07:59:15.880Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-16T07:59:15.881Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-16T07:59:15.881Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-16T07:59:19.776Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-16T07:59:19.776Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-16T07:59:19.776Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-16T07:59:19.776Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-16T07:59:19.776Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-16T07:59:22.032Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-16T07:59:22.032Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-16T07:59:22.032Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-16T07:59:22.032Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-16T07:59:22.032Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-16T07:59:22.032Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-16T07:59:22.032Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-16T07:59:22.032Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-16T07:59:22.032Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-16T07:59:22.032Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-16T07:59:22.032Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-16T07:59:22.032Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-16T07:59:22.032Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-16T07:59:22.032Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-16T07:59:22.032Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-16T07:59:24.288Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-16T07:59:24.654Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-16T07:59:24.654Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T07:59:24.654Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-16T07:59:28.144Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-16T07:59:31.996Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-16T07:59:31.996Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-16T07:59:31.996Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-16T07:59:31.996Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-16T07:59:31.996Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-16T07:59:31.996Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-16T07:59:31.996Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-16T07:59:33.436Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-16T07:59:35.050Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-16T07:59:35.050Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-16T07:59:35.050Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-16T07:59:35.050Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-16T07:59:35.050Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-16T07:59:35.050Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-16T07:59:35.050Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-16T07:59:35.050Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-16T07:59:35.050Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-16T07:59:37.305Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-16T07:59:43.986Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-16T07:59:43.986Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-16T07:59:43.986Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-16T07:59:43.986Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-16T07:59:43.986Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-16T07:59:43.986Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-16T07:59:43.986Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-16T07:59:43.986Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-16T07:59:43.986Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-16T07:59:43.986Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-16T07:59:43.986Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-16T07:59:43.986Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-16T07:59:43.986Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-16T07:59:43.986Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-16T07:59:43.986Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-16T07:59:43.986Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-16T07:59:44.605Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-16T07:59:44.605Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-16T07:59:44.605Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-16T07:59:44.605Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-16T07:59:44.605Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-16T07:59:44.605Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-16T07:59:44.605Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-16T07:59:44.605Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-16T07:59:44.605Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-16T07:59:44.605Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-16T07:59:44.605Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-16T07:59:44.605Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-16T07:59:44.605Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-16T07:59:48.465Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-16T07:59:48.465Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-16T07:59:48.465Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-16T07:59:48.465Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-16T07:59:48.465Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-16T07:59:48.465Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-16T07:59:51.260Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-16T07:59:51.486Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-16T07:59:55.360Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-16T07:59:55.360Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-16T07:59:55.360Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-16T07:59:58.365Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-16T07:59:58.365Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-16T07:59:58.365Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-16T07:59:58.365Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-16T07:59:58.365Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-16T07:59:58.365Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-16T07:59:58.365Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-16T08:00:01.365Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-16T08:00:06.357Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-16T08:00:06.357Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T08:00:06.357Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-16T08:00:07.373Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-16T08:00:07.373Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-16T08:00:07.373Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-16T08:00:07.373Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T08:00:07.373Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-16T08:00:07.373Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-16T08:00:07.373Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-16T08:00:08.623Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-16T08:00:10.383Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-16T08:00:10.383Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-16T08:00:10.383Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-16T08:00:10.383Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-16T08:00:11.628Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-16T08:00:13.399Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-16T08:00:13.399Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-16T08:00:13.399Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-16T08:00:13.399Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-16T08:00:13.399Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-16T08:00:13.399Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-16T08:00:13.399Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-16T08:00:13.399Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-16T08:00:14.629Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-16T08:00:14.629Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-16T08:00:14.629Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-16T08:00:14.629Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-16T08:00:14.629Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-16T08:00:14.629Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-16T08:00:14.629Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-16T08:00:14.629Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-16T08:00:14.629Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-16T08:00:14.629Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-16T08:00:14.629Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-16T08:00:14.629Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-16T08:00:14.629Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-16T08:00:14.629Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-16T08:00:14.629Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-16T08:00:14.629Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-16T08:00:17.255Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-16T08:00:19.516Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-16T08:00:20.580Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-16T08:00:20.580Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-16T08:00:21.059Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-16T08:00:21.059Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-16T08:00:21.059Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-16T08:00:21.059Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-16T08:00:21.059Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-16T08:00:21.059Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-16T08:00:21.059Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T08:00:21.059Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-16T08:00:21.059Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T08:00:21.059Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-16T08:00:22.528Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-16T08:00:22.528Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-16T08:00:22.528Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-16T08:00:22.528Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-16T08:00:25.546Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-16T08:00:25.546Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-16T08:00:28.556Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-16T08:00:28.556Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:00:28.556Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-16T08:00:28.556Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:00:28.556Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-16T08:00:29.823Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-16T08:00:29.823Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-16T08:00:29.823Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-16T08:00:31.582Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-16T08:00:31.582Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunMount [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-16T08:00:32.079Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-16T08:00:32.079Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-16T08:00:33.845Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-16T08:00:33.846Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-16T08:00:33.846Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-16T08:00:36.881Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-16T08:00:37.367Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-16T08:00:42.643Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-16T08:00:42.643Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-16T08:00:42.643Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-16T08:00:42.643Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-16T08:00:42.643Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-16T08:00:42.643Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-16T08:00:42.643Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-16T08:00:44.663Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-16T08:00:49.913Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-16T08:00:55.226Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-16T08:00:55.862Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-16T08:00:55.862Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-16T08:00:55.862Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-16T08:00:55.862Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-16T08:00:55.862Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-16T08:00:55.862Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-16T08:00:55.862Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-16T08:00:55.862Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-16T08:00:55.862Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-16T08:00:55.862Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-16T08:00:55.862Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-16T08:00:55.862Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-16T08:00:55.862Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-16T08:00:55.862Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-16T08:00:55.862Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-16T08:00:55.862Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-16T08:00:55.862Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-16T08:00:55.862Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-16T08:00:55.862Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-16T08:00:55.862Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-16T08:00:57.455Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-16T08:00:59.093Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-16T08:00:59.093Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-16T08:00:59.093Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-16T08:00:59.093Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-16T08:00:59.093Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-16T08:00:59.714Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-16T08:01:01.975Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-16T08:01:02.104Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-16T08:01:02.104Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-16T08:01:02.104Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-16T08:01:02.981Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-16T08:01:04.367Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-16T08:01:04.367Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-16T08:01:04.367Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-16T08:01:05.982Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-16T08:01:06.460Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-16T08:01:06.460Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-16T08:01:06.460Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-16T08:01:06.460Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-16T08:01:06.460Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-16T08:01:06.460Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-16T08:01:06.460Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-16T08:01:06.460Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-16T08:01:06.460Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-16T08:01:06.460Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-16T08:01:06.460Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-16T08:01:06.460Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-16T08:01:06.460Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-16T08:01:06.460Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-16T08:01:06.460Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-16T08:01:06.460Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-16T08:01:07.375Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-16T08:01:07.375Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-16T08:01:11.285Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-16T08:01:11.285Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-16T08:01:11.285Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-16T08:01:11.285Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-16T08:01:11.285Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-16T08:01:11.285Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-16T08:01:11.285Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-16T08:01:11.285Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-16T08:01:11.285Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-16T08:01:11.285Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-16T08:01:11.285Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-16T08:01:12.214Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-16T08:01:15.227Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-16T08:01:15.227Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-16T08:01:15.227Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-16T08:01:15.227Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-16T08:01:15.227Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-16T08:01:15.227Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-16T08:01:15.227Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-16T08:01:15.227Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-16T08:01:15.227Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-16T08:01:15.227Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-16T08:01:15.227Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-16T08:01:17.494Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-16T08:01:17.494Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-16T08:01:23.897Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-16T08:01:23.897Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-16T08:01:23.897Z] === RUN TestDockerSuite/TestRunRm [2022-03-16T08:01:26.153Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-16T08:01:26.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-16T08:01:28.528Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-16T08:01:31.536Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-16T08:01:33.403Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-16T08:01:33.800Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009c1fb0_} [2022-03-16T08:01:36.408Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-16T08:01:36.807Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11882532452_c:\foo_false____} [2022-03-16T08:01:39.724Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-16T08:01:39.823Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11882532452_c:\foo_true____} [2022-03-16T08:01:43.576Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-16T08:01:43.576Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-16T08:01:43.576Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-16T08:01:43.576Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-16T08:01:43.576Z] === RUN TestDockerSuite/TestRunState [2022-03-16T08:01:43.576Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-16T08:01:43.576Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-16T08:01:46.579Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-16T08:01:46.579Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-16T08:01:46.579Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-16T08:01:47.057Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-16T08:01:47.057Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-16T08:01:47.057Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-16T08:01:47.057Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-16T08:01:47.057Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-16T08:01:47.535Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-16T08:01:47.535Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-16T08:01:47.535Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-16T08:01:47.535Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-16T08:01:48.605Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-16T08:01:48.605Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-16T08:01:48.605Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-16T08:01:48.605Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-16T08:01:48.605Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-16T08:01:48.605Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-16T08:01:48.605Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-16T08:01:53.489Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-16T08:01:53.489Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-16T08:01:53.489Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-16T08:01:53.489Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T08:01:53.489Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-16T08:01:53.489Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-16T08:01:53.489Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-16T08:01:53.489Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-16T08:01:53.489Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-16T08:01:53.489Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-16T08:01:53.489Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-16T08:01:53.489Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-16T08:01:53.489Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-16T08:01:53.489Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-16T08:01:53.489Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-16T08:01:53.489Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-16T08:01:53.489Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-16T08:01:53.489Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-16T08:01:53.489Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-16T08:01:53.489Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-16T08:01:53.489Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-16T08:01:57.339Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-16T08:01:57.340Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.340Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-16T08:01:57.384Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-16T08:01:57.384Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-16T08:01:57.384Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-16T08:01:57.384Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-16T08:01:57.384Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-16T08:01:57.384Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-16T08:01:57.384Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-16T08:01:57.384Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-16T08:01:57.384Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-16T08:01:57.384Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-16T08:01:57.384Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-16T08:01:57.384Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-16T08:01:57.384Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T08:01:57.384Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-16T08:01:59.647Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-16T08:01:59.647Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-16T08:01:59.647Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-16T08:01:59.647Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-16T08:02:00.342Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-16T08:02:00.342Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-16T08:02:00.342Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-16T08:02:00.342Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-16T08:02:00.342Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-16T08:02:05.170Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-16T08:02:08.420Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-16T08:02:08.420Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-16T08:02:08.420Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-16T08:02:08.420Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-16T08:02:08.420Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-16T08:02:08.420Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-16T08:02:08.420Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-16T08:02:13.256Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-16T08:02:15.521Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-16T08:02:15.521Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T08:02:15.521Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-16T08:02:15.521Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-16T08:02:15.521Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-16T08:02:15.705Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-16T08:02:21.661Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-16T08:02:32.199Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-16T08:02:32.199Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-16T08:02:32.199Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-16T08:02:32.199Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-16T08:02:33.499Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-16T08:02:33.499Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-16T08:02:33.499Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-16T08:02:33.499Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T08:02:33.499Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-16T08:02:35.205Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-16T08:02:39.056Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-16T08:02:42.069Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-16T08:02:42.069Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-16T08:02:42.069Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-16T08:02:42.069Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-16T08:02:42.069Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-16T08:02:42.069Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-16T08:02:42.069Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-16T08:02:42.069Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-16T08:02:42.069Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-16T08:02:42.069Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-16T08:02:42.069Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-16T08:02:42.069Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-16T08:02:42.069Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-16T08:02:42.069Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-16T08:02:42.069Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-16T08:02:48.119Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-16T08:02:51.183Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-16T08:02:53.490Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-16T08:02:54.972Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-16T08:02:54.972Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-16T08:02:54.972Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-16T08:02:54.972Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-16T08:02:54.972Z] === RUN TestDockerSuite/TestCpToDot [2022-03-16T08:02:54.972Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-16T08:02:54.972Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-16T08:02:54.972Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-16T08:02:54.972Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-16T08:02:54.972Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-16T08:02:59.917Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-16T08:02:59.917Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-16T08:02:59.917Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-16T08:02:59.917Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-16T08:02:59.917Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-16T08:02:59.917Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-16T08:02:59.917Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-16T08:02:59.917Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-16T08:02:59.917Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-16T08:02:59.917Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-16T08:02:59.917Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-16T08:02:59.917Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-16T08:02:59.917Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-16T08:02:59.917Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-16T08:02:59.917Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T08:02:59.917Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-16T08:02:59.917Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T08:03:00.409Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-16T08:03:00.409Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-16T08:03:00.409Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-16T08:03:02.714Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-16T08:03:03.204Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-16T08:03:03.694Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-16T08:03:03.694Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-16T08:03:03.866Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-16T08:03:03.866Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T08:03:03.866Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-16T08:03:03.866Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-16T08:03:03.866Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-16T08:03:03.866Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-16T08:03:03.866Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-16T08:03:03.866Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-16T08:03:03.866Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-16T08:03:03.866Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-16T08:03:03.866Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-16T08:03:05.325Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-16T08:03:05.325Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-16T08:03:06.177Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-16T08:03:08.485Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-16T08:03:08.977Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-16T08:03:08.977Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-16T08:03:09.252Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-16T08:03:11.296Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-16T08:03:12.317Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-16T08:03:12.329Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-16T08:03:12.329Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-16T08:03:12.329Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-16T08:03:12.821Z] === RUN TestDockerSuite/TestCreateRM [2022-03-16T08:03:12.821Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-16T08:03:12.821Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-16T08:03:12.821Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-16T08:03:13.312Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-16T08:03:13.803Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-16T08:03:15.380Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-16T08:03:15.380Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T08:03:15.380Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-16T08:03:26.074Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-16T08:03:26.074Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T08:03:26.074Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-16T08:03:29.070Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-16T08:03:29.070Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-16T08:03:29.070Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-16T08:03:32.124Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-16T08:03:32.124Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-16T08:03:32.124Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-16T08:03:32.124Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-16T08:03:32.124Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-16T08:03:32.124Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-16T08:03:32.124Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-16T08:03:32.124Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-16T08:03:32.124Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-16T08:03:33.009Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-16T08:03:33.009Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-16T08:03:33.009Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-16T08:03:33.009Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-16T08:03:41.906Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-16T08:03:41.906Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-16T08:03:41.906Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-16T08:03:41.906Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-16T08:03:41.906Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-16T08:03:41.906Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-16T08:03:41.906Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-16T08:03:41.906Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-16T08:03:41.906Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-16T08:03:41.906Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDockerFails [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-16T08:03:41.906Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-16T08:03:41.906Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-16T08:03:41.906Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-16T08:03:41.906Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-16T08:03:41.906Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-16T08:03:41.906Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-16T08:03:42.806Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-16T08:03:42.806Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-16T08:03:42.806Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-16T08:03:42.806Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-16T08:03:42.806Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-16T08:03:42.806Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-16T08:03:42.806Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-16T08:03:42.806Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T08:03:42.806Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-16T08:03:42.806Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-16T08:03:42.806Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-16T08:03:42.806Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T08:03:42.806Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-16T08:03:44.230Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-16T08:03:45.869Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-16T08:03:47.431Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-16T08:03:50.501Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-16T08:03:50.790Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-16T08:03:50.790Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-16T08:03:50.790Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-16T08:03:54.719Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-16T08:03:54.719Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-16T08:03:54.719Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-16T08:03:54.719Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-16T08:03:54.719Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-16T08:03:54.719Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T08:03:54.719Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-16T08:03:54.719Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-16T08:03:54.719Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-16T08:03:54.719Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T08:03:54.719Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-16T08:03:54.719Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T08:03:54.719Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-16T08:04:05.743Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-16T08:04:09.947Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-16T08:04:09.947Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-16T08:04:09.947Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-16T08:04:09.947Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T08:04:09.947Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-16T08:04:10.438Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-16T08:04:10.665Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-16T08:04:10.928Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-16T08:04:10.928Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-16T08:04:14.853Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-16T08:04:14.853Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-16T08:04:16.729Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-16T08:04:18.786Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-16T08:04:19.276Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-16T08:04:19.772Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-16T08:04:19.772Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-16T08:04:19.772Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-16T08:04:19.802Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-16T08:04:20.837Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-16T08:04:25.757Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-16T08:04:26.249Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-16T08:04:27.886Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-16T08:04:30.444Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-16T08:04:30.444Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T08:04:30.444Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-16T08:04:31.477Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-16T08:04:31.477Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-16T08:04:31.477Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-16T08:04:31.477Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-16T08:04:33.948Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-16T08:04:40.002Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-16T08:04:40.002Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-16T08:04:40.002Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-16T08:04:40.002Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T08:04:40.002Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-16T08:04:40.002Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-16T08:04:40.002Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-16T08:04:40.002Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-16T08:04:40.002Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-16T08:04:41.038Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-16T08:04:41.038Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-16T08:04:41.038Z] === RUN TestDockerSuite/TestEventsRename [2022-03-16T08:04:42.153Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-16T08:04:42.153Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-16T08:04:42.644Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-16T08:04:44.109Z] === RUN TestDockerSuite/TestEventsResize [2022-03-16T08:04:52.964Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-16T08:04:57.807Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-16T08:04:57.807Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-16T08:04:57.807Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite (2941.44s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.76s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.67s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (83.82s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.68s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.60s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.18s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (95.41s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.41s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.61s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.00s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.98s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.47s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.74s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.29s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.66s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.30s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.26s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.42s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.88s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.21s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.62s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddTar (42.03s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.42s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.96s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.68s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.68s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.36s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.22s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.42s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (11.01s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.23s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.54s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.71s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (29.58s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (10.71s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.72s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.74s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.76s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.73s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.15s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCmd (0.69s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.65s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.66s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.34s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.55s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.47s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.57s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.68s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.10s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.60s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.07s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.81s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.97s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (43.58s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.79s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.77s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.05s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.64s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (29.41s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.84s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.01s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.04s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.72s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.95s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignore (62.81s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.57s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (68.65s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.99s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.04s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.18s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.72s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.09s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.76s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.41s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.79s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (96.44s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.56s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.70s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.24s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.58s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.65s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.20s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.13s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.00s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.47s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.48s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.19s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.57s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.75s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.75s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildFails (2.98s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.07s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.23s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.27s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.40s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.66s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.92s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.65s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.65s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildHistory (13.51s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.17s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.14s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.90s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.95s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildLabel (1.24s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.75s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.20s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.83s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildLabels (1.33s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.02s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.32s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.73s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.76s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.50s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.66s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.70s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (42.76s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.84s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.65s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.68s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.98s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.56s) [2022-03-16T08:04:57.807Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.38s) [2022-03-16T08:04:57.807Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.84s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.11s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.97s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.59s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.18s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.94s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.18s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.58s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.80s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.93s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.77s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.28s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.20s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.97s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.29s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.46s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.33s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (52.04s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.17s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildRm (17.72s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.22s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.50s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.67s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.07s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.95s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.84s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.46s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.99s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.76s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.54s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.52s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildStderr (5.64s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (25.50s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.52s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.45s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.49s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.81s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.76s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.18s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.64s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.43s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.24s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.10s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.15s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.99s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.78s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.43s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.17s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.51s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.96s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.34s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.44s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.33s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.60s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCommitChange (6.59s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.35s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.59s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCommitTTY (9.93s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.24s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.38s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.61s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.27s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.48s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.37s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.15s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.11s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (4.05s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.09s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.48s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.46s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.52s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.53s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.29s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.32s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.34s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (7.25s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.40s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.52s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.96s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.30s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.03s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.96s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.37s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.23s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.31s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.32s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.39s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a060d8_} (3.33s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11180967218_c:\foo_false____} (3.38s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11180967218_c:\foo_true____} (3.38s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.47s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.54s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.49s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.50s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.18s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.55s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.64s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.96s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCpToDot (3.44s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCpToStdout (3.49s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateArgs (0.22s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.32s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.36s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.84s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.86s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateRM (0.47s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.25s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.49s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.21s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.60s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.52s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.49s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.18s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.03s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-16T08:04:57.808Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-16T08:04:57.808Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.62s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.51s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.61s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.08s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsCopy (6.18s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.30s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.28s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.94s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.67s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.27s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.16s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsFilters (6.86s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsFormat (6.62s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsRename (3.51s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsResize (33.73s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.33s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.11s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.93s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.70s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.40s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.53s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.67s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.63s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.09s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.09s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.22s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.11s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecInspectID (5.90s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.08s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.52s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.62s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.56s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.56s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.51s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.15s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.38s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.86s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.29s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.24s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.37s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.80s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.06s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.46s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.35s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.53s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.44s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectDefault (3.34s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectHistory (5.88s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.36s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectJSONFields (4.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.45s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.99s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (4.09s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectStatus (4.03s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.32s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.00s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.33s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.98s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.27s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.37s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.40s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.30s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.32s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.62s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.37s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.13s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.95s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.78s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.75s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.97s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.89s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.52s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.43s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsSince (10.14s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsTail (3.89s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.43s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.50s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.56s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.59s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestPsByOrder (14.30s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestPsListContainersBase (13.97s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.58s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-16T08:04:57.809Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-16T08:04:57.809Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.69s) [2022-03-16T08:04:57.810Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.55s) [2022-03-16T08:04:57.810Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.37s) [2022-03-16T08:04:57.810Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-16T08:04:57.810Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-16T08:04:57.810Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.67s) [2022-03-16T08:04:57.810Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-16T08:04:57.810Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-16T08:04:57.810Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.14s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.78s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.20s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.72s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.66s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (32.79s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (10.08s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.32s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.25s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.92s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.45s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.86s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (7.33s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.37s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.26s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.13s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.82s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.69s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.52s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.47s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.06s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiTag (0.75s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.61s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.09s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.75s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.62s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.37s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.59s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.77s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.11s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.41s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.39s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.49s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.83s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.45s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.32s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.69s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.44s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.58s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.43s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.46s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.10s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.34s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.47s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.36s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.16s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.20s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunExitCode (3.49s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (6.18s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.37s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.40s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.08s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.29s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.70s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (10.04s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.02s) [2022-03-16T08:04:58.293Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.00s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-16T08:04:58.293Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.47s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.26s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.32s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.42s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.83s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.52s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.66s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunRm (3.39s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.41s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.45s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.31s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.96s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.29s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.43s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.78s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.50s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.34s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.32s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.19s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.66s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.51s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.21s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.12s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.36s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.25s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.98s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.81s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.40s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.59s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.40s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.51s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.74s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (9.58s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.36s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.96s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.25s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.69s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.33s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.44s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.05s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.19s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.13s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.37s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.31s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.81s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.08s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.44s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.43s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.66s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.71s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.40s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.32s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.41s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-16T08:04:58.294Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.74s) [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-16T08:04:58.294Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.294Z] --- PASS: TestDockerRegistrySuite (0.17s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:04:58.294Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-16T08:04:58.295Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-16T08:04:58.295Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-16T08:04:58.295Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-16T08:04:58.295Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-16T08:04:58.295Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-16T08:04:58.295Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-16T08:04:58.295Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-16T08:04:58.295Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-16T08:04:58.295Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-16T08:04:58.295Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-16T08:04:58.295Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-16T08:04:58.295Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-16T08:04:58.295Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-16T08:04:58.295Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-16T08:04:58.295Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-16T08:04:58.295Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-16T08:04:58.295Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-16T08:04:58.295Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-16T08:04:58.295Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-16T08:04:58.295Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-16T08:04:58.295Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-16T08:04:58.295Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-16T08:04:58.295Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-16T08:04:58.295Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-16T08:04:58.295Z] === RUN TestDockerDaemonSuite [2022-03-16T08:04:58.295Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-16T08:04:58.295Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-16T08:04:58.295Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-16T08:04:58.295Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-16T08:04:58.295Z] === RUN TestDockerSwarmSuite [2022-03-16T08:04:58.295Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-16T08:04:58.295Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-16T08:04:58.295Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-16T08:04:58.295Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-16T08:04:58.295Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-16T08:04:58.295Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-16T08:04:58.295Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-16T08:04:58.295Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-16T08:04:58.295Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-16T08:04:58.295Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-16T08:04:58.295Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-16T08:04:58.295Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-16T08:04:58.295Z] === RUN TestDockerExternalVolumeSuite [2022-03-16T08:04:58.295Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-16T08:04:58.295Z] === RUN TestDockerNetworkSuite [2022-03-16T08:04:58.295Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-16T08:04:58.295Z] === RUN TestDockerHubPullSuite [2022-03-16T08:04:58.295Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-16T08:04:58.295Z] PASS [2022-03-16T08:04:58.295Z] ok github.com/docker/docker/integration-cli 2941.906s [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === Skipped [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-16T08:04:58.295Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-16T08:04:58.295Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-16T08:04:58.295Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s) [2022-03-16T08:04:58.295Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-16T08:04:58.295Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-16T08:04:58.295Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-16T08:04:58.295Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-16T08:04:58.295Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-16T08:04:58.295Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-16T08:04:58.295Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-16T08:04:58.295Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-16T08:04:58.295Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-16T08:04:58.295Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-16T08:04:58.295Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-16T08:04:58.295Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-16T08:04:58.295Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-16T08:04:58.295Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-16T08:04:58.295Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-16T08:04:58.295Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-16T08:04:58.295Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-16T08:04:58.295Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-16T08:04:58.295Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-16T08:04:58.295Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-16T08:04:58.295Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-16T08:04:58.295Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-16T08:04:58.295Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-16T08:04:58.295Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-16T08:04:58.295Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.295Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-16T08:04:58.295Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.96s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.96s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.36s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.36s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-16T08:04:58.296Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.47s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.47s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.50s) [2022-03-16T08:04:58.296Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.50s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.52s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.52s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.296Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-16T08:04:58.296Z] [2022-03-16T08:04:58.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-16T08:04:58.296Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-03-16T08:04:58.297Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-16T08:04:58.297Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-03-16T08:04:58.297Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-16T08:04:58.297Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-03-16T08:04:58.297Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-16T08:04:58.297Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-16T08:04:58.297Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-16T08:04:58.297Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-16T08:04:58.297Z] docker_cli_sni_test.go:18: Flakey test [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-16T08:04:58.297Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-16T08:04:58.297Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-16T08:04:58.297Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-16T08:04:58.297Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-16T08:04:58.297Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-16T08:04:58.297Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-16T08:04:58.297Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-16T08:04:58.297Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-16T08:04:58.297Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.297Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-16T08:04:58.297Z] [2022-03-16T08:04:58.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-16T08:04:58.298Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-16T08:04:58.298Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-16T08:04:58.298Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-16T08:04:58.298Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-16T08:04:58.298Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-16T08:04:58.298Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-16T08:04:58.298Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-16T08:04:58.298Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-16T08:04:58.298Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-16T08:04:58.298Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-16T08:04:58.298Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.03s) [2022-03-16T08:04:58.298Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.03s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.298Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-16T08:04:58.298Z] [2022-03-16T08:04:58.298Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-16T08:04:58.298Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-16T08:04:58.784Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-16T08:04:58.784Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-16T08:04:58.784Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-16T08:04:58.784Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-16T08:04:58.784Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-16T08:04:58.784Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-16T08:04:58.784Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-16T08:04:58.784Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-16T08:04:58.784Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-16T08:04:58.784Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-16T08:04:58.784Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-16T08:04:58.784Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-16T08:04:58.784Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-16T08:04:58.784Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-03-16T08:04:58.784Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-16T08:04:58.784Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.784Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-16T08:04:58.784Z] [2022-03-16T08:04:58.784Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-16T08:04:58.785Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-16T08:04:58.785Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-16T08:04:58.785Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-16T08:04:58.785Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-16T08:04:58.785Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-16T08:04:58.785Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-03-16T08:04:58.785Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-16T08:04:58.785Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:04:58.785Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-16T08:04:58.785Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-16T08:04:58.785Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-16T08:04:58.785Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-16T08:04:58.785Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-16T08:04:58.785Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-16T08:04:58.785Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.785Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-16T08:04:58.785Z] [2022-03-16T08:04:58.785Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-16T08:04:58.785Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-16T08:04:58.786Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.786Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-16T08:04:58.786Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-16T08:04:58.787Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.787Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-16T08:04:58.787Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-16T08:04:58.788Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-03-16T08:04:58.788Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-16T08:04:58.788Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-16T08:04:58.788Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-16T08:04:58.788Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-16T08:04:58.788Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:04:58.788Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.788Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:04:58.788Z] [2022-03-16T08:04:58.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-16T08:04:58.789Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:58.789Z] DONE 1088 tests, 544 skipped in 2952.757s [2022-03-16T08:04:58.789Z] INFO: Integration tests ended at 03/16/2022 08:04:58. Duration:00:49:12.8986426 [2022-03-16T08:04:58.789Z] INFO: Docker info of the daemon under test at end of run [2022-03-16T08:04:58.789Z] [2022-03-16T08:04:59.271Z] Containers: 2 [2022-03-16T08:04:59.271Z] Running: 0 [2022-03-16T08:04:59.271Z] Paused: 0 [2022-03-16T08:04:59.271Z] Stopped: 2 [2022-03-16T08:04:59.271Z] Images: 18 [2022-03-16T08:04:59.271Z] Server Version: 0.0.0-dev [2022-03-16T08:04:59.271Z] Storage Driver: windowsfilter [2022-03-16T08:04:59.271Z] Windows: [2022-03-16T08:04:59.271Z] Logging Driver: json-file [2022-03-16T08:04:59.271Z] Plugins: [2022-03-16T08:04:59.271Z] Volume: local [2022-03-16T08:04:59.271Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T08:04:59.271Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T08:04:59.271Z] Swarm: inactive [2022-03-16T08:04:59.271Z] Default Isolation: process [2022-03-16T08:04:59.271Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-16T08:04:59.271Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-16T08:04:59.271Z] OSType: windows [2022-03-16T08:04:59.271Z] Architecture: x86_64 [2022-03-16T08:04:59.271Z] CPUs: 4 [2022-03-16T08:04:59.271Z] Total Memory: 32GiB [2022-03-16T08:04:59.271Z] Name: azwin-2-916840 [2022-03-16T08:04:59.271Z] ID: HEDU:LYQ3:OXB7:QEUD:7QWI:DHVG:ACS4:5UQ2:F46V:BKXA:65ZH:R4KF [2022-03-16T08:04:59.271Z] Docker Root Dir: D:\CI\PR-43372\3\daemon [2022-03-16T08:04:59.271Z] Debug Mode (client): false [2022-03-16T08:04:59.271Z] Debug Mode (server): true [2022-03-16T08:04:59.271Z] File Descriptors: -1 [2022-03-16T08:04:59.271Z] Goroutines: 44 [2022-03-16T08:04:59.271Z] System Time: 2022-03-16T08:04:58.7861826Z [2022-03-16T08:04:59.271Z] EventsListeners: 0 [2022-03-16T08:04:59.271Z] Registry: https://index.docker.io/v1/ [2022-03-16T08:04:59.271Z] Labels: [2022-03-16T08:04:59.271Z] Experimental: false [2022-03-16T08:04:59.271Z] Insecure Registries: [2022-03-16T08:04:59.271Z] 127.0.0.0/8 [2022-03-16T08:04:59.271Z] Live Restore Enabled: false [2022-03-16T08:04:59.271Z] [2022-03-16T08:04:59.271Z] [2022-03-16T08:04:59.271Z] INFO: Stopping daemon under test [2022-03-16T08:04:59.271Z] SUCCESS: The process with PID 3260 (child process of PID 1048) has been terminated. [2022-03-16T08:04:59.271Z] SUCCESS: The process with PID 1048 (child process of PID 3184) has been terminated. [2022-03-16T08:04:59.271Z] INFO: Stop tailing logs of the daemon under tests [2022-03-16T08:04:59.271Z] INFO: executeCI.ps1 Completed successfully at 03/16/2022 08:04:59. [2022-03-16T08:04:59.271Z] INFO: Tidying up at end of run [2022-03-16T08:04:59.271Z] INFO: Saving daemon under test log (d:\CI\PR-43372\3\dut.out) to bundles\CIDUT.out [2022-03-16T08:04:59.271Z] INFO: Saving daemon under test log (d:\CI\PR-43372\3\dut.err) to bundles\CIDUT.err [2022-03-16T08:04:59.271Z] INFO: Saving containerd logs to bundles [2022-03-16T08:04:59.271Z] INFO: Nuke-Everything... [2022-03-16T08:04:59.753Z] INFO: Container count on control daemon to delete is 2 [2022-03-16T08:05:00.235Z] 8bcee2bd97fb [2022-03-16T08:05:00.235Z] 3a3d10b9e04d [2022-03-16T08:05:00.235Z] INFO: Tidying pidfile d:\CI\PR-43372\3\docker.pid [2022-03-16T08:05:00.235Z] INFO: Killing containerd with PID 5992 [2022-03-16T08:05:00.235Z] INFO: Nuking d:\CI [2022-03-16T08:05:00.266Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-16T08:05:03.294Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-16T08:05:08.531Z] === RUN TestDockerSuite/TestEventsTop [2022-03-16T08:05:08.531Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-16T08:05:08.531Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-16T08:05:11.600Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-16T08:05:20.497Z] === RUN TestDockerSuite/TestExec [2022-03-16T08:05:20.497Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T08:05:20.497Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-16T08:05:20.497Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-16T08:05:20.497Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-16T08:05:23.567Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-16T08:05:25.884Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-16T08:05:25.884Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T08:05:25.884Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-16T08:05:25.884Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T08:05:25.884Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-16T08:05:25.884Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-16T08:05:25.884Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-16T08:05:28.202Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-16T08:05:30.679Z] INFO: Zapped successfully [2022-03-16T08:05:30.680Z] [2022-03-16T08:05:30.680Z] INFO: executeCI.ps1 exiting at Wed Mar 16 08:05:27 CUT 2022. Duration 01:17:25.3841649 [2022-03-16T08:05:30.680Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-16T08:05:30.999Z] Recording test results [2022-03-16T08:05:31.271Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-16T08:05:33.582Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-16T08:05:34.128Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-16T08:05:36.154Z] Creating win-2022-c8d-integration-bundles.zip [2022-03-16T08:05:36.652Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [Pipeline] archiveArtifacts [2022-03-16T08:05:38.706Z] Archiving artifacts [2022-03-16T08:05:41.572Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-16T08:05:41.572Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-16T08:05:41.572Z] === RUN TestDockerSuite/TestExecEnv [2022-03-16T08:05:41.572Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T08:05:41.572Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-16T08:05:41.572Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-16T08:05:41.572Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-16T08:05:44.641Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-16T08:05:49.561Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-16T08:05:49.561Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-16T08:05:49.561Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-16T08:05:49.561Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-16T08:05:49.561Z] === RUN TestDockerSuite/TestExecParseError [2022-03-16T08:05:49.561Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-16T08:05:49.561Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-16T08:05:49.561Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-16T08:05:49.561Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-16T08:05:49.561Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-16T08:05:50.052Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-16T08:05:53.230Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-16T08:05:53.230Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-16T08:05:53.230Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-16T08:05:53.230Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-16T08:05:53.230Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-16T08:05:53.230Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-16T08:05:53.230Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-16T08:05:53.230Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-16T08:05:53.230Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-16T08:05:53.230Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-16T08:05:53.230Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-16T08:05:56.300Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-16T08:05:56.300Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-16T08:05:56.300Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-16T08:05:57.029Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43372/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-16T08:05:58.128Z] + make clean [2022-03-16T08:05:59.159Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-16T08:05:59.159Z] docker-dev-cache [2022-03-16T08:05:59.159Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-16T08:06:06.975Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-16T08:06:06.975Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-16T08:06:06.975Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-16T08:06:06.975Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-16T08:06:06.975Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-16T08:06:06.975Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-16T08:06:06.975Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-16T08:06:11.894Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-16T08:06:19.277Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-16T08:06:22.348Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-16T08:06:29.722Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-16T08:06:29.722Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T08:06:29.722Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-16T08:06:29.722Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-16T08:06:29.722Z] === RUN TestDockerSuite/TestHealth [2022-03-16T08:06:29.722Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-16T08:06:29.722Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-16T08:06:29.722Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-16T08:06:29.722Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-16T08:06:29.722Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-16T08:06:35.883Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-16T08:06:35.883Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-16T08:06:35.883Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-16T08:06:35.883Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-16T08:06:35.883Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-16T08:06:35.883Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-16T08:06:35.883Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-16T08:06:36.375Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-16T08:06:36.375Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-16T08:06:36.375Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-16T08:06:38.017Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-16T08:06:38.017Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-16T08:06:40.329Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-16T08:06:40.821Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-16T08:06:43.891Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-16T08:06:52.788Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-16T08:06:52.788Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-16T08:06:52.788Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T08:06:52.788Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-16T08:06:56.722Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestImportFile [2022-03-16T08:06:56.722Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-16T08:06:56.722Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-16T08:06:56.722Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-16T08:06:56.722Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-16T08:06:56.722Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-16T08:06:56.722Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-16T08:06:56.722Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-16T08:06:56.722Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-16T08:06:56.722Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T08:06:56.722Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-16T08:06:59.797Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-16T08:07:02.872Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-16T08:07:02.872Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T08:07:02.872Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-16T08:07:02.872Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-16T08:07:02.872Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-16T08:07:02.872Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-16T08:07:02.872Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-16T08:07:02.872Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-16T08:07:06.806Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-16T08:07:06.806Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-16T08:07:09.881Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-16T08:07:09.881Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-16T08:07:09.881Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-16T08:07:09.881Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-16T08:07:09.881Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-16T08:07:09.881Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-16T08:07:09.881Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-16T08:07:17.250Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-16T08:07:23.313Z] === RUN TestDockerSuite/TestInspectImage [2022-03-16T08:07:23.313Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T08:07:23.313Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-16T08:07:23.313Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:07:23.313Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-16T08:07:23.313Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T08:07:23.313Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-16T08:07:25.624Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-16T08:07:28.705Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-16T08:07:28.705Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-16T08:07:31.017Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-16T08:07:34.090Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-16T08:07:34.090Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-16T08:07:34.090Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-16T08:07:34.090Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-16T08:07:37.163Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-16T08:07:40.231Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-16T08:07:46.196Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-16T08:07:48.460Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-16T08:07:51.473Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-16T08:07:54.489Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-16T08:08:01.745Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-16T08:08:05.603Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-16T08:08:12.860Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-16T08:08:12.860Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-16T08:08:12.860Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-16T08:08:12.860Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-16T08:08:13.343Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-16T08:08:13.343Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-16T08:08:13.343Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-16T08:08:15.602Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-16T08:08:17.868Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-16T08:08:25.205Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-16T08:08:27.590Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-16T08:08:27.590Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-16T08:08:27.590Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-16T08:08:30.604Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-16T08:08:30.604Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-16T08:08:39.388Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-16T08:08:48.256Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-16T08:08:57.353Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-16T08:08:59.615Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-16T08:09:02.624Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-16T08:09:02.624Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-16T08:09:02.624Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-16T08:09:05.632Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-16T08:09:14.411Z] === RUN TestDockerSuite/TestLogsSince [2022-03-16T08:09:23.227Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-16T08:09:23.227Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-16T08:09:23.227Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-16T08:09:23.227Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-16T08:09:23.227Z] === RUN TestDockerSuite/TestLogsTail [2022-03-16T08:09:27.113Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-16T08:09:30.125Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-16T08:09:32.388Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-16T08:09:32.388Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.388Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-16T08:09:32.388Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.388Z] === RUN TestDockerSuite/TestNetHostname [2022-03-16T08:09:32.388Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.388Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-16T08:09:32.388Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.388Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-16T08:09:32.388Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.388Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-16T08:09:32.388Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.388Z] === RUN TestDockerSuite/TestPluginActive [2022-03-16T08:09:32.388Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.388Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-16T08:09:32.388Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.870Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-16T08:09:32.870Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-16T08:09:32.870Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.870Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-16T08:09:32.870Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-16T08:09:32.870Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-16T08:09:32.870Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-16T08:09:32.870Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-16T08:09:32.870Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.870Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-16T08:09:32.870Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.870Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-16T08:09:32.870Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.870Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-16T08:09:32.870Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.870Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-16T08:09:32.870Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.870Z] === RUN TestDockerSuite/TestPortList [2022-03-16T08:09:32.870Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-16T08:09:32.870Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-16T08:09:43.424Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-16T08:09:43.424Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:09:43.424Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-16T08:09:43.424Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-16T08:09:43.424Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-16T08:09:43.424Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-16T08:09:43.424Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-16T08:09:43.424Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-16T08:09:43.424Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-16T08:09:43.424Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-16T08:09:43.424Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-16T08:09:43.424Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-16T08:09:43.424Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-16T08:09:43.424Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-16T08:09:43.424Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-16T08:09:43.424Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-16T08:09:43.424Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-16T08:09:43.424Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-16T08:09:49.384Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-16T08:09:49.384Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-16T08:09:49.384Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-16T08:09:59.932Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-16T08:09:59.932Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-16T08:09:59.932Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-16T08:10:15.018Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-16T08:10:33.000Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-16T08:10:33.000Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-16T08:10:33.000Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-16T08:10:33.000Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-16T08:10:48.110Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-16T08:10:51.975Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-16T08:11:07.110Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-16T08:11:11.040Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-16T08:11:11.040Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-16T08:11:11.532Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-16T08:11:11.532Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-16T08:11:11.532Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-16T08:11:17.596Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-16T08:11:17.596Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T08:11:17.596Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-16T08:11:17.596Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-16T08:11:17.596Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-16T08:11:17.596Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-16T08:11:17.596Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-16T08:11:17.596Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-16T08:11:17.596Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-16T08:11:26.500Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-16T08:11:26.500Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-16T08:11:26.500Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-16T08:11:27.534Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-16T08:11:27.534Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-16T08:11:28.026Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-16T08:11:29.060Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-16T08:11:30.096Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-16T08:11:30.096Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-16T08:11:30.096Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-16T08:11:35.020Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-16T08:11:39.942Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-16T08:11:43.012Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-16T08:12:13.491Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-16T08:12:13.492Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T08:12:13.492Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-16T08:12:17.423Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-16T08:12:17.423Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-16T08:12:17.423Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-16T08:12:18.458Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-16T08:12:24.514Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-16T08:12:29.435Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-16T08:12:29.435Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T08:12:29.435Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-16T08:12:34.367Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-16T08:12:34.367Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-16T08:12:34.367Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-16T08:12:59.931Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-16T08:13:00.412Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-16T08:13:01.425Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-16T08:13:10.198Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-16T08:13:20.745Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-16T08:13:35.829Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-16T08:13:40.664Z] === RUN TestDockerSuite/TestRmiTag [2022-03-16T08:13:41.144Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-16T08:13:49.916Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-16T08:14:15.392Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-16T08:14:15.392Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-16T08:14:21.412Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-16T08:14:23.636Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-16T08:14:23.636Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-16T08:14:23.636Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-16T08:14:23.636Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-16T08:14:23.636Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-16T08:14:23.636Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-16T08:14:23.636Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-16T08:14:23.636Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-16T08:14:23.636Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-16T08:14:23.636Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-16T08:14:23.636Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-16T08:14:23.636Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-16T08:14:23.636Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-16T08:14:23.636Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-16T08:14:23.636Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-16T08:14:25.271Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-16T08:14:25.272Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-16T08:14:25.272Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-16T08:14:25.272Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-16T08:14:25.272Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-16T08:14:31.327Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-16T08:14:34.402Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-16T08:14:37.471Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-16T08:14:44.843Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-16T08:14:47.920Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-16T08:14:47.920Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-16T08:14:58.608Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-16T08:14:58.608Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-16T08:14:58.608Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-16T08:14:58.608Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-16T08:14:58.608Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-16T08:14:58.608Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-16T08:14:58.608Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-16T08:14:58.608Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-16T08:14:58.608Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-16T08:14:58.608Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-16T08:14:58.608Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-16T08:14:58.608Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-16T08:15:01.703Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-16T08:15:01.703Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-16T08:15:01.703Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-16T08:15:05.719Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-16T08:15:05.719Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-16T08:15:05.719Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-16T08:15:05.719Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-16T08:15:05.719Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-16T08:15:08.031Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-16T08:15:08.031Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-16T08:15:08.031Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-16T08:15:08.031Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-16T08:15:08.031Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-16T08:15:08.031Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-16T08:15:08.031Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-16T08:15:08.031Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-16T08:15:08.031Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-16T08:15:08.031Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-16T08:15:08.031Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-16T08:15:08.031Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-16T08:15:08.031Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-16T08:15:08.031Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-16T08:15:08.031Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-16T08:15:11.104Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-16T08:15:13.535Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-16T08:15:22.429Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-16T08:15:22.429Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-16T08:15:22.429Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-16T08:15:22.429Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-16T08:15:22.429Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-16T08:15:22.429Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-16T08:15:22.429Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-16T08:15:24.086Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-16T08:15:24.086Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-16T08:15:24.086Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-16T08:15:24.086Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-16T08:15:24.086Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-16T08:15:24.086Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-16T08:15:24.086Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-16T08:15:24.086Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-16T08:15:24.086Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-16T08:15:27.161Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-16T08:15:34.556Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-16T08:15:34.557Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-16T08:15:34.557Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-16T08:15:34.557Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-16T08:15:34.557Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-16T08:15:34.557Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-16T08:15:34.557Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-16T08:15:34.557Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-16T08:15:34.557Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-16T08:15:34.557Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-16T08:15:34.557Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-16T08:15:34.557Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-16T08:15:34.557Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-16T08:15:36.866Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-16T08:15:36.866Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-16T08:15:36.866Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-16T08:15:36.866Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-16T08:15:36.866Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-16T08:15:36.866Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-16T08:15:39.944Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-16T08:15:43.017Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-16T08:15:43.017Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-16T08:15:43.017Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-16T08:15:46.094Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-16T08:15:46.094Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-16T08:15:46.094Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-16T08:15:46.094Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-16T08:15:46.094Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-16T08:15:46.094Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-16T08:15:46.094Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-16T08:15:49.165Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-16T08:15:56.549Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-16T08:15:58.855Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-16T08:16:01.880Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-16T08:16:01.880Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-16T08:16:01.880Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-16T08:16:01.880Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-16T08:16:01.880Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-16T08:16:01.880Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-16T08:16:01.880Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-16T08:16:01.880Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-16T08:16:01.880Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-16T08:16:01.880Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-16T08:16:01.880Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-16T08:16:01.880Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-16T08:16:01.880Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-16T08:16:02.359Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-16T08:16:02.359Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-16T08:16:02.359Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-16T08:16:07.200Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-16T08:16:07.200Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-16T08:16:07.200Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-16T08:16:07.200Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-16T08:16:07.200Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-16T08:16:07.200Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-16T08:16:07.200Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-16T08:16:07.200Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-16T08:16:07.200Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T08:16:07.200Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-16T08:16:07.200Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T08:16:07.200Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-16T08:16:19.838Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-16T08:16:19.838Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-16T08:16:19.838Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-16T08:16:20.849Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-16T08:16:20.849Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.849Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-16T08:16:20.849Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.849Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-16T08:16:20.849Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.849Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-16T08:16:20.849Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.849Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-16T08:16:20.849Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.849Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-16T08:16:20.849Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.849Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-16T08:16:20.849Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.849Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-16T08:16:20.849Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.849Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-16T08:16:20.849Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.849Z] === RUN TestDockerSuite/TestRunMount [2022-03-16T08:16:20.850Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.850Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-16T08:16:20.850Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.850Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-16T08:16:20.850Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.850Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-16T08:16:20.850Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-16T08:16:20.850Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-16T08:16:34.223Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-16T08:16:34.223Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-16T08:16:34.223Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-16T08:16:34.223Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-16T08:16:34.223Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-16T08:16:34.223Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-16T08:16:34.223Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-16T08:16:40.191Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-16T08:16:46.151Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-16T08:16:46.151Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-16T08:16:46.151Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-16T08:16:46.151Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-16T08:16:46.151Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-16T08:16:46.151Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-16T08:16:46.151Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-16T08:16:46.151Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-16T08:16:46.151Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-16T08:16:46.151Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-16T08:16:46.151Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-16T08:16:46.151Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-16T08:16:46.151Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-16T08:16:46.151Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-16T08:16:46.151Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-16T08:16:46.151Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-16T08:16:46.151Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-16T08:16:46.151Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-16T08:16:46.151Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-16T08:16:46.151Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-16T08:16:47.161Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-16T08:16:50.184Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-16T08:16:53.193Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-16T08:16:54.204Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-16T08:16:56.465Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-16T08:16:56.945Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-16T08:16:56.945Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-16T08:16:56.945Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-16T08:16:56.945Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-16T08:16:56.945Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-16T08:16:56.945Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-16T08:16:56.945Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-16T08:16:56.945Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-16T08:16:56.945Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-16T08:16:56.945Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-16T08:16:56.945Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-16T08:16:56.945Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-16T08:16:56.945Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-16T08:16:56.945Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-16T08:16:56.945Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-16T08:16:56.945Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-16T08:17:05.724Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-16T08:17:05.724Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-16T08:17:05.724Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-16T08:17:05.724Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-16T08:17:05.724Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-16T08:17:05.724Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-16T08:17:05.724Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-16T08:17:05.724Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-16T08:17:05.724Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-16T08:17:05.724Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-16T08:17:05.724Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-16T08:17:20.830Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-16T08:17:20.830Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-16T08:17:20.830Z] === RUN TestDockerSuite/TestRunRm [2022-03-16T08:17:21.843Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-16T08:17:27.809Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-16T08:17:36.921Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-16T08:17:44.204Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-16T08:17:46.464Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-16T08:17:49.526Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-16T08:17:49.526Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-16T08:17:49.526Z] === RUN TestDockerSuite/TestRunState [2022-03-16T08:17:49.526Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-16T08:17:49.526Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-16T08:17:52.543Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-16T08:17:52.543Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-16T08:17:52.543Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-16T08:17:54.804Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-16T08:17:54.804Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-16T08:17:54.804Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-16T08:17:54.804Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-16T08:17:54.804Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-16T08:17:54.804Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-16T08:17:54.804Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-16T08:17:54.804Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-16T08:17:54.804Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-16T08:18:00.769Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-16T08:18:00.769Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-16T08:18:00.769Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-16T08:18:00.769Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T08:18:00.769Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-16T08:18:00.769Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-16T08:18:00.769Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-16T08:18:00.769Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-16T08:18:00.769Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-16T08:18:00.769Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-16T08:18:00.769Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-16T08:18:00.769Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-16T08:18:00.769Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-16T08:18:00.769Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-16T08:18:00.769Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-16T08:18:00.769Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-16T08:18:00.769Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-16T08:18:00.769Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-16T08:18:00.769Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-16T08:18:00.769Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-16T08:18:00.769Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-16T08:18:03.779Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-16T08:18:03.779Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-16T08:18:03.779Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-16T08:18:06.040Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-16T08:18:06.040Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-16T08:18:06.040Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-16T08:18:06.040Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-16T08:18:06.040Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-16T08:18:09.902Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-16T08:18:18.677Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-16T08:18:23.514Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-16T08:18:31.833Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-16T08:18:31.833Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-16T08:18:31.833Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-16T08:18:31.833Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-16T08:18:34.846Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-16T08:18:37.858Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-16T08:18:45.118Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-16T08:18:45.118Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-16T08:18:45.606Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-16T08:18:45.606Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-16T08:18:45.606Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-16T08:18:45.606Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-16T08:18:45.606Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-16T08:18:45.606Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-16T08:18:45.606Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-16T08:18:45.606Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-16T08:18:45.606Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-16T08:18:45.606Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-16T08:18:45.606Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-16T08:18:45.606Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-16T08:18:45.606Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-16T08:18:50.442Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-16T08:18:52.707Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-16T08:18:55.716Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-16T08:19:00.555Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-16T08:19:00.555Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-16T08:19:00.555Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-16T08:19:00.555Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-16T08:19:00.555Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-16T08:19:00.555Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-16T08:19:01.036Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-16T08:19:01.036Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-16T08:19:01.036Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-16T08:19:01.036Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-16T08:19:04.044Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-16T08:19:04.044Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-16T08:19:04.524Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-16T08:19:05.007Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-16T08:19:06.617Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-16T08:19:06.617Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-16T08:19:09.630Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-16T08:19:11.918Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-16T08:19:14.231Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-16T08:19:14.231Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T08:19:14.725Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-16T08:19:23.623Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-16T08:19:23.623Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T08:19:23.623Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-16T08:19:28.544Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-16T08:19:28.544Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-16T08:19:28.544Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-16T08:19:28.544Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-16T08:19:28.544Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-16T08:19:28.544Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-16T08:19:28.544Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-16T08:19:28.544Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-16T08:19:28.544Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-16T08:19:41.324Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-16T08:19:41.324Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-16T08:19:41.324Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-16T08:19:41.324Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-16T08:19:41.324Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-16T08:19:41.324Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-16T08:19:41.324Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-16T08:19:41.324Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T08:19:41.324Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-16T08:19:41.324Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-16T08:19:41.324Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-16T08:19:41.324Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T08:19:41.324Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-16T08:19:42.959Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-16T08:19:46.029Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-16T08:19:46.029Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-16T08:19:46.029Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-16T08:19:49.096Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-16T08:19:49.096Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-16T08:19:49.096Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-16T08:19:49.096Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-16T08:19:49.096Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-16T08:19:49.096Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T08:19:49.096Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-16T08:19:49.096Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-16T08:19:49.096Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-16T08:19:49.096Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T08:19:49.096Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-16T08:19:49.096Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T08:19:49.096Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-16T08:20:04.339Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-16T08:20:04.339Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-16T08:20:04.831Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-16T08:20:04.831Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T08:20:04.831Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-16T08:20:05.326Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-16T08:20:05.817Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-16T08:20:05.817Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-16T08:20:14.726Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-16T08:20:14.726Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-16T08:20:17.796Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-16T08:20:18.288Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-16T08:20:18.783Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-16T08:20:18.783Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-16T08:20:18.783Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-16T08:20:29.467Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-16T08:20:29.467Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T08:20:29.467Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-16T08:20:29.467Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-16T08:20:29.467Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-16T08:20:29.467Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-16T08:20:29.467Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-16T08:20:38.372Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-16T08:20:38.372Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-16T08:20:38.372Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-16T08:20:49.057Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-16T08:20:49.057Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-16T08:20:49.057Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite (3284.40s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.93s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.34s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.88s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.39s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (123.27s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.25s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.10s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.53s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.82s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.67s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.62s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.95s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (137.81s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.65s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.38s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.47s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.21s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.19s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.97s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.97s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.78s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (15.01s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (11.05s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.41s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.64s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.27s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.99s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.69s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddTar (50.66s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (31.30s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.96s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.77s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.84s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.51s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.07s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.42s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.51s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.27s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.51s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.79s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (52.00s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.85s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.91s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.63s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.83s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.92s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.41s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildCmd (0.90s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.84s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.76s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.53s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.98s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.69s) [2022-03-16T08:20:50.092Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-03-16T08:20:50.092Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.66s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.43s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.26s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.66s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.11s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.87s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.62s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (40.36s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.84s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.78s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.59s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.73s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (32.33s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.96s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.53s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (26.07s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.18s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.03s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.30s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.52s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (8.29s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignore (82.78s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.86s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (104.02s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.19s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.13s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (28.16s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.89s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (22.27s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (48.47s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (22.78s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.85s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (132.07s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.61s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.83s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.53s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.71s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.73s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.77s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.08s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.90s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.80s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.32s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.18s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.80s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.91s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildFails (3.05s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.16s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.54s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.53s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildForceRm (8.52s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.18s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.79s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.84s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.06s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.01s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.81s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.00s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildHistory (15.22s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.33s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.45s) [2022-03-16T08:20:50.586Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.07s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.13s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (10.55s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildLabel (1.34s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.85s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.27s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.78s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildLabels (1.40s) [2022-03-16T08:20:50.586Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.08s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (8.05s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.16s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.08s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.15s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.77s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.85s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.21s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (28.25s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.11s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.84s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (38.10s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (27.36s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.24s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (13.04s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.49s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.91s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.34s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.86s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.39s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (10.05s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.80s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.32s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.20s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.86s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.42s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.84s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildOnBuild (15.85s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.11s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.82s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.97s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.67s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.21s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.96s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.62s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.76s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (55.23s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (27.67s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildRm (16.00s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.13s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.52s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (2.16s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (9.24s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (9.31s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.46s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (23.68s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.85s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.87s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.41s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.92s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildStderr (5.61s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (24.29s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.53s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.06s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.79s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.00s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.61s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.10s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.76s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.42s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.64s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.22s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (15.91s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (11.61s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.21s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.49s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.75s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.58s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (21.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.64s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.14s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.89s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.52s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.73s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (10.45s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCommitChange (6.19s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.75s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.22s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCommitTTY (8.46s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (10.35s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.05s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (13.26s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.82s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.83s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.04s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.09s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.41s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.83s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.81s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.08s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.83s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.84s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.49s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.11s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.32s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.66s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.46s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.79s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.36s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.92s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.78s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.93s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.52s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.34s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (30.43s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.96s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.94s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.90s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.86s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009c1fb0_} (2.90s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11882532452_c:\foo_false____} (2.87s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11882532452_c:\foo_true____} (7.96s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.35s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.90s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.88s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.10s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.82s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.34s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.93s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCpToCaseE (15.82s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCpToCaseH (20.27s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCpToDot (3.19s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCpToStdout (7.87s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.24s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateArgs (0.24s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.39s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.65s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.23s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.35s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.92s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateRM (0.44s) [2022-03-16T08:20:50.587Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.41s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (14.21s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.29s) [2022-03-16T08:20:50.587Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.70s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.85s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.70s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.04s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.97s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.85s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.99s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (14.27s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsCopy (6.26s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.21s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.99s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.15s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.77s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.59s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.38s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsFilters (6.01s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsFormat (5.56s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.10s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.23s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsRename (2.94s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsResize (8.46s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (7.46s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.32s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.30s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsUntag (2.83s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (9.53s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.54s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.40s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.53s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.75s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.70s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.65s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.12s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.84s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecInspectID (5.34s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.14s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.87s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.52s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.58s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.53s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.54s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.58s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.12s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.11s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.11s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.64s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.11s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.11s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.43s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.83s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.34s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.12s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.32s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.35s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.94s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (8.01s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesFormat (0.26s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.29s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.10s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.80s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.97s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.11s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.56s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.24s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.84s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectDefault (7.54s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectHistory (5.84s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.67s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.68s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.26s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.66s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.77s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.11s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.72s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectStatus (3.23s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.56s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.86s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.91s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.83s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (7.48s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.41s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (7.53s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.11s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.45s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.40s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.39s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.04s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.87s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.11s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.63s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.48s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.68s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.26s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.95s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.05s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.62s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsSince (9.77s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsTail (3.50s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.11s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.84s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (10.15s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.35s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPsByOrder (10.45s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.56s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.42s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.39s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (15.09s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.87s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (13.89s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.79s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.72s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.04s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.85s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.76s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.37s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.99s) [2022-03-16T08:20:50.588Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.89s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.89s) [2022-03-16T08:20:50.588Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.84s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.96s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.13s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.33s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.25s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.95s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.23s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.18s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiBlank (0.10s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.38s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (22.37s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.56s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.95s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.93s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (11.33s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (14.33s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.29s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiTag (0.92s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (7.82s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (23.13s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.08s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.11s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.52s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.43s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.48s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.51s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.69s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.65s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.99s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.10s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunBindMounts (10.30s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.92s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.04s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.06s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.44s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.83s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.91s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (7.64s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.81s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.61s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.73s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.88s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.76s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.44s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.81s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunExitCode (2.76s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (7.59s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.76s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.84s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunExposePort (0.11s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.73s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.10s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (11.41s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.11s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (13.35s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.95s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.14s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.47s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.79s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.64s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.45s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (8.01s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (14.14s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunRm (2.69s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.04s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.79s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (7.88s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.77s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.94s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.73s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.51s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.22s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.10s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.27s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.81s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.71s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.82s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.13s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.47s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.90s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.17s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.15s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.98s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (7.65s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.89s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.10s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.62s) [2022-03-16T08:20:50.589Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.46s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.04s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-03-16T08:20:50.589Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.49s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.44s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.32s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.78s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.85s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.73s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.57s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.52s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.34s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.74s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (11.61s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.68s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.01s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.75s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.39s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.18s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.28s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.42s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.35s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLILs (8.00s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.11s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.75s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.50s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.50s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.10s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.22s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.19s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.80s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.26s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.91s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.37s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.35s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.59s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.78s) [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-16T08:20:50.590Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] --- PASS: TestDockerRegistrySuite (0.22s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-16T08:20:50.590Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-16T08:20:50.590Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-16T08:20:50.590Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-16T08:20:50.590Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-16T08:20:50.590Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-16T08:20:50.590Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-16T08:20:50.590Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-16T08:20:50.590Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-16T08:20:50.590Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-16T08:20:50.590Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-16T08:20:50.590Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-16T08:20:50.590Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-16T08:20:50.590Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-16T08:20:50.590Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-16T08:20:50.590Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-16T08:20:50.590Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-16T08:20:50.590Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-16T08:20:50.590Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-16T08:20:50.590Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-16T08:20:50.590Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-16T08:20:50.590Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-16T08:20:50.590Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-16T08:20:50.590Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-16T08:20:50.590Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.590Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-16T08:20:50.590Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-16T08:20:50.591Z] === RUN TestDockerDaemonSuite [2022-03-16T08:20:50.591Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-16T08:20:50.591Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-16T08:20:50.591Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-16T08:20:50.591Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-16T08:20:50.591Z] === RUN TestDockerSwarmSuite [2022-03-16T08:20:50.591Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-16T08:20:50.591Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-16T08:20:50.591Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-16T08:20:50.591Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-16T08:20:50.591Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-16T08:20:50.591Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-16T08:20:50.591Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-16T08:20:50.591Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-16T08:20:50.591Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-16T08:20:50.591Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-16T08:20:50.591Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-16T08:20:50.591Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-16T08:20:50.591Z] === RUN TestDockerExternalVolumeSuite [2022-03-16T08:20:50.591Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-16T08:20:50.591Z] === RUN TestDockerNetworkSuite [2022-03-16T08:20:50.591Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-16T08:20:50.591Z] === RUN TestDockerHubPullSuite [2022-03-16T08:20:50.591Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-16T08:20:50.591Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-16T08:20:50.591Z] PASS [2022-03-16T08:20:50.591Z] ok github.com/docker/docker/integration-cli 3284.935s [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === Skipped [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-16T08:20:51.084Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-16T08:20:51.084Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-16T08:20:51.084Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-16T08:20:51.084Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-16T08:20:51.084Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-16T08:20:51.084Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-16T08:20:51.084Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-16T08:20:51.084Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-03-16T08:20:51.084Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-16T08:20:51.084Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-16T08:20:51.084Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-16T08:20:51.084Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.65s) [2022-03-16T08:20:51.084Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.65s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.084Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-16T08:20:51.084Z] [2022-03-16T08:20:51.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-03-16T08:20:51.084Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.96s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.96s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.51s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.51s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-16T08:20:51.085Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.53s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.53s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.05s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.06s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.06s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.16s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.16s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.08s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.08s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.11s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.11s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.52s) [2022-03-16T08:20:51.085Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.52s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.53s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.53s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.54s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.56s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-03-16T08:20:51.085Z] [2022-03-16T08:20:51.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-16T08:20:51.085Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.085Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.52s) [2022-03-16T08:20:51.086Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.52s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-16T08:20:51.086Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-16T08:20:51.086Z] docker_cli_sni_test.go:18: Flakey test [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-16T08:20:51.086Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-03-16T08:20:51.086Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-16T08:20:51.086Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-03-16T08:20:51.086Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.03s) [2022-03-16T08:20:51.086Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.03s) [2022-03-16T08:20:51.086Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-03-16T08:20:51.086Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.03s) [2022-03-16T08:20:51.086Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-03-16T08:20:51.086Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-16T08:20:51.086Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-03-16T08:20:51.086Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-03-16T08:20:51.086Z] [2022-03-16T08:20:51.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-16T08:20:51.086Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.086Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-16T08:20:51.087Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-16T08:20:51.087Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-16T08:20:51.087Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-16T08:20:51.087Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-16T08:20:51.087Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-16T08:20:51.087Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-16T08:20:51.087Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-16T08:20:51.087Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-16T08:20:51.087Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.04s) [2022-03-16T08:20:51.087Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.04s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.03s) [2022-03-16T08:20:51.087Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-16T08:20:51.087Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-16T08:20:51.087Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-16T08:20:51.087Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-16T08:20:51.087Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.03s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-16T08:20:51.087Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-16T08:20:51.087Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-16T08:20:51.087Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-16T08:20:51.087Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-16T08:20:51.087Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-16T08:20:51.087Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-16T08:20:51.087Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-16T08:20:51.087Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.087Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-16T08:20:51.087Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-03-16T08:20:51.088Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-03-16T08:20:51.088Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-03-16T08:20:51.088Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-16T08:20:51.088Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.03s) [2022-03-16T08:20:51.088Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-03-16T08:20:51.088Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.03s) [2022-03-16T08:20:51.088Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-16T08:20:51.088Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-16T08:20:51.088Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-16T08:20:51.088Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-16T08:20:51.088Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:20:51.088Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-16T08:20:51.088Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-16T08:20:51.088Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-16T08:20:51.088Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-16T08:20:51.088Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2022-03-16T08:20:51.088Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.04s) [2022-03-16T08:20:51.088Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.04s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-16T08:20:51.088Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-16T08:20:51.088Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-16T08:20:51.088Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.088Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-16T08:20:51.088Z] [2022-03-16T08:20:51.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-16T08:20:51.089Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.089Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-16T08:20:51.089Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.06s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.06s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.583Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-16T08:20:51.583Z] [2022-03-16T08:20:51.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-16T08:20:51.583Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.04s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.04s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-16T08:20:51.584Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.584Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-16T08:20:51.584Z] [2022-03-16T08:20:51.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-16T08:20:51.585Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-16T08:20:51.585Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-16T08:20:51.585Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.585Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-16T08:20:51.585Z] [2022-03-16T08:20:51.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:20:51.585Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-16T08:20:51.586Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] DONE 1088 tests, 539 skipped in 3299.539s [2022-03-16T08:20:51.586Z] INFO: Integration tests ended at 03/16/2022 08:20:51. Duration:00:54:59.7250708 [2022-03-16T08:20:51.586Z] INFO: Docker info of the daemon under test at end of run [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] Containers: 2 [2022-03-16T08:20:51.586Z] Running: 0 [2022-03-16T08:20:51.586Z] Paused: 0 [2022-03-16T08:20:51.586Z] Stopped: 2 [2022-03-16T08:20:51.586Z] Images: 18 [2022-03-16T08:20:51.586Z] Server Version: 0.0.0-dev [2022-03-16T08:20:51.586Z] Storage Driver: windowsfilter [2022-03-16T08:20:51.586Z] Windows: [2022-03-16T08:20:51.586Z] Logging Driver: json-file [2022-03-16T08:20:51.586Z] Plugins: [2022-03-16T08:20:51.586Z] Volume: local [2022-03-16T08:20:51.586Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-16T08:20:51.586Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-16T08:20:51.586Z] Swarm: inactive [2022-03-16T08:20:51.586Z] Default Isolation: process [2022-03-16T08:20:51.586Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-16T08:20:51.586Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-16T08:20:51.586Z] OSType: windows [2022-03-16T08:20:51.586Z] Architecture: x86_64 [2022-03-16T08:20:51.586Z] CPUs: 4 [2022-03-16T08:20:51.586Z] Total Memory: 32GiB [2022-03-16T08:20:51.586Z] Name: azwin-2-a1aa80 [2022-03-16T08:20:51.586Z] ID: ISFY:TWKL:U3JS:MI6I:IVPA:MZ7N:HVDJ:KN35:4WD2:ELM7:XZEH:JTHM [2022-03-16T08:20:51.586Z] Docker Root Dir: D:\CI\PR-43372\3\daemon [2022-03-16T08:20:51.586Z] Debug Mode (client): false [2022-03-16T08:20:51.586Z] Debug Mode (server): true [2022-03-16T08:20:51.586Z] File Descriptors: -1 [2022-03-16T08:20:51.586Z] Goroutines: 17 [2022-03-16T08:20:51.586Z] System Time: 2022-03-16T08:20:51.4682823Z [2022-03-16T08:20:51.586Z] EventsListeners: 0 [2022-03-16T08:20:51.586Z] Registry: https://index.docker.io/v1/ [2022-03-16T08:20:51.586Z] Labels: [2022-03-16T08:20:51.586Z] Experimental: false [2022-03-16T08:20:51.586Z] Insecure Registries: [2022-03-16T08:20:51.586Z] 127.0.0.0/8 [2022-03-16T08:20:51.586Z] Live Restore Enabled: false [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] [2022-03-16T08:20:51.586Z] INFO: Stopping daemon under test [2022-03-16T08:20:52.078Z] SUCCESS: The process with PID 5556 (child process of PID 2316) has been terminated. [2022-03-16T08:20:52.078Z] SUCCESS: The process with PID 2316 (child process of PID 3000) has been terminated. [2022-03-16T08:20:52.078Z] INFO: Stop tailing logs of the daemon under tests [2022-03-16T08:20:52.078Z] INFO: executeCI.ps1 Completed successfully at 03/16/2022 08:20:51. [2022-03-16T08:20:52.078Z] INFO: Tidying up at end of run [2022-03-16T08:20:52.078Z] INFO: Saving daemon under test log (d:\CI\PR-43372\3\dut.out) to bundles\CIDUT.out [2022-03-16T08:20:52.078Z] INFO: Saving daemon under test log (d:\CI\PR-43372\3\dut.err) to bundles\CIDUT.err [2022-03-16T08:20:52.078Z] INFO: Saving containerd logs to bundles [2022-03-16T08:20:52.078Z] INFO: Nuke-Everything... [2022-03-16T08:20:52.576Z] INFO: Container count on control daemon to delete is 2 [2022-03-16T08:20:53.069Z] 20e31f84aeb4 [2022-03-16T08:20:53.069Z] e7e3b91b15b8 [2022-03-16T08:20:53.069Z] INFO: Tidying pidfile d:\CI\PR-43372\3\docker.pid [2022-03-16T08:20:53.069Z] INFO: Nuking d:\CI [2022-03-16T08:21:36.270Z] INFO: Zapped successfully [2022-03-16T08:21:36.270Z] [2022-03-16T08:21:36.270Z] INFO: executeCI.ps1 exiting at Wed Mar 16 08:21:31 CUT 2022. Duration 01:28:39.8617009 [2022-03-16T08:21:36.270Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-16T08:21:36.547Z] Recording test results [2022-03-16T08:21:46.835Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-16T08:21:49.164Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-16T08:21:51.723Z] Archiving artifacts [2022-03-16T08:22:09.291Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43372/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-16T08:22:10.396Z] + make clean [2022-03-16T08:22:12.035Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-16T08:22:12.035Z] docker-dev-cache [2022-03-16T08:22:12.035Z] 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